1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-06-02 15:30:01 +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 mkdir -p build
cp styles/index.css build/index.css cp styles/index.css build/index.css
cp scripts/konami-code.js build/k.js cp scripts/konami-code.js build/k.js
discount-theme pages/index.md \ cat templates/index-header.theme > build/index.html
-o build/index.html \ cmark --smart < pages/index.md >> build/index.html
-t templates/index.theme 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> </head>
<body> <body>
<div class="afk-container"> <div class="afk-container">
<?theme body?>
</div>
<script src="./k.js"></script>
</body>
</html>