1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-05-03 16:36:45 +00:00
Go to file
Jan Christian Grünhage 84ec62a41d
meow
2017-11-05 11:43:28 +01:00
pages Fixes link in the Mitschriebe section. 2017-11-04 20:07:12 +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 meow 2017-11-05 11:43:28 +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.