From 6bfd84ae2c7aad006c3bc84cdce9aebf894cbe62 Mon Sep 17 00:00:00 2001 From: user Date: Fri, 20 Oct 2023 22:49:31 -0400 Subject: add summary for books --- archetypes/book.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'archetypes/book.md') diff --git a/archetypes/book.md b/archetypes/book.md index 1c79e82..39928c7 100644 --- a/archetypes/book.md +++ b/archetypes/book.md @@ -2,8 +2,15 @@ title: "{{ replace .File.ContentBaseName "-" " " | title }}" author: "" image: "" +description: "Review and notes for {{ replace .File.ContentBaseName "-" " " | title }} by {{ .Params.author }}" amazon: "" rating: 4 type: 'book' +genres: + - fiction +categories: + - fiction date: {{ .Date }} +last_read: ['{{ dateFormat "2006-01-02" .Date }}'] +headless: true --- \ No newline at end of file -- cgit v1.1