1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-05-19 07:36:43 +00:00
Go to file
Paul Brinkmeier 0166f774a0
Merge Yannis' Dark Theme PR
Change the styling of the site to dark and fix link to lecture notes
2017-11-04 22:45:09 +01:00
pages Fixes link in the Mitschriebe section. 2017-11-04 20:07:12 +01:00
styles Sets CSS to use dark theme based around base16. Shrinks div. 2017-11-04 20:06:45 +01:00
templates Change character set to utf-8 2017-11-02 17:35:53 +01:00
.gitignore Add 'Building' section to readme 2017-11-02 15:22:35 +01:00
Makefile Add basic theme 2017-11-02 17:00:51 +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.