Everything in this repository is automatically transformed by Jekyll into a static site whenever I push this repository to GitHub and is uploaded to makehacklearn.org.

Features

Notes

  • If you are planning to fork this blog, please note a few things:
    • Change the hCard at the bottom of default.html to your own
  • You may find this useful. Copy paste it into your ~/.bashrc or ~/.bash_profile and run update_blog
    • alias update_blog='git add . && git commit -a && git push && jekyll && rsync -avz --delete _site/ USERNAME@DOMAIN:/var/www/DOMAIN/'

Acknowledgments

License

The following directories and their contents are Copyright, 2002 - 2011 Al Jigen Billings. You may not reuse anything therein without my permission:

  • _posts/*
  • images/*

All other directories and files are Creative Commons BY 3.0 licensed. Feel free to use the HTML and CSS as you please.