Bootstrap status page

This commit is contained in:
Wilfried OLLIVIER 2020-03-21 19:47:17 +01:00
commit 0d734a6753
13 changed files with 401 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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