switch to hugo

This commit is contained in:
Paul-Nicolas Madelaine 2023-12-04 21:41:47 +01:00
parent 123615ff9a
commit e581629364
14 changed files with 59 additions and 322 deletions

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++