Unsere Seite
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stephan Messlinger 1f4e6508c1
jekyll Site build Details
Move old events to log
1 month ago
_data create events page for mensaabend 3 years ago
_events Move old events to log 1 month ago
_includes Automatisches Kalender Update aus caldav 4 months ago
_layouts Fix relative urls 4 months ago
_logs Move old events to log 1 month ago
_posts play around 4 years ago
assets BigBrowtherAwars d2023 1 month ago
downloads Smart City Presentation Download Link 2 years ago
.gitignore Updated event kripo.it 3 years ago
CNAME Create CNAME 6 years ago
README.md Ignore .jekyll-cache; Add readme for git repo 3 years ago
_config.yml Logs 4 years ago
apple-touch-icon.png Add favicon (nees some lowres rework, though) 2 years ago
dokumente.md Update Aufnahmeantrag 3 months ago
events.md More URL fixes 4 months ago
favicon.png Add favicon (nees some lowres rework, though) 2 years ago
favicon.svg Add favicon (nees some lowres rework, though) 2 years ago
iR.svg iR-logo with smooth curves 2 years ago
index.md matrix link 2 months ago
live.html Turn on autoplay for video 3 years ago
logs.md More URL fixes 4 months ago
posts.md More URL fixes 4 months ago
video-js.min.css Add live stream 3 years ago
video.min.js Add live stream 3 years ago

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.