config: Taxonomie und Datumsformat
This commit is contained in:
parent
6ab1e22699
commit
b8ebe04fc2
|
@ -13,6 +13,12 @@ theme = "beautifulhugo"
|
||||||
comments = true
|
comments = true
|
||||||
readingTime = true
|
readingTime = true
|
||||||
useHLJS = true
|
useHLJS = true
|
||||||
|
DateForm = "30.12.2006"
|
||||||
|
|
||||||
|
[taxonomies]
|
||||||
|
category = "categories"
|
||||||
|
series = "series"
|
||||||
|
tag = "tags"
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
post = "/:year/:month/:day/:title/"
|
post = "/:year/:month/:day/:title/"
|
||||||
|
|
Loading…
Reference in a new issue