From 18059f92495fb54e5d6a033df11bcd03c282298b Mon Sep 17 00:00:00 2001 From: N07070 Date: Wed, 9 Apr 2025 15:58:59 +0200 Subject: [PATCH] Update config --- config.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index 058e68f..2ae5541 100644 --- a/config.toml +++ b/config.toml @@ -1,14 +1,14 @@ baseURL = "https://n07070.xyz" languageCode = "en-US,fr-FR" -title = "The Octet Press" +title = "N07070.xyz" theme = ["osm", "blogotheme"] [params] - brand = "The Octet Press" + brand = "N07070.xyz" 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" + mastodon_profile_link = "https://toot.paris/@nono" [[deployment.targets]] URL = "s3://n07070.xyz?endpoint=garage.deuxfleurs.fr&awssdk=v1&s3ForcePathStyle=true®ion=garage" @@ -23,18 +23,18 @@ theme = ["osm", "blogotheme"] [languages] [languages.en] - title = "The Octet Press" + title = "n07070.xyz" weight = 2 [languages.en.params] - brand = "The Octet Press" + brand = "n07070.xyz" 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" + title = "n07070.xyz" weight = 1 [languages.fr.params] - brand = "La Press à Octet" + brand = "n07070.xyz" 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