Hugo init
This commit is contained in:
parent
f81e22dff7
commit
311328120f
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
5
config.json
Normal file
5
config.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"baseURL":"/",
|
||||||
|
"languageCode":"cs-cz",
|
||||||
|
"title": "Pátek"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user