summaryrefslogtreecommitdiff
path: root/update.sh
blob: f4430f3673a201c8b2b07611e7b15a724e4d9624 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

for i in *.md
do
    filename_wo_ext=$(echo "$i" | cut -f 1 -d '.')
    pandoc $i -s --highlight-style pygments --css=style.css --self-contained -t html5 -o $filename_wo_ext.html
done
in each repos: see "about"-tab (if existing) for more details / README.
mailto contact at omeckman dot net
all timestamps in UTC (German winter time: UTC+01:00, summer time: UTC+02:00)
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa