feat(archetype): add template for new book pages

This commit is contained in:
George Cushen 2020-09-26 23:50:54 +01:00
commit b585d9207b

View file

@ -0,0 +1,9 @@
---
# Documentation: https://wowchemy.com/docs/managing-content/
title: "{{ replace .Name "-" " " | title }}"
linktitle: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
type: book
summary: ""
---