3cd581a697
Maybe I want to use the Markdown files in ./_posts for use in another Static Site Generator. |
||
---|---|---|
_includes | ||
_layouts | ||
_posts | ||
_sass | ||
public | ||
.gitignore | ||
404.html | ||
LICENSE.md | ||
README.md | ||
_config.yml | ||
archive.md | ||
atom.xml | ||
index.html | ||
now.md | ||
rogbeer.md | ||
styles.scss | ||
swap.md |
README.md
~rogbeer
The files from this repo come from the theme Poole and from running the following command(s):
#!/bin/bash
JEKYLL_DEST="$HOME/public_html"
jekyll build -d $JEKYLL_DEST