hugo fresh project

This commit is contained in:
ra_ma
2026-07-15 15:47:00 +01:00
parent 733e476c39
commit 3d52291930
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/'
locale = 'en-us'
title = 'My New Hugo Project'