130 lines
2.4 KiB
TOML
130 lines
2.4 KiB
TOML
baseURL = "https://brainsteam.co.uk/"
|
|
languageCode = "en-us"
|
|
title = "Brainsteam"
|
|
#theme='hugo-ink'
|
|
theme='Mainroad'
|
|
paginate=10
|
|
disqusShortname = "brainsteam"
|
|
|
|
copyright = "© James Ravenscroft"
|
|
|
|
|
|
|
|
pygmentsstyle = "vs"
|
|
pygmentscodefences = true
|
|
pygmentscodefencesguesssyntax = true
|
|
|
|
rssLimit = 100
|
|
|
|
webMentionAPIKey = "f61bf-RG1k4uZT3fVLDoIw"
|
|
|
|
#googleAnalytics = "UA-186263385-1"
|
|
|
|
post_meta = ["author", "date", "categories", "translations"] # Order of post meta information
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "JSON"]
|
|
|
|
[permalinks]
|
|
'/' = '/:year/:month/:filename/'
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe= true
|
|
|
|
[Params]
|
|
authorbox= true
|
|
subtitle = "Digital Home of James Ravenscroft Machine Learning and NLP specialist and software generalist"
|
|
|
|
avatar = "/images/avatar_small.png"
|
|
|
|
favicon = "/images/favicon.png"
|
|
|
|
mainSections = ["post","note","reply","like","repost","bookmark", "watch"]
|
|
|
|
[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 = "img/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", "categories", "taglist", "social", "languages"]
|
|
|
|
[[menu.main]]
|
|
name = "Home"
|
|
url = "/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Posts"
|
|
url = "/posts"
|
|
weight = 2
|
|
|
|
|
|
[[menu.main]]
|
|
name = "About Me"
|
|
url = "/pages/about"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
name = "Web Activity"
|
|
url = "/webfeed"
|
|
weight = 4
|
|
|
|
|
|
[[menu.main]]
|
|
name = "My Work"
|
|
url = "/pages/my-work"
|
|
weight = 5
|
|
|
|
[[menu.main]]
|
|
name = "Search"
|
|
url = "/search"
|
|
weight = 6
|
|
|
|
|
|
[[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 = "/pages/feeds/"
|
|
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
category = "categories"
|
|
|
|
[related]
|
|
includeNewer = false
|
|
threshold = 80
|
|
toLower = false
|
|
|
|
[[related.indices]]
|
|
name = "keywords"
|
|
weight = 100
|
|
|
|
[[related.indices]]
|
|
name = "date"
|
|
weight = 10
|