Unsere Seite
Go to file
Stephan Messlinger e30c508ad4 Add favicon (nees some lowres rework, though) 2021-12-06 03:35:52 +01:00
_data create events page for mensaabend 2020-10-27 21:58:51 +01:00
_events Shrink cat PCB iamge; Create thumbnail for event site 2021-12-06 02:47:41 +01:00
_includes Automatisches Kalender Update aus caldav 2021-12-04 00:32:02 +01:00
_layouts Shrink cat PCB iamge; Create thumbnail for event site 2021-12-06 03:21:23 +01:00
_logs Mensakaren -> Logs 2021-11-14 14:33:48 +01:00
_posts play around 2019-06-17 23:38:39 +02:00
assets Shrink cat PCB iamge; Create thumbnail for event site 2021-12-06 03:21:23 +01:00
downloads Smart City Presentation Download Link 2021-05-12 17:33:13 +02:00
.gitignore Updated event kripo.it 2020-12-19 22:23:04 +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
apple-touch-icon.png Add favicon (nees some lowres rework, though) 2021-12-06 03:35:52 +01:00
dokumente.md moved documents to doc subfolder in assets 2020-01-20 21:11:11 +01:00
events.md Move past events to log; Sort upcoming events chronologically 2021-11-03 02:56:33 +01:00
favicon.png Add favicon (nees some lowres rework, though) 2021-12-06 03:35:52 +01:00
favicon.svg Add favicon (nees some lowres rework, though) 2021-12-06 03:35:52 +01:00
iR.svg iR-logo with smooth curves 2021-11-08 00:07:57 +01:00
index.md URLs 2021-11-29 22:34:51 +01:00
live.html Turn on autoplay for video 2020-09-20 20:28:45 +02:00
logs.md Move past events to log; Sort upcoming events chronologically 2021-11-03 02:56:33 +01:00
posts.md Mit layout? 2017-10-05 13:18:51 +02:00
video-js.min.css Add live stream 2020-09-20 19:36:54 +02:00
video.min.js Add live stream 2020-09-20 19:36:54 +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.