feat: initial setup for hugo

This commit is contained in:
silver 2025-02-13 13:54:56 +00:00
parent 66c682122c
commit b52a477c51
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
8 changed files with 115 additions and 0 deletions

5
archetypes/default.md Normal file
View file

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