First commit
This commit is contained in:
commit
6201e14a9e
18 changed files with 233 additions and 0 deletions
31
config.toml
Normal file
31
config.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue