1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-06-02 07:20:02 +00:00
afkollektor/Makefile
2017-11-07 18:25:45 +01:00

8 lines
257 B
Makefile

index:
mkdir -p build
cp styles/index.css build/index.css
cp scripts/konami-code.js build/k.js
cat templates/index-header.theme > build/index.html
cmark --smart < pages/index.md >> build/index.html
cat templates/index-footer.theme >> build/index.html