diff --git a/content/notes/how-to-spend-time.md b/content/notes/how-to-spend-time/index.md similarity index 61% rename from content/notes/how-to-spend-time.md rename to content/notes/how-to-spend-time/index.md index f394bef..9876a87 100644 --- a/content/notes/how-to-spend-time.md +++ b/content/notes/how-to-spend-time/index.md @@ -17,4 +17,13 @@ references: file: www-artofmanliness-com-6lxmwc.txt --- -* _Slight Edge_ (p. 180) +> 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 new file mode 100644 index 0000000..8657fe6 Binary files /dev/null and b/content/notes/how-to-spend-time/slight_edge_180.pdf differ diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss index 8e34e98..e31b320 100644 --- 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; }