diff --git a/content/index.md b/content/index.md index aa12fc3..071b551 100644 --- a/content/index.md +++ b/content/index.md @@ -1,3 +1,5 @@ -# Andrew Shaw Care +--- +title: Andrew Shaw Care +--- {% table-of-contents type="anthologies" %} diff --git a/content/zettelkasten/1-fleeting-notes.md b/content/zettelkasten/1-fleeting-notes.md index a50c4b5..ebf6fed 100644 --- a/content/zettelkasten/1-fleeting-notes.md +++ b/content/zettelkasten/1-fleeting-notes.md @@ -1,9 +1,11 @@ --- title: Fleeting notes -layout: article +layout: note --- -_Fleeting notes_ are used to record thoughts as soon as they happen. At a later time, they are compiled into [permanent notes](./3-permanent-notes.md) and discarded. +Fleeting notes are used to record thoughts as soon as they happen. + +At a later time, they are compiled into [permanent notes](./3-permanent-notes.md) and discarded. The etymology of _fleeting_: diff --git a/templates/layouts/article.md b/templates/layouts/article.md index e1f2d57..228630e 100644 --- a/templates/layouts/article.md +++ b/templates/layouts/article.md @@ -2,7 +2,7 @@ {% partial file="head.md" /%} - +
diff --git a/templates/layouts/default.md b/templates/layouts/default.md index 75b8646..50b80bb 100644 --- a/templates/layouts/default.md +++ b/templates/layouts/default.md @@ -2,7 +2,7 @@ {% partial file="head.md" /%} - + # {% $frontmatter.title %} diff --git a/templates/layouts/note.md b/templates/layouts/note.md new file mode 100644 index 0000000..e685747 --- /dev/null +++ b/templates/layouts/note.md @@ -0,0 +1,31 @@ + + +{% partial file="head.md" /%} + + + +
+ +
+ +# {% $frontmatter.title %} + + + +
+ +
+ +{% $content %} + +
+ +
+ + + + diff --git a/templates/partials/head.md b/templates/partials/head.md index ba88e30..9113b65 100644 --- a/templates/partials/head.md +++ b/templates/partials/head.md @@ -6,5 +6,7 @@ Andrew Shaw Care + +