Enable docker builds for the site

This commit is contained in:
Luke Murphy
2020-03-30 17:13:41 +02:00
parent eb38c9514a
commit 97857a8c27
7 changed files with 37 additions and 45 deletions

View File

@ -1,6 +1,6 @@
# Contributing
### Not that these instructions may be out of date. If you find any quirks that aren't described in this file, please make patches.
> Not that these instructions may be out of date. If you find any quirks that aren't described in this file, please make patches.
# What Is Jekyll
@ -36,7 +36,7 @@ $ rvm gemset use autonomic
Then you can install your Ruby dependencies with:
``` bash
```bash
$ gem install jekyll bundler
$ bundle install
```
@ -45,7 +45,7 @@ $ bundle install
And serve the website locally with:
``` bash
```bash
$ make devserver
```
@ -57,7 +57,7 @@ Edit content in the `.md` files under `src` and `src/_posts`.
When you're hacking later on (or in a new shell), you'll need to run:
``` bash
```bash
$ rvm use 2.6.5
$ rvm gemset use autonomic
```