chore: initial commit
This commit is contained in:
commit
5880538157
36 changed files with 930 additions and 0 deletions
9
archetypes/default.md
Normal file
9
archetypes/default.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
date = "{{ .Date }}"
|
||||
# description = "An optional description for SEO. If not provided, an automatically created summary will be used."
|
||||
# menu = "main"
|
||||
tags = [{{ range $plural, $terms := .Site.Taxonomies }}{{ range $term, $val := $terms }}"{{ printf "%s" $term }}",{{ end }}{{ end }}]
|
||||
+++
|
||||
|
||||
This is a page about »{{ replace .Name "-" " " | title }}«.
|
Loading…
Add table
Add a link
Reference in a new issue