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
+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