Protect your data against global mass surveillance programs.
Go to file
Jonah Aragon a3f33c2ea0
Update mkdocs-material-insiders
2022-05-19 11:09:35 -05:00
.github Bump crowdin/github-action from 1.4.8 to 1.4.9 2022-05-09 04:19:04 +00:00
.well-known Update WKD keys (#1121) 2022-05-01 20:28:13 -05:00
docs Change Snowflake extension to Snowflake site (#1271) 2022-05-18 20:10:43 -05:00
includes GDPR rights for account deletion (#1239) 2022-05-16 04:50:02 +09:30
mkdocs-material@4f7b5f1946 Update mkdocs-material-insiders 2022-05-19 11:09:35 -05:00
theme Update Safari Privacy Report instruction (#1240) 2022-05-15 16:07:11 -05:00
.allowed_signers Enable SSH Git commit signing (#1122) 2022-04-27 16:04:13 -05:00
.gitattributes Mark .md files as linguist-detectable 2022-04-12 17:37:31 -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
Pipfile Enable Cloudflare Pages (#1100) 2022-04-24 13:12:18 -05:00
Pipfile.lock Update mkdocs-material-insiders 2022-05-19 11:09:35 -05:00
README.md Update local development instructions 2022-05-18 13:48:40 -05:00
crowdin.yml Use abbreviations across site (#1060) 2022-04-22 12:06:26 -05:00
mkdocs.yml Update mkdocs-material-insiders 2022-05-19 11:09:35 -05:00

README.md

Privacy Guides Privacy Guides

Your central privacy and security resource to protect yourself online.

About

Privacy Guides is a socially motivated website that provides information for protecting your data security and privacy. We are a non-profit collective operated entirely by volunteer team members and contributors.

Our current list of team members can be found here. Additionally, many people have made contributions to the project, and you can too!

Contributing

Mirrors

GitHub Gitea GitLab Codeberg

Developing

This website uses mkdocs-material-insiders which offers additional functionality over the open-source mkdocs-material project. For obvious reasons we cannot distribute access to the insiders repository. You can install the website locally with the open-source version of mkdocs-material:

  1. Clone this repository: git clone https://github.com/privacyguides/privacyguides.org.git
  2. Install Python 3.6+
  3. Install dependencies: pip install mkdocs mkdocs-material mkdocs-static-i18n mkdocs-git-revision-date-localized-plugin typing-extensions
  4. Serve the site locally: mkdocs serve
    • The site will be available at http://localhost:8000
    • You can build the site locally with mkdocs build
    • Your local version of the site may be missing functionality, which is expected. If you are submitting a PR, please ensure the automatic preview generated for your PR looks correct, as that site will be built with the production insiders build.

Team members should clone the repository with mkdocs-material-insiders directly. This method is identical to production:

  1. Clone this repository and submodules: git clone --recurse-submodules https://github.com/privacyguides/privacyguides.org.git
  2. Install Python 3.6+
  3. Install pipenv: pip install pipenv
  4. Install dependencies: pipenv install --dev
  5. Serve the site locally: pipenv run mkdocs serve
    • The site will be available at http://localhost:8000
    • You can build the site locally with pipenv run mkdocs build
    • This version of the site should be identical to the live, production version

Releasing

  1. Create a new tag: git tag -s v2.X.X -m 'Some message'
    • View existing tags
    • Tag numbering: Increment the MINOR (2nd) number when making significant changes (adding/deleting pages, etc.), increment the PATCH (3rd) number when making minor changes (typos, bug fixes). Probably leave the MAJOR number at 2 until a massive redesign (v1 -> v2 was the Jekyll to MkDocs transition).
  2. Push the tag to GitHub: git push --tags
  3. Create a new release selecting the new tag
    • Title the release the same as the tag version number without the v, i.e. 2.X.X
    • GitHub should let you auto-generate release notes based on PR titles
      • Mark more significant changes in bold, see 2.3.0 for example
  4. Publish release, it will be deployed to the live site automatically
    • When publishing more significant releases (generally any with a MINOR version increment) check the "Create a discussion for this release" box to post an announcement