Basic Hugo Site

This commit is contained in:
ash
2026-02-19 17:11:09 +00:00
parent 4e5c833594
commit 1176093c58
6 changed files with 25 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "themes/PaperMod"]
path = themes/PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git
View File
+5
View File
@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++
+7
View File
@@ -0,0 +1,7 @@
+++
date = '2026-02-19T17:06:48Z'
draft = false
title = 'Hello World'
+++
Testing 123
+9
View File
@@ -0,0 +1,9 @@
baseURL = 'https://me.marlow.boats'
languageCode = 'en-uk'
title = 'My Self-Hosted Blog'
theme = 'PaperMod'
[params]
defaultTheme = "auto"
showShareButtons = true
showCodeCopyButtons = true
+1
Submodule themes/PaperMod added at 3bb0ca281f