I use Jekyll, the Static Site Generator. As the name of this repo suggests, this repo contains the files that Jekyll produces.
Go to file
Tony Chen c2ff65f71e Add info on power-sockets in cafes 2018-10-30 05:18:32 +00:00
2016/11/10/rainy Add info on power-sockets in cafes 2018-10-30 05:18:32 +00:00
2018 Add info on power-sockets in cafes 2018-10-30 05:18:32 +00:00
archive Add info on power-sockets in cafes 2018-10-30 05:18:32 +00:00
now Add info on power-sockets in cafes 2018-10-30 05:18:32 +00:00
page2 Add info on power-sockets in cafes 2018-10-30 05:18:32 +00:00
page3 Add info on power-sockets in cafes 2018-10-30 05:18:32 +00:00
page4 Add info on power-sockets in cafes 2018-10-30 05:18:32 +00:00
public Try out the static-site generator Jekyll 2018-10-02 06:54:13 +00:00
swap Add info on power-sockets in cafes 2018-10-30 05:18:32 +00:00
404.html Add info on power-sockets in cafes 2018-10-30 05:18:32 +00:00
LICENSE.md Try out the static-site generator Jekyll 2018-10-02 06:54:13 +00:00
README.md Post 2018-10-12 06:22:38 +00:00
atom.xml Add info on power-sockets in cafes 2018-10-30 05:18:32 +00:00
index.html Add info on power-sockets in cafes 2018-10-30 05:18:32 +00:00
styles.css Try out the static-site generator Jekyll 2018-10-02 06:54:13 +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