mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
8 lines
No EOL
305 B
Bash
8 lines
No EOL
305 B
Bash
#!/bin/bash
|
|
# conversion de style pour le html
|
|
# https://sass-lang.com
|
|
|
|
sass templates/styles_src/style_general.scss templates/styles/style_general.css
|
|
|
|
cp templates/styles/style_general.css html-websites/tykayn_blog/style.css
|
|
cp templates/styles/style_general.css html-websites/cipherbliss_blog/style.css |