mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
up
This commit is contained in:
parent
0b9f66167c
commit
0a189bd6ad
151 changed files with 18303 additions and 565 deletions
|
@ -12,6 +12,9 @@ Pour un article en langue En, sur le blog cipherbliss_blog, donner le titre entr
|
|||
python3 new_article.py cipherbliss_blog en "Creation of a gemini blog"
|
||||
```
|
||||
## prérequis pour installation
|
||||
|
||||
Avoir des articles au format org, les mettre dans un dossier source/nom_du_blog, et avoir quelques bibliothèques dispo:
|
||||
|
||||
```shell
|
||||
bash install.sh
|
||||
```
|
||||
|
@ -20,8 +23,12 @@ Testé avec:
|
|||
Pandoc 2.9.2.1
|
||||
Python 3.10.12
|
||||
## Conversion des fichiers Org vers gemini et html
|
||||
Ceci va convertir ce qui se trouve dans le dossier `sources/tykayn_blog`
|
||||
et produire un site web dans `html_output/tykayn_blog`
|
||||
ainsi qu'une capsule gemini dans `capsules-gemini/tykayn_blog`
|
||||
|
||||
```shell
|
||||
bash converters.sh
|
||||
bash converters.sh tykayn_blog
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue