diff --git a/README.md b/README.md index 5f8e111..0a4bb51 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # 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) +## Install +### Install Jekyll and Bundler gems through RubyGems +`gem install jekyll bundler` + +### Install dependencies +`bundle install` + +### Build the site local +`bundle exec jekyll serve` + +You can now see the site at [localhost:4000](http://localhost:4000) + +## Structure The contents of the index page is defined in the frontmatter of the file `index.md` \ No newline at end of file