blob: 2cee2be54bf4bdd5d0087d8b1ce341b47cfbd099 (
plain) (
tree)
|
|
#!/bin/sh
for i in *.md
do
filename_wo_ext=$(echo "$i" | cut -f 1 -d '.')
if [ $filename_wo_ext != "template" ]
then
pandoc $i -s --highlight-style pygments --css=style.css --self-contained -t html5 -o $filename_wo_ext.html
fi
done
|
in each repos: see "about"-tab (if existing) for more details / README.
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa