initial hugo build

This commit is contained in:
Pim Nelissen
2025-05-05 19:07:34 +02:00
parent 41b997b5d2
commit 7ba5dcc1b5
2 changed files with 9 additions and 0 deletions

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

3
config.yml Normal file
View File

@ -0,0 +1,3 @@
baseURL: http://example.org/
languageCode: en-us
title: My New Hugo Site