Switch to ananke

This commit is contained in:
2021-05-10 17:48:05 +02:00
parent 8d9bf2e5a1
commit 2a28b36ee2
+10 -5
View File
@@ -2,7 +2,7 @@ baseURL = "https://jamesmcdonald.com/"
defaultContentLanguage = "en"
languageCode = "en-gb"
title = "James McDonald"
theme = "accessible-minimalism"
theme = "ananke"
disqusShortname = "jamesmcdonald"
disableHugoGeneratorInject = true
enableRobotsTXT = true
@@ -55,10 +55,15 @@ enableGitInfo = true
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "Presentations"
url = "/presentations/"
weight = 2
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 2
weight = 3