First standalone version

This commit is contained in:
Gregory Trolliet 2020-04-28 12:26:34 +02:00
commit 9d22a63950
49 changed files with 1367 additions and 0 deletions

9
archetypes/default.md Normal file
View file

@ -0,0 +1,9 @@
---
author: "Gregory Trolliet"
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
description: ""
categories: ["",""]
tags: ["",""]
draft: true
---