This repository has been archived on 2024-05-15. You can view files and clone it, but cannot push or open issues or pull requests.
blog/hugo.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