mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
fix template include for article
This commit is contained in:
parent
a473479b83
commit
9ab4b98c1d
30 changed files with 115 additions and 87 deletions
|
@ -7,7 +7,11 @@ sass templates/styles_src/style_general.scss templates/styles/style_general.css
|
|||
|
||||
echo "copier le style général et le js principal vers html-websites pour chaque site"
|
||||
|
||||
for i in $(ls html-websites); do
|
||||
cp templates/styles/style_general.css html-websites/$i/style.css
|
||||
cp templates/js/main_script.js html-websites/$i/main_script.js
|
||||
for i in $(ls sources); do
|
||||
if [ -d "html-websites/$i" ]; then
|
||||
cp templates/styles/style_general.css html-websites/$i/style.css
|
||||
cp templates/js/main_script.js html-websites/$i/main_script.js
|
||||
fi
|
||||
done
|
||||
|
||||
echo "c'est fait!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue