privacynerd.de/hugo.toml

26 lines
797 B
TOML
Raw Normal View History

baseURL = "https://privacynerd.de/"
languageCode = 'en-us'
theme = "coming-soon"
[params]
title = "Privacynerd's site - coming at some point in the future!"
description = "Privacynerd's site"
favicon = ""
message = "COMING SOON!"
release = "December 6, 2024"
background = ""
socialIcons = [
{name = "email", url = "example@example.com"},
{name = "twitter", url = "https://twitter.com/"},
{name = "facebook", url = "https://facebook.com/"},
{name = "github", url = "https://github.com/"},
{name = "instagram", url = "https://instagram.com/"},
{name = "tiktok", url = "https://tiktok.com/"},
{name = "linkedin", url = "https://linkedin.com/"},
]
#[params.twitter]
# enable = false
# username = "mansoorbarri"