Add description
This commit is contained in:
parent
1dff9a5c46
commit
4cb8e928fe
19
hugo.toml
19
hugo.toml
@ -1,4 +1,4 @@
|
||||
baseURL = '/'
|
||||
baseURL = 'https://blog.thanwer.com/'
|
||||
languageCode = 'en-us'
|
||||
theme = "anubis2"
|
||||
title = "Thanwer's Blog"
|
||||
@ -21,15 +21,16 @@ author.email = "admin@thanwer.com"
|
||||
author.location = "Germany"
|
||||
colorTheme = "auto"
|
||||
colorThemeSwitcher = true
|
||||
description = "A blog written by Pietro Arancibia \"Thanwer\""
|
||||
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" }
|
||||
{ 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user