1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-05-19 07:36:43 +00:00

Use cmark instead of dicount for compiling Markdown

This commit is contained in:
Paul Brinkmeier 2017-11-07 18:25:45 +01:00
parent 23e7a2feb5
commit b6d9447337

View file

@ -1,7 +1,7 @@
index: pages/index.md styles/index.css
index:
mkdir -p build
cp styles/index.css build/index.css
cp scripts/konami-code.js build/k.js
discount-theme pages/index.md \
-o build/index.html \
-t templates/index.theme
cat templates/index-header.theme > build/index.html
cmark --smart < pages/index.md >> build/index.html
cat templates/index-footer.theme >> build/index.html