aboutsummaryrefslogtreecommitdiff
path: root/archetypes/book.md
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/book.md')
-rw-r--r--archetypes/book.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/archetypes/book.md b/archetypes/book.md
new file mode 100644
index 0000000..39928c7
--- /dev/null
+++ b/archetypes/book.md
@@ -0,0 +1,16 @@
1---
2title: "{{ replace .File.ContentBaseName "-" " " | title }}"
3author: ""
4image: ""
5description: "Review and notes for {{ replace .File.ContentBaseName "-" " " | title }} by {{ .Params.author }}"
6amazon: ""
7rating: 4
8type: 'book'
9genres:
10 - fiction
11categories:
12 - fiction
13date: {{ .Date }}
14last_read: ['{{ dateFormat "2006-01-02" .Date }}']
15headless: true
16--- \ No newline at end of file