Protect your data against global mass surveillance programs.
Go to file
2022-04-01 22:24:25 -05:00
.github Use mkdocs-material for development builds (#836) 2022-04-01 16:33:18 -05:00
.well-known Clean up the cruft 2021-01-15 23:46:23 -06:00
docs Various minor improvements (#843) 2022-04-01 22:24:25 -05:00
theme Transition to mkdocs (#829) 2022-04-02 06:59:03 +10:30
.gitattributes Initial commit 2020-04-28 16:09:22 -05:00
.gitignore Transition to mkdocs (#829) 2022-04-02 06:59:03 +10:30
LICENSE Proper Content Licensing 2021-09-16 09:57:21 -05:00
mkdocs.production.yml Transition to mkdocs (#829) 2022-04-02 06:59:03 +10:30
mkdocs.yml Article bounties (#841) 2022-04-01 21:30:54 -05:00
README.md Various minor improvements (#843) 2022-04-01 22:24:25 -05:00

Privacy Guides

Your central privacy and security resource to protect yourself online.

Developing

  1. Install mkdocs: pip install mkdocs
  2. Install mkdocs-material: pip install mkdocs-material
  3. Serve the site locally: mkdocs serve
    • The site will be available at http://localhost:8000/.