From 952a79ddad63627bc88e344c7df8be89cb19c8d8 Mon Sep 17 00:00:00 2001 From: Jeppe Ernst Date: Sun, 21 Jan 2018 01:05:45 +0100 Subject: [PATCH] add README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5f8e111 --- /dev/null +++ b/README.md @@ -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` \ No newline at end of file