38 lines
1.1 KiB
TOML
38 lines
1.1 KiB
TOML
baseURL = '/'
|
|
languageCode = 'en-us'
|
|
theme = "anubis2"
|
|
title = "Thanwer's Blog"
|
|
enableRobotsTXT = true
|
|
defaultContentLanguage = 'en'
|
|
|
|
[languages]
|
|
[languages.en]
|
|
languageName = 'EN'
|
|
weight = 1
|
|
[languages.pt]
|
|
languageName = 'BR'
|
|
languageCode = 'pt-BR'
|
|
weight = 2
|
|
|
|
[params]
|
|
author.name = "Pietro Arancibia"
|
|
author.email = "admin@thanwer.com"
|
|
author.location = "Germany"
|
|
colorTheme = "auto"
|
|
colorThemeSwitcher = true
|
|
social = [
|
|
{ id = "github", url = "https://github.com/thanwer" },
|
|
{ id = "linkedin", url = "https://www.linkedin.com/in/thanwer/" },
|
|
{ id = "email", url = "mailto:admin@thanwer.com" },
|
|
{ id = "facebook", url = "https://facebook.com/thanwer" },
|
|
{ id = "instagram", url = "https://www.instagram.com/thanwer/" },
|
|
{ id = "telegram", url = "https://t.me/thanwer" },
|
|
{ id = "x", url = "https://x.com/thanwer" },
|
|
{ id = "youtube", url = "https://youtube.com/lordthanwer" }
|
|
]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true # true | false; Enable unsafe mode to have a better experience
|
|
|
|
[markup.highlight]
|
|
style = 'base16-snazzy' # Highlight.js style
|