Bootstrap all the things

This commit is contained in:
Wilfried OLLIVIER 2018-03-19 11:25:15 +01:00
commit 2c4077193d
10 changed files with 480 additions and 0 deletions

9
archetypes/default.md Normal file
View file

@ -0,0 +1,9 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ dateFormat "2006-01-02" .Date }}
draft: true
description: ""
tags: []
---