Deprecated in favor of new site at: https://github.com/hacktoolkit/www.hacktoolkit.com
Source code for Hacktoolkit website (http://hacktoolkit.com)
For information about the code/library, hacktoolkit
, see https://github.com/hacktoolkit/hacktoolkit
To run this website locally:
- On a Mac, install Xcode command-line tools:
xcode-select --install
git clone [email protected]:hacktoolkit/hacktoolkit.github.io.git
bundle install
(If Bundler is not installed yet, run[sudo] gem install bundle
)- Or, install the
github-pages
gem manually - Build the website
jekyll build [-w]
- Serve it locally
jekyll serve