From 4c946c9a507ff963032490cbec6a4ef90026658f Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Sun, 18 Nov 2018 16:54:26 +0100 Subject: [PATCH] Yay, a README --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..6364175 --- /dev/null +++ b/README.rst @@ -0,0 +1,11 @@ +cryptohagen.github.io +===================== + +Homepage of https://cryptohagen.dk/ + +Running locally: + +1. Install Docker and docker-compose +1. Run ``docker-compose up`` + +If you have changes to `Gemfile`, run ``docker-compose run jekyll bundle update``.