output-from-jekyll/README.md

11 lines
222 B
Markdown
Raw Normal View History

2018-10-09 08:30:17 +00:00
# ~rogbeer
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-09 08:30:17 +00:00
#!/bin/bash
JEKYLL_DEST="$HOME/public_html"
jekyll build -d $JEKYLL_DEST
```