Enable docker builds for the site
This commit is contained in:
@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user