chk1 / codeformuenster.github.io

Website

Home Page:http://codeformuenster.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for Münster Homepage at codeformuenster.org.

Install & run using Docker

(These instructions are for Linux. On OSX/Windows, Docker has to be installed differently.)

  • Install Docker and Fig.
  • Then run: sudo fig up

The website is now available at http://localhost:4000. Posts and stylesheets will automatically be recompiled on change.

Non-Docker Install

This site is build using jekyll.

sudo gem install jekyll
sudo gem install rdiscount
sudo gem install bundler

Install dependencies:

bundle install

Change Stylesheets

The stylesheets are written in SASS/SCSS and are found in folder _sass. After changing the code you must compile manually to CSS with:

compass compile

Or run compass watch to automatically recompile after saving a file. If you intend to run the webserver as well, you don't need to compile the SASS code by hand. It is then managed by bundler/jekyll.

Run

Compiles the page after saving a code change:

bundle exec jekyll serve

The website is now available at http://localhost:3000

About

Website

http://codeformuenster.org


Languages

Language:CSS 66.8%Language:HTML 24.9%Language:Ruby 6.1%Language:CoffeeScript 2.2%