diff options
Diffstat (limited to 'archetypes/book.md')
-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 | ||