Switch from jekyll to hugo

This commit is contained in:
Marko Korhonen 2022-03-22 19:53:09 +02:00
parent 112fa732f8
commit 2cdac23d20
27 changed files with 664 additions and 250 deletions

6
archetypes/default.md Normal file
View file

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