#Neat
Neat is a clean theme for Jekyll.

##Get start
git clone https://github.com/username/Neat
bundle install
rake
, go to http://localhost:4000 for your site.##Customization
_config.yml
file to customize your information. ##One more thing
The gh-pages
branch is the project page, which should not be used as your blog,
so use master
branch for your blog. If your blog site uses own domain, please delete
the gh-pages
respository and create a branch off the master
branch.