diff options
author | Zach Berwaldt <17715430+zberwaldt@users.noreply.github.com> | 2023-10-20 22:58:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 22:58:33 -0400 |
commit | c516745d0dc2c6a51777ef00ef116c1b26e95ec7 (patch) | |
tree | adcce31c689d3e63ab3ea8bd36f9ac384eca4cad /archetypes/book.md | |
parent | b34e09f8fe1011963934dbf40dc92f0b258592ca (diff) | |
parent | 6bfd84ae2c7aad006c3bc84cdce9aebf894cbe62 (diff) |
Develop
Diffstat (limited to 'archetypes/book.md')
-rw-r--r-- | archetypes/book.md | 16 |
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 | --- | ||
2 | title: "{{ replace .File.ContentBaseName "-" " " | title }}" | ||
3 | author: "" | ||
4 | image: "" | ||
5 | description: "Review and notes for {{ replace .File.ContentBaseName "-" " " | title }} by {{ .Params.author }}" | ||
6 | amazon: "" | ||
7 | rating: 4 | ||
8 | type: 'book' | ||
9 | genres: | ||
10 | - fiction | ||
11 | categories: | ||
12 | - fiction | ||
13 | date: {{ .Date }} | ||
14 | last_read: ['{{ dateFormat "2006-01-02" .Date }}'] | ||
15 | headless: true | ||
16 | --- \ No newline at end of file | ||