1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-05-18 15:16:43 +00:00
Go to file
Christian Oder 49049147d2
Merge pull request #9 from afkollektiv/list-of-exams
Replace exam table by more comprehensible list
2017-11-06 14:24:01 +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 Include konami code JS file 2017-11-05 02:55:36 +01:00
.gitignore Add 'Building' section to readme 2017-11-02 15:22:35 +01:00
Makefile Include konami code JS file 2017-11-05 02:55:36 +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.