Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hacktoolkit/deprecated-hacktoolkit.github.io
⛔️ DEPRECATED Hacktoolkit website
https://github.com/hacktoolkit/deprecated-hacktoolkit.github.io
archived deprecated obsolete
Last synced: 14 days ago
JSON representation
⛔️ DEPRECATED Hacktoolkit website
- Host: GitHub
- URL: https://github.com/hacktoolkit/deprecated-hacktoolkit.github.io
- Owner: hacktoolkit
- License: mit
- Created: 2013-09-24T16:49:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T06:05:27.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T06:58:37.321Z (10 months ago)
- Topics: archived, deprecated, obsolete
- Language: HTML
- Homepage: https://www.hacktoolkit.com
- Size: 370 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: History.markdown
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED
Deprecated in favor of new site at: https://github.com/hacktoolkit/www.hacktoolkit.com
hacktoolkit.com
===============[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
[![Build Status](https://travis-ci.org/hacktoolkit/hacktoolkit.github.io.png?branch=master)](https://travis-ci.org/hacktoolkit/hacktoolkit.github.io)Source code for Hacktoolkit website ()
For information about the code/library, `hacktoolkit`, see
## Set Up and Local Development Instructions
To run this website locally:
1. On a Mac, install Xcode command-line tools:
`xcode-select --install`
1. `git clone [email protected]:hacktoolkit/hacktoolkit.github.io.git`
1. `bundle install` (If Bundler is not installed yet, run `[sudo] gem install bundle`)
1. Or, install the `github-pages` [gem](https://github.com/github/pages-gem) manually
1. Build the website
`jekyll build [-w]`
1. Serve it locally
`jekyll serve`## Contributing