I use Jekyll, the Static Site Generator. As the name of this repo suggests, this repo contains the files that I send into Jekyll
 
 
Go to file
Tony Chen c115711b6a tidy up and post 2021-06-14 08:47:05 +00:00
_includes Commit into repository 2020-08-05 02:32:09 +00:00
_layouts Edit for brevity 2020-08-05 02:59:28 +00:00
_posts tidy up and post 2021-06-14 08:47:05 +00:00
_sass Commit into repository 2020-08-05 02:32:09 +00:00
public Commit into repository 2020-08-05 02:32:09 +00:00
.gitignore Commit into repository 2020-08-05 02:32:09 +00:00
404.html Commit into repository 2020-08-05 02:32:09 +00:00
LICENSE.md Commit into repository 2020-08-05 02:32:09 +00:00
README.md Commit into repository 2020-08-05 02:32:09 +00:00
_config.yml tidy up and post 2021-06-14 08:47:05 +00:00
archive.md Commit into repository 2020-08-05 02:32:09 +00:00
atom.xml Commit into repository 2020-08-05 02:32:09 +00:00
contact.md tidy up and post 2021-06-14 08:47:05 +00:00
index.html Commit into repository 2020-08-05 02:32:09 +00:00
rogbeer.md Commit into repository 2020-08-05 02:32:09 +00:00
styles.scss Commit into repository 2020-08-05 02:32:09 +00:00
swap.md Commit into repository 2020-08-05 02:32:09 +00:00

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