Hugo init

This commit is contained in:
Greenscreener 2019-06-25 19:01:47 +02:00
parent f81e22dff7
commit 311328120f
2 changed files with 11 additions and 0 deletions

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

5
config.json Normal file
View File

@ -0,0 +1,5 @@
{
"baseURL":"/",
"languageCode":"cs-cz",
"title": "Pátek"
}