Go to file
Rolf Amfelt 10d87ef229
continuous-integration/drone/push Build is passing Details
New layout and text
2023-03-04 21:34:17 +01:00
_data New layout and text 2023-03-04 21:34:17 +01:00
_layouts New layout and text 2023-03-04 21:34:17 +01:00
_sass/bootstrap/scss CSS fix for links in cards 2020-04-11 18:32:22 +02:00
_sections New layout and text 2023-03-04 21:34:17 +01:00
assets New layout and text 2023-03-04 21:34:17 +01:00
.drone.yml Specify specific version of bundler in .drone.yml 2020-03-01 21:03:46 +01:00
.gitignore Add .jekyll-cache to .gitignore 2020-03-01 21:03:48 +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 2021-01-14 22:14:02 +01:00
Gemfile.lock Gemfile lock update 2023-03-04 07:43:32 +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
code.html New layout exe 2023-03-04 16:50:29 +01:00
docker-compose.yml Update docker-compose.yml 2021-11-28 13:59:38 +01:00
index.html Break into templates, vars, and add I18N (english) 2016-11-27 16:34:21 +01:00
index2.html New layout exe 2023-03-04 16:50:29 +01:00
index2_en.html New layout and text 2023-03-04 21:34:17 +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.