From 34a634c92903db5704b18bdcaf202d621715e52f Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Sun, 3 Mar 2019 17:08:12 +0100 Subject: [PATCH] Update readme --- README.md | 14 ++++++++++++++ README.rst | 11 ----------- 2 files changed, 14 insertions(+), 11 deletions(-) create mode 100644 README.md delete mode 100644 README.rst diff --git a/README.md b/README.md new file mode 100644 index 0000000..b72c3d4 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# cryptohagen.dk + +This repo holds the homepage of https://cryptohagen.dk/ + +## Running locally for development: + +#. Install Docker and docker-compose +#. Run ``docker-compose up`` + +If you have changes to `Gemfile`, run ``docker-compose run jekyll bundle update``. + +## Publishing to cryptohagen.dk + +If you have push access to `master` at https://git.data.coop/cryptohagen.dk/website, doing so wil trigger a build and release. diff --git a/README.rst b/README.rst deleted file mode 100644 index 38bd037..0000000 --- a/README.rst +++ /dev/null @@ -1,11 +0,0 @@ -cryptohagen.github.io -===================== - -Homepage of https://cryptohagen.dk/ - -Running locally: - -#. Install Docker and docker-compose -#. Run ``docker-compose up`` - -If you have changes to `Gemfile`, run ``docker-compose run jekyll bundle update``.