移至檔案
Jesper Hess 0e2e780c0b
Dockerize the website
2019-03-02 20:13:07 +01:00
_data Add May date 2019-02-27 10:40:16 +01:00
_layouts Re-order js into assets and add openlayers 2018-11-18 16:28:35 +01:00
_sass/bootstrap/scss Directory structure for SASS files 2017-03-09 09:09:03 +01:00
_sections Add info about Cryptoaarhus 2019-02-27 10:47:19 +01:00
assets Re-order js into assets and add openlayers 2018-11-18 16:28:35 +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 and rm livereload plugin (part of jekyll now) 2018-11-18 16:51:09 +01:00
Gemfile.lock Update bundler dependencies 2019-03-02 20:12:54 +01:00
README.rst Update README.rst 2018-11-18 16:54:43 +01:00
_config.yml Directory structure for SASS files 2017-03-09 09:09:03 +01: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.rst

cryptohagen.github.io
=====================

Homepage of https://cryptohagen.dk/

Running locally:

#. Install Docker and docker-compose
#. Run ``docker-compose up``

If you have changes to `Gemfile`, run ``docker-compose run jekyll bundle update``.