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.
 
 
 
 
 
Go to file
reynir a976f679ad
Aarhus test
4 years ago
_data Aarhus test 4 years ago
_layouts Remove extra | character in footer 4 years ago
_sass/bootstrap/scss Directory structure for SASS files 6 years ago
_sections Add info about Cryptoaarhus 4 years ago
assets Re-order js into assets and add openlayers 5 years ago
.drone.yml Refactor .drone.yml a little 4 years ago
.gitignore Add .bundle to gitignore 6 years ago
CNAME DNS setup. 8 years ago
Dockerfile Dockerize the website 4 years ago
Gemfile Update jekyll version 4 years ago
Gemfile.lock Update jekyll version 4 years ago
README.md Another README update 4 years ago
_config.yml Directory structure for SASS files 6 years ago
build.sh Dockerize the website 4 years ago
docker-compose.yml Update Jekyll and rm livereload plugin (part of jekyll now) 5 years ago
index.html Break into templates, vars, and add I18N (english) 7 years ago
index_en.html Break into templates, vars, and add I18N (english) 7 years ago

README.md

cryptohagen.dk

Build Status

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.