Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 317 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 317 Bytes

xwax.github.io

Developer usage

This site is compiled with Jekyll.

Ensure you have Ruby installed, and the repo cloned locally.

cd /path/to/xwax.github.io

# Install the dependancies
gem install gh-pages

# Run the site compiler
jekyll server --watch --safe

# Now go to localhost:4000