.sass-cache/67657cef7d9c5a6bf84161ba921164506eeaf88b | ||
content | ||
docs | ||
layouts | ||
lib | ||
.gitignore | ||
.ruby-version | ||
deploy.sh | ||
Dockerfile | ||
Gemfile | ||
Gemfile.lock | ||
Guardfile | ||
Makefile | ||
nanoc.yaml | ||
README.md | ||
Rules |
durfdoen-2.0
Durf Doen 2.0
Setup instructions
- Install bundler (
gem install bundler
) - Install other gems (
bundle install
) - 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