DEPRECATED

Deprecated in favor of new site at: https://github.com/hacktoolkit/www.hacktoolkit.com

hacktoolkit.com

No Maintenance Intended Build Status

Source code for Hacktoolkit website (http://hacktoolkit.com)

For information about the code/library, hacktoolkit, see https://github.com/hacktoolkit/hacktoolkit

Set Up and Local Development Instructions

To run this website locally:

  1. On a Mac, install Xcode command-line tools: xcode-select --install
  2. git clone git@github.com:hacktoolkit/hacktoolkit.github.io.git
  3. bundle install (If Bundler is not installed yet, run [sudo] gem install bundle)
  4. Or, install the github-pages gem manually
  5. Build the website jekyll build [-w]
  6. Serve it locally jekyll serve

Contributing