aboutsummaryrefslogtreecommitdiff
path: root/archetypes/book.md
blob: 069b8a677f340edbddcb3da7526189b56a0dde6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: "{{ replace .File.ContentBaseName "-" " " | title }}"
author: ""
image: ""
description: "Review and notes for {{ replace .File.ContentBaseName "-" " " | title }} by <author goes here>"
amazon: null
rating: 4
type: 'book'
genres: 
  - fiction
categories:
  - fiction
date: {{ .Date }}
last_read: ['{{ dateFormat "2006-01-02" .Date }}']
headless: true
---