update config file
Deploy Website / build (push) Failing after 16s Details

This commit is contained in:
James Ravenscroft 2023-07-09 14:50:50 +01:00
parent 68b2a8832b
commit 7f0d831f6a
1 changed files with 9 additions and 10 deletions

View File

@ -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"