input-for-jekyll/README.md

11 lines
222 B
Markdown
Raw Normal View History

# ~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
```