blog/config.toml
2021-03-17 02:29:08 +01:00

31 lines
582 B
TOML

baseurl = "https://phireh.fukurokuju.dev/blog"
defaultContentLanguage = "en"
theme = "charaka-hugo-theme"
defaultContentLanguageInSubdir = true
[languages]
[languages.en]
languagedirection = "en"
LanguageName = "EN" # TODO : i18n with language names
title = "Phireh's blog"
weight = 2
[languages.es]
languagedirection = "es"
title = "El blog de Phireh"
LanguageName = "ES"
weight = 1
[params]
[params.highlight]
style = "zenburn"
[[params.social]]
url = "about"
fa_icon = "fas fa-info"
[[params.social]]
url = "https://github.com/Phireh"
fa_icon = "fab fa-github"