Add basic skeleton

master
Quentin Duchemin 2021-05-09 16:56:15 +02:00
parent 95aaf5f4b7
commit 01b5c784e7
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
2 changed files with 9 additions and 0 deletions

View File

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

3
blog/config.toml 100644
View File

@ -0,0 +1,3 @@
baseURL = "https://blog.chosto.me"
languageCode = "fr-fr"
title = "Billets à la mer"