Compare commits

..

2 Commits

Author SHA1 Message Date
Quentin Duchemin 09d0098e22 add initial configuration 2021-05-10 15:11:36 +02:00
Quentin Duchemin 01b5c784e7
Add basic skeleton 2021-05-09 16:56:15 +02:00
2 changed files with 15 additions and 0 deletions

View File

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

9
blog/config.yaml 100644
View File

@ -0,0 +1,9 @@
# Global options
baseURL: "https://blog.chosto.me"
defaultContentLanguage: "fr"
enableEmoji: true
enableGitInfo: true
languageCode: "fr-fr"
languageName: "Français"
title: "Billets à la mer"
watch: true