Protect your data against global mass surveillance programs.
Go to file
Jonah Aragon 4d652b88d7
"Move Fast and Break Things" (#896)
Co-Authored-By: Freddy <freddy@privacyguides.org>
2022-04-04 13:04:44 -05:00
.github Bump actions/cache from 2 to 3.0.1 2022-04-04 14:19:46 +09:30
.well-known Clean up the cruft 2021-01-15 23:46:23 -06:00
docs "Move Fast and Break Things" (#896) 2022-04-04 13:04:44 -05:00
theme Single-page recommendations (#894) 2022-04-04 10:57:13 -05:00
.gitattributes Initial commit 2020-04-28 16:09:22 -05:00
.gitignore Transition to mkdocs (#829) 2022-04-02 06:59:03 +10:30
.markdownlint.yml Markdown style consistency (#858) 2022-04-03 18:20:08 +09:30
LICENSE Proper Content Licensing 2021-09-16 09:57:21 -05:00
README.md Improve building instructions (#855) 2022-04-03 05:21:13 +09:30
mkdocs.production.yml Blog comments fix 2022-04-01 23:00:01 -05:00
mkdocs.yml "Move Fast and Break Things" (#896) 2022-04-04 13:04:44 -05:00

README.md

Privacy Guides

Your central privacy and security resource to protect yourself online.

Developing

  1. Clone this repository: git clone https://github.com/privacyguides/privacyguides.org
  2. Install Python 3.6+
  3. Install mkdocs-material: pip install mkdocs-material
  4. Serve the site locally: mkdocs serve
    • The site will be available at http://localhost:8000/.