51 lines
851 B
TOML
51 lines
851 B
TOML
baseURL = "http://brainsteam.co.uk/"
|
|
languageCode = "en-us"
|
|
title = "Brainsteam"
|
|
theme='hugo-ink'
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe= true
|
|
|
|
[params]
|
|
subtitle = "The irregular mental expulsions of a PhD student and CTO of Filament, my views are my own and do not represent my employers in any way."
|
|
|
|
avatar = "/images/avatar.png"
|
|
|
|
[[menu.main]]
|
|
name = "Home"
|
|
url = "/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "All posts"
|
|
url = "/posts"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
name = "Tags"
|
|
url = "/tags"
|
|
weight = 4
|
|
|
|
[[menu.main]]
|
|
name = "My Home Page"
|
|
url = "https://jamesravey.me"
|
|
weight = 3
|
|
|
|
[[params.social]]
|
|
name = "Twitter"
|
|
icon = "twitter"
|
|
url = "https://twitter.com/jamesravey/"
|
|
|
|
[[params.social]]
|
|
name = "Github"
|
|
icon = "github"
|
|
url = "https://github.com/ravenscroftj"
|
|
|
|
[[params.social]]
|
|
name = "RSS"
|
|
icon = "rss"
|
|
url = "/index.xml"
|
|
|
|
|
|
[taxonomies]
|
|
tag = "tags" |