update archetype
This commit is contained in:
parent
864a454e80
commit
291852d3e3
1 changed files with 15 additions and 5 deletions
|
@ -1,5 +1,15 @@
|
||||||
+++
|
---
|
||||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
date = {{ .Date }}
|
author: ["Me", "You"]
|
||||||
draft = true
|
date: '{{ .Date }}'
|
||||||
+++
|
draft: true
|
||||||
|
ShowToc: true
|
||||||
|
cover:
|
||||||
|
image: "images/<image.jpg>"
|
||||||
|
alt: "<alt text>"
|
||||||
|
caption: "<text>"
|
||||||
|
relative: true # To use relative path for cover image, used in hugo Page-bundles
|
||||||
|
ShowBreadCrumbs: true
|
||||||
|
ShowPostNavLinks: true
|
||||||
|
ShowReadingTime: true
|
||||||
|
---
|
Loading…
Add table
Add a link
Reference in a new issue