mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
source de blog en footer
This commit is contained in:
parent
cdfe328dca
commit
255e8fdc04
2 changed files with 9 additions and 3 deletions
|
@ -25,7 +25,7 @@ global_config = {
|
|||
configs_sites = {
|
||||
"other_blog" : {
|
||||
"DOSSIER_SOURCE": "helia_blog",
|
||||
"NDD_GEMINI": "source.helia.tykayn.fr",
|
||||
"NDD_GEMINI": "social.cipherbliss.com",
|
||||
"BANNIERE_ENTETE": "",
|
||||
"BLOG_TITLE": "Hélia Blog",
|
||||
"BLOG_SUBTITLE": "Yaya blog, les prémices parentales, puis sa vie et son oeuvre.",
|
||||
|
@ -50,8 +50,9 @@ configs_sites = {
|
|||
"BANNIERE_ENTETE_ALT": "Bannière du site",
|
||||
},
|
||||
"cipherbliss_blog": {
|
||||
"SOURCE": "https://forge.chapril.org/tykayn/orgmode-to-gemini-blog/src/branch/main/sources/cipherbliss_blog",
|
||||
"DOSSIER_SOURCE": "cipherbliss_blog",
|
||||
"NDD_GEMINI": "source.cipherbliss.com",
|
||||
"NDD_GEMINI": "social.cipherbliss.com",
|
||||
"BANNIERE_ENTETE": "",
|
||||
"BLOG_TITLE": "Cipher Bliss",
|
||||
"BLOG_SUBTITLE": "Code, nouvelles technologies et entrepreneurariat par B. Lemoine",
|
||||
|
@ -78,8 +79,9 @@ configs_sites = {
|
|||
"BANNIERE_ENTETE_ALT": "Bannière du site",
|
||||
},
|
||||
"tykayn_blog": {
|
||||
"SOURCE": "https://forge.chapril.org/tykayn/orgmode-to-gemini-blog/src/branch/main/sources/tykayn_blog",
|
||||
"DOSSIER_SOURCE": "tykayn_blog",
|
||||
"NDD_GEMINI": "source.tykayn.fr",
|
||||
"NDD_GEMINI": "gemini.tykayn.fr",
|
||||
"BANNIERE_ENTETE": "",
|
||||
"BLOG_TITLE": "Tykayn Blog",
|
||||
"BLOG_SUBTITLE": "Le vortex à chats - Illustrations, trucs en tout genre par Tykayn",
|
||||
|
@ -216,6 +218,7 @@ configs_sites = {
|
|||
|
||||
# Configuration par défaut
|
||||
default_config = {
|
||||
"SOURCE": "https://forge.chapril.org/tykayn/orgmode-to-gemini-blog",
|
||||
"BLOG_TITLE": "Titre par défaut",
|
||||
"BLOG_SUBTITLE": "Sous-titre par défaut",
|
||||
"AUTHOR": "Auteur par défaut",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue