Protect your data against global mass surveillance programs.
Go to file
Daniel Gray 8ef8e2a263
Transition to mkdocs (#829)
Co-authored-by: Jonah Aragon <jonah@triplebit.net>
2022-04-02 06:59:03 +10:30
.github Transition to mkdocs (#829) 2022-04-02 06:59:03 +10:30
.well-known Clean up the cruft 2021-01-15 23:46:23 -06:00
docs Transition to mkdocs (#829) 2022-04-02 06:59:03 +10:30
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
README.md Transition to mkdocs (#829) 2022-04-02 06:59:03 +10:30
mkdocs.production.yml Transition to mkdocs (#829) 2022-04-02 06:59:03 +10:30
mkdocs.yml Transition to mkdocs (#829) 2022-04-02 06:59:03 +10:30

README.md

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/.