diff --git a/config.toml b/config.toml index 0dfebcf..23dc280 100644 --- a/config.toml +++ b/config.toml @@ -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 +