Unsere Seite
|
||
---|---|---|
_data | ||
_events | ||
_includes | ||
_layouts | ||
_logs | ||
_posts | ||
assets | ||
downloads | ||
_config.yml | ||
.gitignore | ||
apple-touch-icon.png | ||
CNAME | ||
dokumente.md | ||
events.md | ||
favicon.png | ||
favicon.svg | ||
impressum.md | ||
index.md | ||
iR_5y.svg | ||
iR_full.svg | ||
iR.bak.svg | ||
iR.svg | ||
live.html | ||
logs.md | ||
posts.md | ||
README.md | ||
video-js.min.css | ||
video.min.js |
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.