Initial commit. Just the default site generated by 'hugo new site <SITE_NAME>'

This commit is contained in:
2024-09-20 23:14:07 +02:00
commit 8b5f55c7cf
2 changed files with 8 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
+++