Aller au fichier
om 6fa81e665b
continuous-integration/drone/push Build is passing Détails
move to april
2024-03-09 15:41:50 +00:00
_data move to april 2024-03-09 15:41:50 +00:00
_layouts remove non-existing logo 2022-10-15 19:20:51 +00:00
_sass/bootstrap/scss Directory structure for SASS files 2017-03-09 09:09:03 +01:00
_sections Fix English description 2022-12-10 14:16:36 +01:00
assets Add data.coop logo 2019-12-18 16:08:12 +01:00
.drone.yml steal more version numbers from cryptohagen 2024-02-10 17:45:10 +00:00
.gitignore Add .bundle to gitignore 2017-11-26 20:16:01 +01:00
CNAME Drop cryptoaarhus.data.coop domain 2020-12-10 16:23:27 +01:00
Dockerfile Dockerize the website 2019-03-02 20:13:07 +01:00
Gemfile steal version numbers from cryptohagen 2024-02-10 17:35:59 +00:00
Gemfile.lock Steal all the version numbers! 2024-02-10 17:50:49 +00:00
README.md Convert cryptohagen files to cryptoaarhus 2019-12-14 14:11:25 +01:00
_config.yml Remove build script crap from output 2020-12-14 13:00:43 +01:00
build.sh Convert cryptohagen files to cryptoaarhus 2019-12-14 14:11:25 +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

cryptoaarhus.dk

Build Status

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.