mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
up render
This commit is contained in:
parent
5ecbe07f53
commit
672f61f2bb
4 changed files with 37 additions and 6 deletions
|
@ -23,7 +23,32 @@ global_config = {
|
|||
|
||||
|
||||
configs_sites = {
|
||||
"other_blog" :{},
|
||||
"other_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": "Hélia blog",
|
||||
"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",
|
||||
},
|
||||
"cipherbliss_blog": {
|
||||
"DOSSIER_SOURCE": "cipherbliss_blog",
|
||||
"NDD_GEMINI": "source.cipherbliss.com",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue