Updated config, added image of last article, and updated about pages
This commit is contained in:
21
config.toml
21
config.toml
@@ -1,5 +1,5 @@
|
||||
baseURL = ""
|
||||
languageCode = "fr-FR"
|
||||
languageCode = "en-US,fr-FR"
|
||||
title = "The Octet Press"
|
||||
theme = "blogotheme"
|
||||
|
||||
@@ -12,3 +12,22 @@ theme = "blogotheme"
|
||||
[markup]
|
||||
[markup.highlight]
|
||||
style = "igor"
|
||||
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
title = "The Octect Press"
|
||||
weight = 2
|
||||
[languages.en.params]
|
||||
brand = "The Octet Press"
|
||||
description = "Hi, I'm n07070. This is my blog and homepage, where I post articles, art, code, links and more."
|
||||
bgimg = ""
|
||||
rssinmenu = true
|
||||
[languages.fr]
|
||||
title = "La Presse à Octect"
|
||||
weight = 1
|
||||
[languages.fr.params]
|
||||
brand = "La Press à Octet"
|
||||
description = "Salut, moi c'est n07070. Vous êtes sur mon blog et ma page perso, je poste des billets d'humeur, de l'art, du code, des liens et autres."
|
||||
bgimg = ""
|
||||
rssinmenu = true
|
||||
|
||||
Reference in New Issue
Block a user