mirror of
https://github.com/afkollektiv/afkollektor.de
synced 2024-11-13 05:45:13 +00:00
No description
pages | ||
styles | ||
templates | ||
.gitignore | ||
Makefile | ||
README.md |
AfKollektor.de
AfKollektor.de git repository. This is where the magic happens.
Building
- You will need the
discount
program for markdown generation. It should be available in your distros package db. - For building the index file, run
make index
(this will create index.html inbuild/
). - The build server will run
make
on every push and copy everything frombuild/
to the webroot of afkollektor.de.