Basic Hugo Site
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "themes/PaperMod"]
|
||||
path = themes/PaperMod
|
||||
url = https://github.com/adityatelange/hugo-PaperMod.git
|
||||
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
+++
|
||||
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
date = '2026-02-19T17:06:48Z'
|
||||
draft = false
|
||||
title = 'Hello World'
|
||||
+++
|
||||
|
||||
Testing 123
|
||||
@@ -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
|
||||
Submodule
+1
Submodule themes/PaperMod added at 3bb0ca281f
Reference in New Issue
Block a user