mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
up conf for several websites
This commit is contained in:
parent
dbaaa6520f
commit
9177d16940
7 changed files with 106 additions and 197 deletions
|
@ -8,11 +8,11 @@ global_config = {
|
|||
"source_files_extension": "org",
|
||||
# controlled vocabulary to find tags automatically
|
||||
"auto_tag_terms": ["illustration", "tuto", "nsfw", "bd", "récit", "science",
|
||||
"wtf","yaoi","yuri","sondage","entreprise","ai","photos",
|
||||
"cosplay","festival","fanzine","manif","logiciel","inktober",
|
||||
"kotlife","féminisme","fantasme","art","sociologie","couple","masturbation",
|
||||
"boobs","sortirDesFossiles","électrique","maison","GTD","chat","PIM",
|
||||
"openstreetmap","sauvegarde","mastodon","voyages","bouffe"]
|
||||
"wtf", "yaoi", "yuri", "sondage", "entreprise", "ai", "photos",
|
||||
"cosplay", "festival", "fanzine", "manif", "logiciel", "inktober",
|
||||
"kotlife", "féminisme", "fantasme", "art", "sociologie", "couple", "masturbation",
|
||||
"boobs", "sortirDesFossiles", "électrique", "maison", "GTD", "chat", "PIM",
|
||||
"openstreetmap", "sauvegarde", "mastodon", "voyages", "bouffe"]
|
||||
}
|
||||
configs_sites = {
|
||||
"cipherbliss_blog": {
|
||||
|
@ -73,4 +73,82 @@ configs_sites = {
|
|||
"BANNIERE_ENTETE": "https://tykayn.fr/wp-content/themes/toivo-lite/images/header.jpg",
|
||||
"BANNIERE_ENTETE_ALT": "Bannière du site",
|
||||
},
|
||||
"cil_gometz": {
|
||||
"DOSSIER_SOURCE": "tykayn_blog",
|
||||
"NDD_GEMINI": "gemini.cil-gometz.org",
|
||||
"BANNIERE_ENTETE": "",
|
||||
"BLOG_TITLE": "Cil gometz",
|
||||
"BLOG_SUBTITLE": "Cil gometz",
|
||||
"TITLE": "",
|
||||
"AUTHOR": "Cil gometz",
|
||||
"PAGE_TITLE": "Cil gometz",
|
||||
"LOCALE": "fr_FR", # la langue principale
|
||||
"DESCRIPTION": "Cil gometz",
|
||||
"NDD": "https://cil-gometz.org",
|
||||
"EMAIL": "contact@cipherbliss.com",
|
||||
"SITE_ICON": "https://mastodon.cipherbliss.com/system/accounts/avatars/000/000/001/original/6388tykayn.gif",
|
||||
"SITE_ICON_TYPE": "image/png",
|
||||
"NAVIGATION": """
|
||||
<nav>
|
||||
<a href="/">Accueil</a>
|
||||
<a href="/feed">Flux RSS</a>
|
||||
<a href="/tags">Tags</a>
|
||||
<a href="/contact">Contact</a>
|
||||
</nav>
|
||||
""",
|
||||
"BANNIERE_ENTETE": "https://tykayn.fr/wp-content/themes/toivo-lite/images/header.jpg",
|
||||
"BANNIERE_ENTETE_ALT": "Bannière du site",
|
||||
},
|
||||
"qzine_blog": {
|
||||
"DOSSIER_SOURCE": "qzine_blog",
|
||||
"NDD_GEMINI": "source.qzine.fr",
|
||||
"BANNIERE_ENTETE": "",
|
||||
"BLOG_TITLE": "!Qzine",
|
||||
"BLOG_SUBTITLE": "La culture avec un grand !Q",
|
||||
"TITLE": "",
|
||||
"AUTHOR": "Tykayn",
|
||||
"PAGE_TITLE": "Qzine",
|
||||
"LOCALE": "fr_FR", # la langue principale
|
||||
"DESCRIPTION": "Illustrations, articles de sociologie et récits autour des vies sexuelles contemporaines",
|
||||
"NDD": "https://qzine.fr",
|
||||
"EMAIL": "contact@qzine.fr",
|
||||
"SITE_ICON": "https://mastodon.cipherbliss.com/system/accounts/avatars/000/000/001/original/6388tykayn.gif",
|
||||
"SITE_ICON_TYPE": "image/png",
|
||||
"NAVIGATION": """
|
||||
<nav>
|
||||
<a href="/">Accueil</a>
|
||||
<a href="https://cloud.tykayn.fr/index.php/s/dessins_partage_blog">Sources des illustrations</a>
|
||||
<a href="/tags">Tags</a>
|
||||
<a href="/contact">Contact</a>
|
||||
</nav>
|
||||
""",
|
||||
"BANNIERE_ENTETE": "https://tykayn.fr/wp-content/themes/toivo-lite/images/header.jpg",
|
||||
"BANNIERE_ENTETE_ALT": "Bannière du site",
|
||||
},
|
||||
"helia_blog": {
|
||||
"DOSSIER_SOURCE": "helia_blog",
|
||||
"NDD_GEMINI": "source.helia.tykayn.fr",
|
||||
"BANNIERE_ENTETE": "",
|
||||
"BLOG_TITLE": "Hélia Blog",
|
||||
"BLOG_SUBTITLE": "Yaya blog, les prémices parentales, puis sa vie et son oeuvre.",
|
||||
"TITLE": "",
|
||||
"AUTHOR": "Tykayn & Claire",
|
||||
"PAGE_TITLE": "Hélia Blog",
|
||||
"LOCALE": "fr_FR", # la langue principale
|
||||
"DESCRIPTION": "Textes et photos",
|
||||
"NDD": "https://helia.tykayn.fr",
|
||||
"EMAIL": "contact@cipherbliss.com",
|
||||
"SITE_ICON": "https://mastodon.cipherbliss.com/system/accounts/avatars/000/000/001/original/6388tykayn.gif",
|
||||
"SITE_ICON_TYPE": "image/png",
|
||||
"NAVIGATION": """
|
||||
<nav>
|
||||
<a href="/">Accueil</a>
|
||||
<a href="/feed">Flux RSS</a>
|
||||
<a href="/tags">Tags</a>
|
||||
<a href="/contact">Contact</a>
|
||||
</nav>
|
||||
""",
|
||||
"BANNIERE_ENTETE": "https://tykayn.fr/wp-content/themes/toivo-lite/images/header.jpg",
|
||||
"BANNIERE_ENTETE_ALT": "Bannière du site",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue