Ignore .jekyll-cache; Add readme for git repo
This commit is contained in:
parent
4eca0e4be1
commit
1f0acbd5c8
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
_site
|
_site
|
||||||
.sass-cache
|
.sass-cache
|
||||||
|
.jekyll-cache/
|
||||||
|
|
25
README.md
Normal file
25
README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user