mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
tags pages
This commit is contained in:
parent
367c7754c6
commit
072eafc751
4 changed files with 86 additions and 35 deletions
|
@ -196,7 +196,6 @@ convert_markdown_to_gmi() {
|
|||
}
|
||||
|
||||
# regrouper les types de fichiers générés
|
||||
|
||||
bash sass_styles.sh
|
||||
|
||||
# Boucle à travers la liste des sites Web
|
||||
|
@ -222,7 +221,7 @@ for website_name in "${blogs_folders[@]}"; do
|
|||
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/
|
||||
# mv sources/$website_name/converted/*.html html-websites/$website_name/
|
||||
|
||||
# python3 enrich_html.py $website_name --style $style_file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue