Switch to ananke
This commit is contained in:
+10
-5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user