Add README and ruby-version

This commit is contained in:
Robbe Van Herck 2020-02-27 21:48:47 +01:00
parent bdaa28a7fa
commit 6edccfbd39
2 changed files with 7 additions and 0 deletions

1
.ruby-version Normal file
View file

@ -0,0 +1 @@
2.7.0

View file

@ -1,2 +1,8 @@
# durfdoen-2.0 # durfdoen-2.0
Durf Doen 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`)