Skip to content

HACK-BLOSSOM/DIY-Feminist-Cybersecurity

 
 

Repository files navigation

A DIY Guide to Feminist Cybersecurity

https://hackblossom.org/cybersecurity/

This is a comprehensive, succinct, and accessible DIY cybersecurity guide geared towards feminists, activists, and their friends. If you would like to contribute, please contact noah@hackblossom.org.

Installation

The guide is built using the static site generator, Jekyll. Unfortunately, our guide is a relic of simpler times, so we're stuck on an older version of Jekyll for the time-being! Specifically, version 2.5.3. The following steps will get you up and running with a local version of the guide on your machine. Note that these steps are for OS X El Capitan; Windows and Linux users, adjust accordingly!

// Make sure you installed jekyll's requirements: https://jekyllrb.com/docs/installation/
$ git clone https://github.com/noahke/DIY-Feminist-Cybersecurity.git
$ gem install jekyll -v '2.5.3' -n /usr/local/bin
$ jekyll serve -w
// The guide is ~alive~ at http://0.0.0.0:4000/

License

The content of this guide is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license, and the underlying source code used to format and display that content is licensed under the MIT license.

Packages

No packages published

Languages

  • CSS 76.2%
  • HTML 13.1%
  • JavaScript 10.7%