Initial Hugo site

This commit is contained in:
Bruno BELANYI 2020-07-14 16:50:35 +02:00
commit f73e759555
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.yaml Normal file
View file

@ -0,0 +1,3 @@
baseURL: "https://belanyi.fr/"
languageCode: "en-us"
title: "Ambroisie's blog"