1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-06-02 07:20:02 +00:00
Go to file
2017-11-07 18:27:05 +01:00
pages Replace exam table by more comprehensible list 2017-11-06 14:17:59 +01:00
scripts Refrain from littering the browser console 2017-11-05 02:56:50 +01:00
styles Sets CSS to use dark theme based around base16. Shrinks div. 2017-11-04 20:06:45 +01:00
templates Renew templates to fit the new build process 2017-11-07 18:18:43 +01:00
.gitignore Add 'Building' section to readme 2017-11-02 15:22:35 +01:00
Makefile Use cmark instead of dicount for compiling Markdown 2017-11-07 18:25:45 +01:00
README.md Add 'Building' section to readme 2017-11-02 15:22:35 +01:00

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 in build/).
  • The build server will run make on every push and copy everything from build/ to the webroot of afkollektor.de.