26 lines
646 B
Markdown
26 lines
646 B
Markdown
# Imaginärraum Website
|
|
|
|
This is the source for the [Imaginärraum-Website](https://imaginaerraum.de/).
|
|
We use [Jekyll](https://jekyllrb.com/) 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.
|