Initial hugo site

This commit is contained in:
2025-11-20 11:51:34 +01:00
parent 603e9a7d6d
commit e2edc7172a
2 changed files with 8 additions and 0 deletions

View File

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

View File

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