BlueFox
7003817c74
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 36s
26 lines
807 B
TOML
26 lines
807 B
TOML
baseURL = "https://privacynerd.de/"
|
|
languageCode = 'en-us'
|
|
theme = "coming-soon"
|
|
|
|
[params]
|
|
title = "Privacynerd's site - coming soon!"
|
|
description = "Privacynerd's site"
|
|
favicon = ""
|
|
message = "COMING SOON! (somewhere in the future actually)"
|
|
release = "June 30, 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"
|