Compare commits

...

2 Commits

Author SHA1 Message Date
Joel Beckmeyer 81c77f19ad use contrast-hugo theme 2023-09-15 14:43:16 -04:00
Joel Beckmeyer 098811f339 clean up some redundancies 2023-09-15 09:14:23 -04:00
5 changed files with 7 additions and 8 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "themes/no-js-hugo-theme"]
path = themes/no-js-hugo-theme
url = https://github.com/stevenengler/no-js-hugo-theme.git
[submodule "themes/contrast-hugo"]
path = themes/contrast-hugo
url = https://github.com/niklasbuschmann/contrast-hugo.git

View File

@ -1,17 +1,13 @@
baseURL = "https://beckmeyer.us/"
languageCode = 'en-us'
title = "Joel Beckmeyer's Homepage"
theme = "bbb"
theme = "contrast-hugo"
[author]
name = "Joel Beckmeyer"
email = "joel@beckmeyer.us"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
url = "/posts/"

View File

@ -2,7 +2,7 @@
title: Home
menu:
main:
weight: 100
weight: 1
---
# Welcome!

View File

@ -1,9 +1,8 @@
---
title: Contact
draft: false
menu:
main:
weight: 200
weight: 10
---
Joel Beckmeyer\

1
themes/contrast-hugo Submodule

@ -0,0 +1 @@
Subproject commit 9b3ec3d0243d3076342e53bbdcc6579265eb1cb6