From 1fa1a1559fa3cc89eb7e2a818a1933d1ee706121 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Fri, 24 Dec 2021 16:07:31 +0000 Subject: [PATCH] update config - include different types of content --- brainsteam/config.toml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) 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"