2020-12-28 12:09:39 +00:00
baseURL = "https://brainsteam.co.uk/"
2020-12-28 11:39:11 +00:00
languageCode = "en-us"
title = "Brainsteam"
theme = 'hugo-ink'
2020-12-28 13:36:01 +00:00
paginate = 5
2020-12-29 14:41:30 +00:00
disqusShortname = "brainsteam"
2020-12-28 13:36:01 +00:00
2021-12-24 11:31:23 +00:00
copyright = "© James Ravenscroft"
2020-12-28 13:36:01 +00:00
pygmentsstyle = "vs"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
2020-12-29 19:50:14 +00:00
googleAnalytics = "UA-186263385-1"
2020-12-28 11:39:11 +00:00
2021-12-24 15:07:38 +00:00
[ permalinks ]
'/' = '/:year/:month/:filename/'
2020-12-28 11:39:11 +00:00
[ markup . goldmark . renderer ]
unsafe = true
[ params ]
2021-12-24 16:07:31 +00:00
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."
2020-12-28 11:39:11 +00:00
2021-12-24 18:03:46 +00:00
avatar = "/images/avatar_small.png"
2020-12-28 11:39:11 +00:00
2021-12-24 16:23:26 +00:00
mainSections = [ "post" , "note" , "reply" , "like" , "repost" , "bookmark" ]
2020-12-28 13:36:01 +00:00
2020-12-28 11:39:11 +00:00
[ [ menu . main ] ]
name = "Home"
url = "/"
weight = 1
[ [ menu . main ] ]
2021-12-24 16:07:31 +00:00
name = "Articles"
url = "/posts"
2020-12-29 10:00:38 +00:00
weight = 2
2020-12-28 11:39:11 +00:00
2021-12-24 16:07:31 +00:00
[ [ menu . main ] ]
name = "Notes"
url = "/notes"
weight = 3
2021-12-24 16:23:26 +00:00
[ [ menu . main ] ]
name = "Bookmarks"
url = "/bookmarks"
weight = 3
2021-12-24 16:07:31 +00:00
2020-12-28 11:39:11 +00:00
[ [ menu . main ] ]
2020-12-29 10:00:38 +00:00
name = "About Me"
2020-12-28 11:39:11 +00:00
url = "https://jamesravey.me"
2021-12-24 16:07:31 +00:00
weight = 4
2020-12-28 11:39:11 +00:00
2021-12-24 16:07:31 +00:00
[ [ menu . main ] ]
name = "Tags"
url = "/tags"
weight = 5
2020-12-29 10:00:38 +00:00
2020-12-28 11:39:11 +00:00
[ [ params . social ] ]
name = "Twitter"
icon = "twitter"
url = "https://twitter.com/jamesravey/"
2021-12-22 10:27:19 +00:00
[ [ params . social ] ]
name = "Mastodon"
url = "https://fosstodon.org/@jamesravey"
icon = "message-circle"
2020-12-28 11:39:11 +00:00
[ [ params . social ] ]
name = "Github"
icon = "github"
url = "https://github.com/ravenscroftj"
[ [ params . social ] ]
name = "RSS"
icon = "rss"
url = "/index.xml"
[ taxonomies ]
2020-12-29 10:00:38 +00:00
tag = "tags"
category = "categories"
[ related ]
includeNewer = false
threshold = 80
toLower = false
[ [ related . indices ] ]
name = "keywords"
weight = 100
[ [ related . indices ] ]
name = "date"
weight = 10