Ignore .jekyll-cache; Add readme for git repo

lab
Stephan Messlinger 2020-01-16 02:15:49 +01:00
parent 4eca0e4be1
commit 1f0acbd5c8
2 changed files with 26 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
_site
.sass-cache
.jekyll-cache/

25
README.md Normal file
View File

@ -0,0 +1,25 @@
# 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.