davideisinger.com

My personal website
Log | Files | Refs | README

commit 5008db995e741f27af4313cdda483068d84c08af
parent f4601d23d23afda2e4add3b252cafe2996c175dc
Author: David Eisinger <[email protected]>
Date:   Sun, 30 Apr 2023 14:44:14 -0400

Add PDF; blockquote styles

Diffstat:
Dcontent/notes/how-to-spend-time.md | 20--------------------
Acontent/notes/how-to-spend-time/index.md | 29+++++++++++++++++++++++++++++
Acontent/notes/how-to-spend-time/slight_edge_180.pdf | 0
Mthemes/v2/assets/css/style.scss | 15+++++++++++++++
4 files changed, 44 insertions(+), 20 deletions(-)

diff --git a/content/notes/how-to-spend-time.md b/content/notes/how-to-spend-time.md @@ -1,20 +0,0 @@ ---- -title: "How to Spend Time" -date: 2023-04-29T23:36:25-04:00 -draft: false -references: -- title: "What Do You Want to Make Real in the World? — Anna Havron" - url: https://www.annahavron.com/blog/what-do-you-want-to-make-real-in-the-world - date: 2023-04-30T03:38:36Z - file: www-annahavron-com-34fw9w.txt -- title: "Spend Exactly None Of Your Time Killing Time" - url: https://deadspin.com/spend-exactly-none-of-your-time-killing-time-1831777904 - date: 2023-04-30T03:40:23Z - file: deadspin-com-cjpmjw.txt -- title: "Sunday Firesides: To-Dos, the Rent We Pay For Living | The Art of Manliness" - url: https://www.artofmanliness.com/character/advice/sunday-firesides-to-dos-the-rent-we-pay-for-living/ - date: 2023-04-30T03:43:27Z - file: www-artofmanliness-com-6lxmwc.txt ---- - -* _Slight Edge_ (p. 180) diff --git a/content/notes/how-to-spend-time/index.md b/content/notes/how-to-spend-time/index.md @@ -0,0 +1,29 @@ +--- +title: "How to Spend Time" +date: 2023-04-29T23:36:25-04:00 +draft: false +references: +- title: "What Do You Want to Make Real in the World? — Anna Havron" + url: https://www.annahavron.com/blog/what-do-you-want-to-make-real-in-the-world + date: 2023-04-30T03:38:36Z + file: www-annahavron-com-34fw9w.txt +- title: "Spend Exactly None Of Your Time Killing Time" + url: https://deadspin.com/spend-exactly-none-of-your-time-killing-time-1831777904 + date: 2023-04-30T03:40:23Z + file: deadspin-com-cjpmjw.txt +- title: "Sunday Firesides: To-Dos, the Rent We Pay For Living | The Art of Manliness" + url: https://www.artofmanliness.com/character/advice/sunday-firesides-to-dos-the-rent-we-pay-for-living/ + date: 2023-04-30T03:43:27Z + file: www-artofmanliness-com-6lxmwc.txt +--- + +> Book smarts, street smarts. Learning by study, learning by doing. +> Read about it, apply it, se ti ni action, take that practical experience +> back to your reading, deepen your understanding, take that deeper +> understanding back to your activity... it's a never-ending cycle, each +> aspect of learning feeding the other. +> +> -- [_The Slight Edge_][1] ([p. 180][2]) + +[1]: https://openlibrary.org/works/OL2777748W/The_Slight_Edge?edition=key%3A/books/OL9820911M +[2]: slight_edge_180.pdf diff --git a/content/notes/how-to-spend-time/slight_edge_180.pdf b/content/notes/how-to-spend-time/slight_edge_180.pdf Binary files differ. diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss @@ -35,6 +35,21 @@ ul { } } +blockquote { + margin: 0; + font-style: italic; + + &::before { + content: "“"; + position: absolute; + } + + p { + width: 100%; + margin-left: 2ch; + } +} + header, #content, footer { max-width: 800px; }