brainsteam.co.uk/brainsteam/config.toml

159 lines
3.3 KiB
TOML
Raw Permalink 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"
2023-07-09 08:53:26 +01:00
#theme='hugo-ink'
2024-09-04 20:56:18 +01:00
#theme='Mainroad'
theme='plague'
2023-07-09 08:53:26 +01:00
paginate=10
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
2024-09-04 20:56:18 +01:00
[module]
[[module.imports]]
disable = false
ignoreConfig = false
ignoreImports = true
path = 'plague' # Theme
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
2023-07-09 08:53:26 +01:00
post_meta = ["author", "date", "categories", "translations"] # Order of post meta information
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
2024-09-04 20:56:18 +01:00
2024-09-08 11:14:49 +01:00
summaryLength=50
2024-09-04 20:56:18 +01:00
[params]
2023-07-09 08:53:26 +01:00
authorbox= true
2020-12-28 11:39:11 +00:00
2024-09-04 20:56:18 +01:00
siteHeaderText = "Brainsteam"
siteFooterText = "Powered by [Hugo](https://gohugo.io/) and the [plague](https://github.com/brianreumere/plague) theme."
# subtitle = "Digital Home of James Ravenscroft Machine Learning and NLP specialist and software generalist"
# avatar = "/images/avatar_small.png"
# favicon = "/images/avatar_small.png"
2022-01-17 13:28:51 +00:00
2024-09-04 20:56:18 +01:00
# copyright = "James Ravenscroft"
2023-07-09 14:50:50 +01:00
recentSections = ["posts"]
2024-09-04 20:56:18 +01:00
colors = "default"
#mainSections = ["posts","notes","replies","likes","reposts","bookmarks", "watches"]
mainSections = ["posts"]
[params.hcard]
avatar = "images/avatar_small.png"
fullName = "James Ravenscroft"
pronouns = ["he", "him"]
nickname = "jamesravey"
city = "Portsmouth"
region = "Hants"
country = "United Kingdom"
showLocation = true
social = [
{ platform = "github", identity = "ravenscroftj", url_pattern = "https://github.com/%s" },
{ platform = "mastodon", identity = "jamesravey", url_pattern = "https://fosstodon.org/%s"},
{ platform = "bluesky", identity = "jamesravey", url_pattern = "https://bsky.app/profile/%s"}
]
# [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 = "/images/avatar.png"
# [Params.Logo]
# image = "/images/avatar_small.png"
# [Params.sidebar]
# home = "right" # Configure layout for home page
# list = "right" # Configure layout for list pages
# single = false # Configure layout for single pages
# # Enable widgets in given order
# widgets = ["search", "recent", "types", "social", "categories", "taglist", "languages"]
# [Params.widgets.social]
# # Enable parts of social widget
# #facebook = "username"
# #twitter = "username"
# #instagram = "username"
# #linkedin = "username"
# #telegram = "username"
# github = "ravenscroftj"
# mastodon = "https://fosstodon.org/@jamesravey"
# #gitlab = "username"
# #bitbucket = "username"
# #email = "example@example.com"
2023-07-23 20:51:45 +01:00
2020-12-28 11:39:11 +00:00
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
2024-09-04 20:56:18 +01:00
name = "Posts"
2021-12-31 16:11:43 +00:00
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]]
2024-09-04 20:56:18 +01:00
name = "Notes"
url = "/notes/"
2021-12-24 16:23:26 +00:00
weight = 3
2022-01-16 12:30:57 +00:00
2021-12-31 16:11:43 +00:00
[[menu.main]]
2024-09-04 20:56:18 +01:00
name = "Links"
url = "/bookmarks/"
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
[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