2024-11-02 18:30:04 +01:00
|
|
|
|
#!/bin/bash
|
|
|
|
|
# export:
|
|
|
|
|
# format gemini
|
2024-11-05 00:35:49 +01:00
|
|
|
|
pandoc --template templates/pandoc/template_gemini.lua -f html -t templates/pandoc/gmi.lua -o 2024-08-l-aventure-superphenix.gmi html/L’aventure\ Superphénix🔥.\ Superphénix…\ s’il\ est\ un\ réacteur…\ _\ by\ Dragonfeu\ _\ Medium.html
|
2024-11-02 18:30:04 +01:00
|
|
|
|
|
2024-11-05 00:35:49 +01:00
|
|
|
|
pandoc --template templates/pandoc/template_gemini.lua -f html -t templates/pandoc/gmi.lua -o 2024-03-recapitulatif-de-mon-contenu-twitter.gmi html/Récapitulatif\ de\ mon\ contenu\ twitter\ -\ Dragonfeu\ -\ Medium.html
|
2024-11-02 18:30:04 +01:00
|
|
|
|
|
2024-11-05 00:35:49 +01:00
|
|
|
|
pandoc --template templates/pandoc/template_gemini.lua -f html -t templates/pandoc/gmi.lua -o 2024-02-strategie-mitigation-accident-nucleaire.gmi html/Stratégie\ de\ mitigation\ de\ l’accident\ de\ fusion\ du\ cœur\ sur\ l’EPR.\ _\ by\ Dragonfeu\ _\ Sep,\ 2024\ _\ Medium.html
|
2024-11-02 18:30:04 +01:00
|
|
|
|
|
2024-11-05 00:35:49 +01:00
|
|
|
|
pandoc --template templates/pandoc/template_gemini.lua -f html -t templates/pandoc/gmi.lua -o 2024-01-recapitulatif-centrale-nucleaire-zaporijia.gmi html/Point\ de\ situation\ sur\ la\ centrale\ nucléaire\ de\ Zaporijia\ _\ by\ Dragonfeu\ _\ Medium.html
|
2024-11-02 18:30:04 +01:00
|
|
|
|
|
|
|
|
|
# format markdown
|
|
|
|
|
|
2024-11-05 00:35:49 +01:00
|
|
|
|
pandoc --template templates/pandoc/template_gemini.lua -f html -t markdown -o 2024-08-l-aventure-superphenix.md html/L’aventure\ Superphénix🔥.\ Superphénix…\ s’il\ est\ un\ réacteur…\ _\ by\ Dragonfeu\ _\ Medium.html
|
2024-11-02 18:30:04 +01:00
|
|
|
|
|
|
|
|
|
|
2024-11-05 00:35:49 +01:00
|
|
|
|
pandoc --template templates/pandoc/template_gemini.lua -f html -t markdown -o 2024-03-recapitulatif-de-mon-contenu-twitter.md html/Récapitulatif\ de\ mon\ contenu\ twitter\ -\ Dragonfeu\ -\ Medium.html
|
2024-11-02 18:30:04 +01:00
|
|
|
|
|
2024-11-05 00:35:49 +01:00
|
|
|
|
pandoc --template templates/pandoc/template_gemini.lua -f html -t markdown -o 2024-02-strategie-mitigation-accident-nucleaire.md html/Stratégie\ de\ mitigation\ de\ l’accident\ de\ fusion\ du\ cœur\ sur\ l’EPR.\ _\ by\ Dragonfeu\ _\ Sep,\ 2024\ _\ Medium.html
|
2024-11-02 18:30:04 +01:00
|
|
|
|
|
2024-11-05 00:35:49 +01:00
|
|
|
|
pandoc --template templates/pandoc/template_gemini.lua -f html -t markdown -o 2024-01-recapitulatif-centrale-nucleaire-zaporijia.md html/Point\ de\ situation\ sur\ la\ centrale\ nucléaire\ de\ Zaporijia\ _\ by\ Dragonfeu\ _\ Medium.html
|
2024-11-02 18:30:04 +01:00
|
|
|
|
|
|
|
|
|
|