From 7f0d831f6afbac93e4dc3c8240327dc4ea7b05ae Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 9 Jul 2023 14:50:50 +0100 Subject: [PATCH] update config file --- brainsteam/config.toml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/brainsteam/config.toml b/brainsteam/config.toml index 02c8296..cdd3cd3 100644 --- a/brainsteam/config.toml +++ b/brainsteam/config.toml @@ -37,14 +37,18 @@ unsafe= true avatar = "/images/avatar_small.png" - favicon = "/images/favicon.png" + favicon = "/images/avatar_small.png" - mainSections = ["post","note","reply","like","repost","bookmark", "watch"] + copyright = "James Ravenscroft" + + recentSections = ["posts"] + + mainSections = ["posts","notes","reply","like","repost","bookmark", "watch"] [Author] # Used in authorbox name = "James Ravenscroft" bio = "James is an NLP and Machine Learning specialist and software generalist, currently CTO at Filament and previously an IBMer" - avatar = "img/avatar.png" + avatar = "/images/avatar.png" [Params.Logo] @@ -55,7 +59,7 @@ unsafe= true list = "right" # Configure layout for list pages single = false # Configure layout for single pages # Enable widgets in given order - widgets = ["search", "recent", "categories", "taglist", "social", "languages"] + widgets = ["search", "recent", "types", "categories", "taglist", "social", "languages"] [[menu.main]] name = "Home" @@ -63,7 +67,7 @@ url = "/" weight = 1 [[menu.main]] -name = "Posts" +name = "Blog Posts" url = "/posts" weight = 2 @@ -73,11 +77,6 @@ name = "About Me" url = "/pages/about" weight = 3 -[[menu.main]] -name = "Web Activity" -url = "/webfeed" -weight = 4 - [[menu.main]] name = "My Work"