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
Rolf Amfelt f62866f1b2
continuous-integration/drone/push Build is passing Details
New text and layout Prod
3 months ago
_data New layout and text 3 months ago
_layouts New text and layout Prod 3 months ago
_sass/bootstrap/scss CSS fix for links in cards 3 years ago
_sections New text and layout Prod 3 months ago
assets New layout and text 3 months ago
.drone.yml Specify specific version of bundler in .drone.yml 3 years ago
.gitignore Add .jekyll-cache to .gitignore 3 years ago
CNAME DNS setup. 8 years ago
Dockerfile Dockerize the website 4 years ago
Gemfile Update Jekyll 2 years ago
Gemfile.lock Gemfile lock update 3 months ago
README.md Another README update 4 years ago
_config.yml Rename gems->plugins in _config.yml due to deprecation warning 4 years ago
build.sh Dockerize the website 4 years ago
code.html New layout exe 3 months ago
code_en.html New text and layout Prod 3 months ago
docker-compose.yml Update docker-compose.yml 2 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
index_en_old.html New text and layout Prod 3 months ago
index_old.html New text and layout Prod 3 months 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.