diff --git a/brainsteam/config.toml b/brainsteam/config.toml index 863b886..5dcaa58 100644 --- a/brainsteam/config.toml +++ b/brainsteam/config.toml @@ -20,28 +20,37 @@ googleAnalytics = "UA-186263385-1" unsafe= true [params] - subtitle = "The irregular mental expulsions of a PhD student and CTO of Filament, my views are my own and do not represent my employers in any way." + subtitle = "Digital Home of James Ravenscroft: PhD student and CTO @ Filament, my views are my own and do not represent my employers in any way." avatar = "/images/avatar.png" - mainSections = ["post"] + mainSections = ["post","note","reply","like","repost"] [[menu.main]] name = "Home" url = "/" weight = 1 +[[menu.main]] +name = "Articles" +url = "/posts" +weight = 2 [[menu.main]] -name = "Tags" -url = "/tags" -weight = 2 +name = "Notes" +url = "/notes" +weight = 3 + [[menu.main]] name = "About Me" url = "https://jamesravey.me" -weight = 3 +weight = 4 +[[menu.main]] +name = "Tags" +url = "/tags" +weight = 5 [[params.social]] name = "Twitter"