brainsteam.co.uk/brainsteam/config.toml

113 lines
1.8 KiB
TOML
Raw Normal View History

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
copyright = "© James Ravenscroft"
2020-12-28 13:36:01 +00:00
2022-01-17 13:28:51 +00:00
2020-12-28 13:36:01 +00:00
pygmentsstyle = "vs"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
2022-11-26 07:21:58 +00:00
rssLimit = 100
2022-01-02 16:38:15 +00:00
webMentionAPIKey = "f61bf-RG1k4uZT3fVLDoIw"
2022-12-27 11:24:46 +00:00
#googleAnalytics = "UA-186263385-1"
2020-12-28 11:39:11 +00:00
2022-01-18 21:21:41 +00:00
[outputs]
home = ["HTML", "RSS", "JSON"]
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-31 16:11:43 +00:00
subtitle = "Digital Home of James Ravenscroft: CTO @ <a href=\"https://filament.ai\">Filament</a>, part-time PhD Student and full-time nerd 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
2022-01-17 13:28:51 +00:00
favicon = "/images/favicon.png"
mainSections = ["post", "note"]
2022-02-19 17:35:15 +00:00
indieWebSections = ["note","reply","like","repost","bookmark", "watch"]
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-31 16:11:43 +00:00
name = "Posts"
url = "/posts"
2020-12-29 10:00:38 +00:00
weight = 2
2020-12-28 11:39:11 +00:00
2021-12-31 16:11:43 +00:00
2021-12-24 16:23:26 +00:00
[[menu.main]]
2021-12-31 16:11:43 +00:00
name = "About Me"
url = "/pages/about"
2021-12-24 16:23:26 +00:00
weight = 3
2020-12-28 11:39:11 +00:00
[[menu.main]]
2021-12-31 16:11:43 +00:00
name = "Web Activity"
url = "/webfeed"
weight = 4
2020-12-28 11:39:11 +00:00
2022-01-16 12:30:57 +00:00
2021-12-31 16:11:43 +00:00
[[menu.main]]
2022-01-16 12:30:57 +00:00
name = "My Work"
url = "/pages/my-work"
2021-12-31 16:11:43 +00:00
weight = 5
[[menu.main]]
2022-01-18 21:41:39 +00:00
name = "Search"
url = "/search"
2021-12-31 16:11:43 +00:00
weight = 6
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"
2021-12-27 13:22:09 +00:00
url = "/pages/feeds/"
2020-12-28 11:39:11 +00:00
[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