Compare commits

..

No commits in common. "81c77f19ada5f81a63b35a78e97e10777223deab" and "8784e1f86f30f97d6988f4ff02235b84af98bba3" have entirely different histories.

5 changed files with 8 additions and 7 deletions

3
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[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,13 +1,17 @@
baseURL = "https://beckmeyer.us/"
languageCode = 'en-us'
title = "Joel Beckmeyer's Homepage"
theme = "contrast-hugo"
theme = "bbb"
[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: 1
weight: 100
---
# Welcome!

View File

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

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