Go to file
2020-08-29 20:40:19 +02:00
content Remove image loading, some other stuff 2020-08-29 20:40:19 +02:00
docs update thema's 2020-08-29 16:06:21 +02:00
layouts Remove image loading, some other stuff 2020-08-29 20:40:19 +02:00
lib Remove image loading, some other stuff 2020-08-29 20:40:19 +02:00
.editorconfig Remove image loading, some other stuff 2020-08-29 20:40:19 +02:00
.gitignore Initial work on dsa external datasource 2020-08-29 17:17:46 +02:00
.ruby-version Ruby 2.7.1 🎉 2020-08-28 21:42:17 +02:00
deploy.sh Fix links 2020-02-28 13:26:02 +01:00
Dockerfile Add dockerfile, create development deps group 2020-08-29 14:56:36 +02:00
Gemfile Initial work on dsa external datasource 2020-08-29 17:17:46 +02:00
Gemfile.lock Initial work on dsa external datasource 2020-08-29 17:17:46 +02:00
Guardfile add gemfile and guardfile 2020-02-27 19:43:36 +01:00
Makefile Bare-bones basic setup 2020-02-27 16:55:36 +01:00
nanoc.yaml Initial work on dsa external datasource 2020-08-29 17:17:46 +02:00
README.md Add docker instructions to readme 2020-08-29 14:59:16 +02:00
Rules Remove image loading, some other stuff 2020-08-29 20:40:19 +02:00

durfdoen-2.0

Durf Doen 2.0

Setup instructions

  1. Install bundler (gem install bundler)
  2. Install other gems (bundle install)
  3. Build and serve the site (bundle exec nanoc live)

Optional setup via docker

You can run the code in a separated docker environment. It compiles the code and serves the files via nginx.

docker build --tag durfdoen2 . && docker run --publish 8080:80 --detach --name dd durfdoen2