From 2a28b36ee2a425f2bdcfe3c6378573074cefa819 Mon Sep 17 00:00:00 2001 From: James McDonald Date: Mon, 10 May 2021 17:48:05 +0200 Subject: [PATCH] Switch to ananke --- config.toml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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 +