aboutsummaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-05-14 17:57:10 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-05-14 17:57:10 -0400
commit6416a7cb1adb60c7dd142abb0204f3751ab36a1f (patch)
tree97dc775cec10158a6d6559ee9f5bb08f9b2775b3 /archetypes
parent59b4fc0d0e761238f51f27658d116b90c0abb528 (diff)
tweak css, layouts, add new archetype
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/book.md9
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---
2title: "{{ replace .File.ContentBaseName "-" " " | title }}"
3author: ""
4image: ""
5amazon: ""
6rating: 4
7type: 'book'
8date: {{ .Date }}
9--- \ No newline at end of file