Switched to gohugo

This commit is contained in:
Liliesh 2026-03-13 19:57:20 +01:00
parent 4205fd9bda
commit 8c058f1e9c
Signed by untrusted user who does not match committer: liliesh
GPG key ID: 680387646C7BAE8E
13 changed files with 163 additions and 0 deletions

5
archetypes/default.md Normal file
View file

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