mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
script js pour recherche par moteur externe
This commit is contained in:
parent
530b8b7553
commit
c20b6a1b4d
10 changed files with 78 additions and 9 deletions
|
@ -207,6 +207,8 @@ for website_name in "${blogs_folders[@]}"; do
|
|||
|
||||
# copier le style dans le dossier html
|
||||
cp $style_file html-websites/$website_name/style.css
|
||||
# copier le script permettant la recherche
|
||||
cp templates/js/main_script.js html-websites/$website_name/main_script.js
|
||||
|
||||
# traiter les réductions d'images dans l'inbox
|
||||
python3 pictures_resize.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue