ファイルへ移動
Jesper Hess 10e3fde4c0
Specify specific version of bundler in .drone.yml
2020-03-01 21:03:46 +01:00
_data Add Feb & Mar 2020 dates 2020-03-01 21:03:44 +01:00
_layouts Make data.coop logo part of link 2019-12-17 12:51:28 +01:00
_sass/bootstrap/scss Directory structure for SASS files 2017-03-09 09:09:03 +01:00
_sections Add info to the English page also... 2019-09-29 19:53:42 +02:00
assets Add data.coop logo 2019-12-17 12:44:57 +01:00
.drone.yml Specify specific version of bundler in .drone.yml 2020-03-01 21:03:46 +01:00
.gitignore Add .bundle to gitignore 2017-11-26 20:16:01 +01:00
CNAME DNS setup. 2015-02-17 20:23:12 +01:00
Dockerfile Dockerize the website 2019-03-02 20:13:07 +01:00
Gemfile Update jekyll version 2019-03-04 16:42:29 +01:00
Gemfile.lock Update Gemfile.lock 2020-03-01 21:03:45 +01:00
README.md Another README update 2019-03-03 17:44:30 +01:00
_config.yml Rename gems->plugins in _config.yml due to deprecation warning 2019-07-28 17:54:24 +02:00
build.sh Dockerize the website 2019-03-02 20:13:07 +01:00
docker-compose.yml Update Jekyll and rm livereload plugin (part of jekyll now) 2018-11-18 16:51:09 +01:00
index.html Break into templates, vars, and add I18N (english) 2016-11-27 16:34:21 +01:00
index_en.html Break into templates, vars, and add I18N (english) 2016-11-27 16:34:21 +01:00

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.