40 lines
1.2 KiB
TOML
40 lines
1.2 KiB
TOML
baseURL = "https://n07070.xyz"
|
|
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
|
|
mastodon_profile_link = "https://mamot.fr/@n07070"
|
|
|
|
[[deployment.targets]]
|
|
URL = "s3://ccd9c25a61b824e49c6c9df0c16d213133601461575eb0886795145bc32eed55?endpoint=garage.deuxfleurs.fr&s3ForcePathStyle=true®ion=garage"
|
|
|
|
[markup]
|
|
[markup.highlight]
|
|
style = "igor"
|
|
[markup.goldmark.renderer]
|
|
unsafe= true
|
|
|
|
|
|
[languages]
|
|
[languages.en]
|
|
title = "The Octet 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 à Octet"
|
|
weight = 1
|
|
[languages.fr.params]
|
|
brand = "La Press à Octet"
|
|
description = "Salut, je suis 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
|