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 | 6 months ago | |
_sass/bootstrap/scss | 6 years ago | |
_sections | 4 months ago | |
assets | 3 years ago | |
.drone.yml | 12 months ago | |
.gitignore | 5 years ago | |
CNAME | 2 years ago | |
Dockerfile | 4 years ago | |
Gemfile | 2 months ago | |
Gemfile.lock | 2 months ago | |
README.md | 3 years ago | |
_config.yml | 2 years ago | |
build.sh | 3 years ago | |
docker-compose.yml | 4 years ago | |
index.html | 6 years ago | |
index_en.html | 6 years ago |
README.md
cryptoaarhus.dk
This repo holds the homepage of https://cryptoaarhus.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 cryptoaarhus.dk
If you have push access to master
at https://git.data.coop/cryptoaarhus.dk/website, doing so wil trigger a build and release.