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"] [submodule "themes/no-js-hugo-theme"]
path = themes/no-js-hugo-theme path = themes/no-js-hugo-theme
url = https://github.com/stevenengler/no-js-hugo-theme.git 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/" baseURL = "https://beckmeyer.us/"
languageCode = 'en-us' languageCode = 'en-us'
title = "Joel Beckmeyer's Homepage" title = "Joel Beckmeyer's Homepage"
theme = "contrast-hugo" theme = "bbb"
[author] [author]
name = "Joel Beckmeyer" name = "Joel Beckmeyer"
email = "joel@beckmeyer.us" email = "joel@beckmeyer.us"
[menu] [menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]] [[menu.main]]
name = "Posts" name = "Posts"
url = "/posts/" url = "/posts/"

View File

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

View File

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

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