add README

This commit is contained in:
Jeppe Ernst 2018-01-21 01:05:45 +01:00
parent 3356f60421
commit 952a79ddad
1 changed files with 5 additions and 0 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# Jekyll site for ulovliglogning.dk
To build/serve the site locally you just need to run `gem install jekyll bundler` then `cd` into the directory and run `bundle exec jekyll serve` you can now see the site at [localhost:4000](http://localhost:4000)
The contents of the index page is defined in the frontmatter of the file `index.md`