Unsere Seite
Go to file
Stephan Messlinger 1f0acbd5c8 Ignore .jekyll-cache; Add readme for git repo 2020-01-16 02:15:49 +01:00
_data Dokumente 2020-01-15 09:21:26 +01:00
_includes Automatisches Kalender Update aus caldav 2020-01-14 08:32:06 +01:00
_layouts Fix format 2019-10-08 01:14:41 +02:00
_logs Fixes 2020-01-15 13:31:45 +01:00
_posts play around 2019-06-17 23:38:39 +02:00
assets Add Aufnahmeantrag to Dokumente 2020-01-16 00:28:51 +01:00
.gitignore Ignore .jekyll-cache; Add readme for git repo 2020-01-16 02:15:49 +01:00
CNAME Create CNAME 2017-02-08 08:42:46 +01:00
README.md Ignore .jekyll-cache; Add readme for git repo 2020-01-16 02:15:49 +01:00
_config.yml Logs 2019-10-07 23:46:47 +02:00
dokumente.md Add Aufnahmeantrag to Dokumente 2020-01-16 00:31:12 +01:00
events.md Blubb 2019-10-07 23:11:22 +02:00
iR.svg logo size 2019-06-17 23:00:56 +02:00
index.md Kalender URL 2019-11-07 08:03:58 +01:00
logs.md Fixes 2020-01-15 13:31:45 +01:00
posts.md Mit layout? 2017-10-05 13:18:51 +02:00

README.md

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.