provide config.yaml with default settings; extend archetypes by additional params
This commit is contained in:
parent
9afce46929
commit
4f08b7c847
2 changed files with 18 additions and 0 deletions
|
@ -3,6 +3,8 @@ title: "{{ replace .Name "-" " " | title }}"
|
|||
summary: ""
|
||||
img:
|
||||
teaser: ""
|
||||
pageid: {{ .Name }}
|
||||
parents: []
|
||||
domains: []
|
||||
topics: []
|
||||
doctypes: []
|
||||
|
|
16
config.yaml
Normal file
16
config.yaml
Normal 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
|
Loading…
Add table
Reference in a new issue