First commit

This commit is contained in:
David 2021-03-17 02:29:08 +01:00
commit 6201e14a9e
18 changed files with 233 additions and 0 deletions

31
config.toml Normal file
View file

@ -0,0 +1,31 @@
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"