46 lines
942 B
TOML
46 lines
942 B
TOML
baseURL = 'https://xenia.me.uk/'
|
|
languageCode = 'en-gb'
|
|
enableGitInfo = true
|
|
title = 'My Personal Collection of Random Things'
|
|
theme = "poison"
|
|
paginate = 10
|
|
|
|
[params]
|
|
AuthorName = "Evie Litherland-Smith"
|
|
brand = "My Personal Collection of Random Things"
|
|
brand_image = "/picrew.png"
|
|
description = ""
|
|
dark_mode = true
|
|
|
|
menu = [
|
|
{Name = "About", URL = "/about/", HasChildren = false},
|
|
{Name = "Posts", URL = "/posts/", Pre = "Recent", HasChildren = true, Limit = 10},
|
|
]
|
|
|
|
front_page_content = ["posts"]
|
|
|
|
email_url = "mailto://evie@xenia.me.uk"
|
|
matrix_url = "https://matrix.to/#/@evie:xenia.me.uk"
|
|
github_url = "https://github.com/elitherl"
|
|
|
|
rss_icon = true
|
|
rss_section = "posts"
|
|
|
|
[taxonomies]
|
|
series = 'series'
|
|
tags = 'tags'
|
|
|
|
[privacy]
|
|
[privacy.disqus]
|
|
disable = true
|
|
[privacy.googleAnalytics]
|
|
disable = true
|
|
[privacy.instagram]
|
|
disable = true
|
|
[privacy.twitter]
|
|
disable = true
|
|
[privacy.vimeo]
|
|
disable = true
|
|
[privacy.youtube]
|
|
disable = true
|