initialized hugo site

This commit is contained in:
paul-loedige
2024-11-11 18:40:11 +01:00
parent 9b3f79b0e1
commit a9d6cc29a6
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++
+3
View File
@@ -0,0 +1,3 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'