Skip to content

xwax/xwax.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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