Initialize Hugo

This commit is contained in:
Théophile Bastian 2019-05-08 16:54:34 +02:00
parent 1d99ccfa63
commit 96598e6b7b
2 changed files with 9 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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

3
config.toml Normal file
View File

@ -0,0 +1,3 @@
baseURL = "https://nomnom.tobast.fr/"
languageCode = "fr-fr"
title = "Omnomnom."