brainsteam.co.uk/brainsteam/config.toml

97 lines
1.6 KiB
TOML

baseURL = "https://brainsteam.co.uk/"
languageCode = "en-us"
title = "Brainsteam"
theme='hugo-ink'
paginate=5
disqusShortname = "brainsteam"
copyright = "© James Ravenscroft"
pygmentsstyle = "vs"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
googleAnalytics = "UA-186263385-1"
[permalinks]
'/' = '/:year/:month/:filename/'
[markup.goldmark.renderer]
unsafe= true
[params]
subtitle = "Digital Home of James Ravenscroft: PhD student and CTO @ <a href=\"https://filament.ai\">Filament</a>, my views are my own and do not represent my employers in any way."
avatar = "/images/avatar.png"
mainSections = ["post","note","reply","like","repost","bookmark"]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Articles"
url = "/posts"
weight = 2
[[menu.main]]
name = "Notes"
url = "/notes"
weight = 3
[[menu.main]]
name = "Bookmarks"
url = "/bookmarks"
weight = 3
[[menu.main]]
name = "About Me"
url = "https://jamesravey.me"
weight = 4
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 5
[[params.social]]
name = "Twitter"
icon = "twitter"
url = "https://twitter.com/jamesravey/"
[[params.social]]
name = "Mastodon"
url ="https://fosstodon.org/@jamesravey"
icon = "message-circle"
[[params.social]]
name = "Github"
icon = "github"
url = "https://github.com/ravenscroftj"
[[params.social]]
name = "RSS"
icon = "rss"
url = "/index.xml"
[taxonomies]
tag = "tags"
category = "categories"
[related]
includeNewer = false
threshold = 80
toLower = false
[[related.indices]]
name = "keywords"
weight = 100
[[related.indices]]
name = "date"
weight = 10