Commit 96b4fe3
authored
Add a Makefile for Ruby/
I can never remember how to build the pages. Perhaps `make` helps?
Certainly, it will positively affect all the carbon I'm wasting by
Googling this: Every. Single. Time.
With no arguments it shows help:
```sh
❯ make
help Show this help
serve Start a local server and serve the site
build Build the site
install Pull all jekyll dependencies
clean Remove build files
check Check ruby (bundle) is installed
```
And `make serve` does what 90% of developers are going to want for
checking local changes.
Inspired by (and a little bit stolen from) @t-young31 and @milanmlft
(who are both very cool).bundle/Jekyll commands that I always forget. (#551)1 parent 046b0b9 commit 96b4fe3
2 files changed
+27
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments