mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-11-24 22:03:15 -05:00
Protect your data against global mass surveillance programs.
* spelling of WhatsApp
* use spelling of Sudoku from Wikipedia
* cite Tim Wu quote from his book *The Attention Merchants*
* since other references had sources
* Originally I wanted to use this paywalled FT
[article](https://archive.ph/tg90W), but even the article cites Wu's
book.
* other grammar fixes
Signed-off-by: Daniel Gray <dng@disroot.org>
|
||
|---|---|---|
| .github | ||
| .well-known | ||
| docs | ||
| theme | ||
| .gitattributes | ||
| .gitignore | ||
| .markdownlint.yml | ||
| LICENSE | ||
| mkdocs.production.yml | ||
| mkdocs.yml | ||
| README.md | ||
Developing
- Clone this repository:
git clone https://github.com/privacyguides/privacyguides.org - Install Python 3.6+
- Install mkdocs-material:
pip install mkdocs-material - Serve the site locally:
mkdocs serve- The site will be available at
http://localhost:8000/.
- The site will be available at