Code for Münster Homepage at codeformuenster.org.
(These instructions are for Linux. On OSX/Windows, Docker has to be installed differently.)
The website is now available at http://localhost:4000. Posts and stylesheets will automatically be recompiled on change.
This site is build using jekyll.
sudo gem install jekyll
sudo gem install rdiscount
Compile the SASS code manually:
compass compile
Add the "watch" parameter to automatically recompile after saving a file:
compass watch
Compiles the page after saving a code change:
jekyll serve --watch
The website is now available at http://localhost:3000