mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
construire les infos d'un blog dans un json
This commit is contained in:
parent
16b93f380e
commit
2bdb9b7677
4 changed files with 12 additions and 129 deletions
|
@ -219,6 +219,7 @@ for website_name in "${blogs_folders[@]}"; do
|
|||
mkdir -p "html-websites/$website_name/tags"
|
||||
mkdir -p "html-websites/$website_name/tag"
|
||||
python3 gather_tags_in_json.py $website_name
|
||||
python3 linking_articles_prev_next.py $website_name
|
||||
|
||||
# déplacer les fichiers générés en html dans le dossier statique
|
||||
mv sources/$website_name/converted/*.html html-websites/$website_name/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue