diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.json b/config.json new file mode 100644 index 0000000..368b8ee --- /dev/null +++ b/config.json @@ -0,0 +1,5 @@ +{ + "baseURL":"/", + "languageCode":"cs-cz", + "title": "Pátek" +}