Website/README.md

646 B

Imaginärraum Website

This is the source for the Imaginärraum-Website. We use Jekyll to build static HTML pages from markdown source files. Commits to this repository will automatically trigger a rebuild of the served site.

Local development

Changes can be tested locally before pushing.

Requirements

  • Install ruby
  • gem install jekyll bundler
  • gem install jekyll-theme-minimal

Build locally

  • jekyll build

Test locally

  • jekyll serve

This opens a webserver on http://localhost:4000 and automatically rebuilds the site whenever a source file changes.