2018-10-09 08:30:17 +00:00
|
|
|
# ~rogbeer
|
2018-10-02 06:54:13 +00:00
|
|
|
|
2018-10-09 08:30:17 +00:00
|
|
|
The files from this repo come from the theme [Poole](https://github.com/poole/poole)
|
|
|
|
and from running the following command(s):
|
2018-10-02 06:54:13 +00:00
|
|
|
|
|
|
|
```
|
2018-10-09 08:30:17 +00:00
|
|
|
#!/bin/bash
|
|
|
|
JEKYLL_DEST="$HOME/public_html"
|
|
|
|
jekyll build -d $JEKYLL_DEST
|
2018-10-02 06:54:13 +00:00
|
|
|
```
|