34 lines
903 B
TOML
34 lines
903 B
TOML
baseURL = ""
|
|
languageCode = "en-US,fr-FR"
|
|
title = "The Octet Press"
|
|
theme = "blogotheme"
|
|
|
|
[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
|
|
|
|
[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
|