Protect your data against global mass surveillance programs.
Go to file
2022-04-11 21:19:13 +09:30
.github Bump actions/upload-artifact from 2 to 3 2022-04-11 15:34:41 +09:30
.well-known Clean up the cruft 2021-01-15 23:46:23 -06:00
docs Add RSS page (#895) 2022-04-11 21:19:13 +09:30
mkdocs-material@f02ab2a15e Netlify PR Previews (#915) 2022-04-05 12:29:24 -05:00
theme Add PG logo (#939) 2022-04-08 02:19:19 +09: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
.gitmodules Netlify PR Previews (#915) 2022-04-05 12:29:24 -05:00
.markdownlint.yml Page formatting consistency (#913) 2022-04-05 10:49:24 -05:00
LICENSE Proper Content Licensing 2021-09-16 09:57:21 -05:00
mkdocs.production.yml Meta information (#898) 2022-04-05 16:15:34 +09:30
mkdocs.yml Add RSS page (#895) 2022-04-11 21:19:13 +09:30
Pipfile Netlify PR Previews (#915) 2022-04-05 12:29:24 -05:00
Pipfile.lock Netlify PR Previews (#915) 2022-04-05 12:29:24 -05:00
README.md Use dark mode logo when in dark mode (in readme) (#965) 2022-04-10 23:49:06 +09:30

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