diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-05-14 17:57:10 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-05-14 17:57:10 -0400 |
commit | 6416a7cb1adb60c7dd142abb0204f3751ab36a1f (patch) | |
tree | 97dc775cec10158a6d6559ee9f5bb08f9b2775b3 /archetypes | |
parent | 59b4fc0d0e761238f51f27658d116b90c0abb528 (diff) |
tweak css, layouts, add new archetype
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/book.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/archetypes/book.md b/archetypes/book.md new file mode 100644 index 0000000..1c79e82 --- /dev/null +++ b/archetypes/book.md | |||
@@ -0,0 +1,9 @@ | |||
1 | --- | ||
2 | title: "{{ replace .File.ContentBaseName "-" " " | title }}" | ||
3 | author: "" | ||
4 | image: "" | ||
5 | amazon: "" | ||
6 | rating: 4 | ||
7 | type: 'book' | ||
8 | date: {{ .Date }} | ||
9 | --- \ No newline at end of file | ||