Unsere Seite
Go to file
Stephan Messlinger 99c4849929
jekyll Site build Details
Neuer Vorstand
2024-04-22 21:48:16 +02:00
_data Rubrik Impressum/Datenschutz 2023-07-02 03:25:28 +02:00
_events Event 2024-02-12 correct date 2024-02-11 18:32:30 +01:00
_includes Automatisches Kalender Update aus caldav 2023-02-22 00:32:02 +00:00
_layouts Set footer z-index 2024-03-04 20:26:50 +01:00
_logs All events: layout to dated. Otherwise the date will not be shown on the specific posts page 2023-11-21 09:56:01 +01:00
_posts play around 2019-06-17 23:38:39 +02:00
assets Event 2023-12-11 2023-12-11 03:33:31 +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 format readme 2023-07-02 04:35:34 +02: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 Update Dokumente 2023-07-30 23:45:35 +02:00
events.md More URL fixes 2023-02-20 07:04:07 +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 fix: render font to curves 2024-02-12 20:04:24 +01:00
impressum.md Neuer Vorstand 2024-04-22 21:48:16 +02:00
index.md matrix link 2023-04-17 22:04:29 +02:00
live.html Turn on autoplay for video 2020-09-20 20:28:45 +02:00
logs.md More URL fixes 2023-02-20 07:04:07 +01:00
posts.md More URL fixes 2023-02-20 07:04:07 +01: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 pushed to the origin repository will automatically trigger a rebuild of the served site.

Development branches (experimental)

Create some development branch branch and push it to the origin repository. Doing so will build a temporary preview of the site at https://ci-site.imaginaerraum.de/branch. The temporary preview site will be deleted after some (unspecified?) time.

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.