You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
|
2 weeks ago | |
---|---|---|
_data | 2 weeks ago | |
_layouts | 3 months ago | |
_sass/bootstrap/scss | 3 years ago | |
_sections | 2 months ago | |
assets | 3 months ago | |
.drone.yml | 2 weeks ago | |
.gitignore | 2 weeks ago | |
Dockerfile | 4 years ago | |
Gemfile | 2 years ago | |
Gemfile.lock | 3 months ago | |
README.md | 4 years ago | |
_config.yml | 4 years ago | |
build.sh | 4 years ago | |
code.html | 3 months ago | |
code_en.html | 3 months ago | |
docker-compose.yml | 2 years ago | |
index.html | 7 years ago | |
index_en.html | 7 years ago |
README.md
cryptohagen.dk
This repo holds the homepage of https://cryptohagen.dk/
Running locally for development:
- Install Docker and docker-compose
- Run
docker-compose up
. THis starts a local web server on port 4000 with LiveReload enabled, enabling you to tweak and play without having to F5 your browser.
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.