brainsteam.co.uk/brainsteam/config.toml

142 lines
2.7 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"
2023-07-09 08:53:26 +01:00
#theme='hugo-ink'
theme='Mainroad'
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
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
2023-07-09 08:53:26 +01:00
[Params]
authorbox= true
subtitle = "Digital Home of James Ravenscroft Machine Learning and NLP specialist and software generalist"
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
2023-07-09 14:50:50 +01:00
favicon = "/images/avatar_small.png"
2022-01-17 13:28:51 +00:00
2023-07-09 14:50:50 +01:00
copyright = "James Ravenscroft"
recentSections = ["posts"]
mainSections = ["posts","notes","reply","like","repost","bookmark", "watch"]
2023-07-09 08:53:26 +01:00
[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"
2023-07-09 14:50:50 +01:00
avatar = "/images/avatar.png"
2023-07-09 08:53:26 +01:00
2023-07-09 08:53:26 +01:00
[Params.Logo]
image = "/images/avatar_small.png"
2023-07-09 08:53:26 +01:00
[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
2023-07-23 20:53:20 +01:00
widgets = ["search", "recent", "types", "social", "categories", "taglist", "languages"]
2020-12-28 13:36:01 +00:00
2023-07-23 20:51:45 +01:00
[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"
2020-12-28 11:39:11 +00:00
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
2023-07-09 14:50:50 +01:00
name = "Blog 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]]
2021-12-31 16:11:43 +00:00
name = "About Me"
url = "/pages/about"
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]]
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