provide config.yaml with default settings; extend archetypes by additional params

This commit is contained in:
Helmut Merz 2021-12-22 08:51:13 +01:00
parent 9afce46929
commit 4f08b7c847
2 changed files with 18 additions and 0 deletions

View file

@ -3,6 +3,8 @@ title: "{{ replace .Name "-" " " | title }}"
summary: ""
img:
teaser: ""
pageid: {{ .Name }}
parents: []
domains: []
topics: []
doctypes: []

16
config.yaml Normal file
View file

@ -0,0 +1,16 @@
frontmatter:
date:
- date
- publishDate
- lastmod
- :fileModTime
related:
includeNewer: true
indices:
- name: parents
weight: 100
- name: topics
weight: 100
threshold: 80
toLower: true