estradiol.cloud/hugo.toml
2024-02-28 22:49:15 -08:00

37 lines
683 B
TOML

baseURL = 'https://estradiol.cloud/'
languageCode = 'en-us'
title = 'estradiol.cloud'
theme = 'risotto'
paginate = 3
[params]
[params.about]
title = ""
description = "Making vanity projects easy since 2024"
[[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"
[menus]
[[menus.main]]
name = 'Posts'
pageRef = '/posts'
weight = 20
[minify]
disableHTML = true