1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-05-19 07:36:43 +00:00
This commit is contained in:
Paul Brinkmeier 2017-11-08 00:24:55 +00:00 committed by GitHub
commit e564ecd7b2
3 changed files with 8 additions and 9 deletions

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

View file

@ -0,0 +1,4 @@
</div>
<script src="./k.js"></script>
</body>
</html>

View file

@ -7,8 +7,3 @@
</head>
<body>
<div class="afk-container">
<?theme body?>
</div>
<script src="./k.js"></script>
</body>
</html>