11 lines
222 B
Markdown
11 lines
222 B
Markdown
|
# ~rogbeer
|
||
|
|
||
|
The files from this repo come from the theme [Poole](https://github.com/poole/poole)
|
||
|
and from running the following command(s):
|
||
|
|
||
|
```
|
||
|
#!/bin/bash
|
||
|
JEKYLL_DEST="$HOME/public_html"
|
||
|
jekyll build -d $JEKYLL_DEST
|
||
|
```
|