From 8d7f0db0bf00538bc34219dde3ce1b029ad9b1b0 Mon Sep 17 00:00:00 2001 From: Kasper Friis Christensen Date: Sun, 21 Jan 2018 23:08:25 +0100 Subject: [PATCH] Updated readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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