First commit with hugo example page initialized following the quickstart guide

This commit is contained in:
2024-09-16 22:03:43 +02:00
commit 5c1b8cff5a
23 changed files with 930 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
+++