Update readme

This commit is contained in:
Jesper Hess 2019-03-03 17:08:12 +01:00
parent 9120b56aad
commit 34a634c929
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
2 changed files with 14 additions and 11 deletions

14
README.md Normal file
View File

@ -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.

View File

@ -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``.