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.
jekyll Site build
Details
|
1 month ago | |
---|---|---|
_data | 3 years ago | |
_events | 1 month ago | |
_includes | 4 months ago | |
_layouts | 4 months ago | |
_logs | 1 month ago | |
_posts | 4 years ago | |
assets | 1 month ago | |
downloads | 2 years ago | |
.gitignore | 3 years ago | |
CNAME | 6 years ago | |
README.md | 3 years ago | |
_config.yml | 4 years ago | |
apple-touch-icon.png | 2 years ago | |
dokumente.md | 3 months ago | |
events.md | 4 months ago | |
favicon.png | 2 years ago | |
favicon.svg | 2 years ago | |
iR.svg | 2 years ago | |
index.md | 2 months ago | |
live.html | 3 years ago | |
logs.md | 4 months ago | |
posts.md | 4 months ago | |
video-js.min.css | 3 years ago | |
video.min.js | 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.