theme in place, need to sort out settings and archetypes

This commit is contained in:
Elliot Page
2026-07-23 13:52:51 +01:00
parent f64e0ebd21
commit 20012d420e
8 changed files with 33 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
+5
View File
@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++
+5
View File
@@ -0,0 +1,5 @@
+++
date = '2026-07-23T13:44:28+01:00'
draft = true
title = 'About'
+++
+5
View File
@@ -0,0 +1,5 @@
+++
date = '2026-07-23T13:44:41+01:00'
draft = true
title = 'Archives'
+++
+5
View File
@@ -0,0 +1,5 @@
+++
date = '2026-07-23T13:52:18+01:00'
draft = true
title = 'Empty_computer'
+++
+5
View File
@@ -0,0 +1,5 @@
+++
date = '2026-07-23T13:44:36+01:00'
draft = true
title = 'Search'
+++
+4
View File
@@ -0,0 +1,4 @@
baseURL = 'https://empty.computer/'
locale = 'en-gb'
title = 'Empty Computer'
theme = 'PaperMod'
+1
Submodule themes/PaperMod added at 154d006e01