mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
feat(archetype): add template for new book pages
This commit is contained in:
parent
c67339ac16
commit
b585d9207b
1 changed files with 9 additions and 0 deletions
9
wowchemy/archetypes/book.md
Normal file
9
wowchemy/archetypes/book.md
Normal 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: ""
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue