estradiol.cloud/hugo.toml

46 lines
837 B
TOML

baseURL = 'https://estradiol.cloud/'
languageCode = 'en-us'
title = 'estradiol.cloud'
theme = 'risotto'
paginate = 3
[params]
[params.about]
title = ""
description = ""
[[params.socialLinks]]
icon = "fa-brands fa-mastodon"
title = "Hachyderm"
url = "https://hachyderm.io/@no_reply"
[[params.socialLinks]]
icon = "fa-brands fa-gitlab"
title = "GitLab"
url = "https://gitlab.com/no_reply"
[[params.socialLinks]]
icon = "fa-brands fa-github"
title = "GitHub"
url = "https://github.com/no-reply"
[params.theme]
palette = "material"
[markup]
# Table of contents
# Add toc = true to content front matter to enable
[markup.tableOfContents]
startLevel = 2
endLevel = 3
ordered = true
[menus]
[[menus.main]]
name = 'Posts'
pageRef = '/posts'
weight = 20
[minify]
disableHTML = true
disableXML = true