2022-04-14 02:19:13 +02:00
docs_dir : 'docs'
site_url : "https://www.privacyguides.org/"
site_dir : 'site'
2022-04-01 21:29:18 +02:00
site_name : Privacy Guides
site_description : |
Massive organizations are monitoring your online activities. Privacy Guides is your central privacy and security resource to protect yourself online.
2022-04-05 08:45:34 +02:00
copyright : |
<b>Privacy Guides</b> is a non-profit, socially motivated website that provides information for protecting your data security and privacy.<br>
We do not make money from recommending certain products, and we do not utilize affiliate links.<br>
This content was made available by the Privacy Guides team and contributors. <a href="https://github.com/privacyguides/privacyguides">Get involved</a>!
2022-04-14 02:19:13 +02:00
2022-04-01 21:29:18 +02:00
extra :
generator : false
2022-04-27 04:04:11 +02:00
analytics :
provider : plausible
property : privacyguides.org
2022-04-29 16:17:23 +02:00
feedback :
title : Was this page helpful?
ratings :
2022-05-31 06:03:09 +02:00
- icon : hero/emoji-happy
2022-04-29 16:17:23 +02:00
name : This page was helpful
data : Helpful
note : Thanks for your feedback!
2022-05-31 06:03:09 +02:00
- icon : hero/emoji-sad
2022-04-29 16:17:23 +02:00
name : This page could be improved
data : Needs Improvement
note : Thanks for your feedback! Help us improve this page by opening a <a href="https://github.com/orgs/privacyguides/discussions" target=_blank>discusson on GitHub</a>.
2022-04-01 21:29:18 +02:00
social :
2022-04-29 06:18:33 +02:00
- icon : pg/matrix
link : https://matrix.to/#/#privacyguides:matrix.org
name : Matrix
- icon : fontawesome/brands/reddit-alien
link : https://reddit.com/r/PrivacyGuides
name : Reddit
2022-04-05 08:45:34 +02:00
- icon : fontawesome/brands/mastodon
link : https://mastodon.social/@privacyguides
2022-04-29 06:18:33 +02:00
name : Mastodon
2022-04-01 21:29:18 +02:00
- icon : fontawesome/brands/twitter
link : https://twitter.com/privacy_guides
2022-04-29 06:18:33 +02:00
name : Twitter
2022-04-01 21:29:18 +02:00
- icon : fontawesome/brands/github
link : https://github.com/privacyguides
2022-04-29 06:18:33 +02:00
name : GitHub
2022-04-01 21:29:18 +02:00
repo_url : https://github.com/privacyguides/privacyguides.org
2022-05-31 06:03:09 +02:00
repo_name : ""
2022-04-01 21:29:18 +02:00
edit_uri : edit/main/docs/
theme :
name : material
custom_dir : theme
2022-05-28 19:49:29 +02:00
favicon : assets/brand/PNG/Favicon/favicon-32x32.png
2022-04-01 21:29:18 +02:00
icon :
repo : fontawesome/brands/github
font : false
features :
- navigation.tracking
- navigation.tabs
- navigation.sections
2022-05-19 18:09:02 +02:00
- content.tooltips
2022-04-01 21:29:18 +02:00
palette :
- media : "(prefers-color-scheme: light)"
scheme : default
accent : deep purple
toggle :
2022-05-31 06:03:09 +02:00
icon : hero/sun
2022-04-01 21:29:18 +02:00
name : Switch to dark mode
- media : "(prefers-color-scheme: dark)"
scheme : slate
2022-05-31 06:03:09 +02:00
accent : amber
2022-04-01 21:29:18 +02:00
toggle :
2022-05-31 06:03:09 +02:00
icon : hero/moon
2022-04-01 21:29:18 +02:00
name : Switch to light mode
2022-04-05 08:45:34 +02:00
watch :
- theme
2022-04-22 19:03:54 +02:00
- includes
2022-04-01 21:29:18 +02:00
plugins :
2022-05-29 19:52:50 +02:00
- minify :
minify_html : true
htmlmin_opts :
remove_comments : true
2022-04-14 02:19:13 +02:00
- i18n :
default_language : en
material_alternate : true
languages :
en :
name : English
build : false
2022-04-01 21:29:18 +02:00
- tags
2022-04-14 02:19:13 +02:00
- search
2022-04-21 21:25:01 +02:00
- git-revision-date-localized :
exclude :
- index.en.md
2022-05-31 18:01:13 +02:00
- rss :
match_path : "blog/.*"
pretty_print : true
date_from_meta :
as_creation : "created"
datetime_format : "%Y-%m-%d"
2022-04-14 02:19:13 +02:00
- privacy :
externals_exclude :
2022-04-27 06:23:40 +02:00
- cdn.jsdelivr.net/npm/mathjax@3/*
2022-04-29 20:31:48 +02:00
- api.privacyguides.net/*
2022-05-31 22:21:24 +02:00
- giscus.app/*
2022-04-01 21:29:18 +02:00
extra_css :
2022-05-31 06:13:46 +02:00
- assets/stylesheets/extra.css?v=2.10.0
2022-04-01 21:29:18 +02:00
markdown_extensions :
- admonition
- pymdownx.details
- pymdownx.superfences :
custom_fences :
- name : mermaid
class : mermaid
format : !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed :
alternate_style : true
- pymdownx.arithmatex :
generic : true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
2022-04-22 19:03:54 +02:00
- pymdownx.snippets
2022-04-28 22:08:05 +02:00
- pymdownx.tasklist :
custom_checkbox : true
2022-04-01 21:29:18 +02:00
- attr_list
2022-04-27 00:46:47 +02:00
- def_list
2022-04-01 21:29:18 +02:00
- md_in_html
- meta
2022-04-22 19:03:54 +02:00
- abbr
2022-04-01 21:29:18 +02:00
- pymdownx.emoji :
emoji_index : !!python/name:materialx.emoji.twemoji
emoji_generator : !!python/name:materialx.emoji.to_svg
options :
custom_icons :
- theme/.icons
- tables
- footnotes
2022-04-21 18:02:41 +02:00
- toc :
permalink : true
2022-04-24 15:42:58 +02:00
toc_depth : 4
2022-04-01 21:29:18 +02:00
extra_javascript :
2022-05-29 19:52:50 +02:00
- assets/javascripts/mathjax.js
- assets/javascripts/feedback.js
2022-04-14 02:19:13 +02:00
nav :
- Home : 'index.md'
2022-04-21 21:09:01 +02:00
- 'Knowledge Base' :
- 'The Basics' :
2022-05-15 19:32:32 +02:00
- 'basics/threat-modeling.md'
2022-05-21 23:55:14 +02:00
- 'basics/common-threats.md'
2022-05-15 19:32:32 +02:00
- 'basics/account-deletion.md'
2022-05-21 23:55:14 +02:00
- 'basics/multi-factor-authentication.md'
2022-06-02 00:48:42 +02:00
- 'basics/vpn-overview.md'
- 'basics/tor-overview.md'
2022-05-21 23:55:14 +02:00
- 'basics/dns.md'
2022-05-25 10:07:04 +02:00
- 'basics/erasing-data.md'
2022-05-03 21:15:20 +02:00
- 'basics/email-security.md'
2022-04-22 20:29:49 +02:00
- 'Android' :
2022-04-21 21:09:01 +02:00
- 'android/overview.md'
- 'android/grapheneos-vs-calyxos.md'
2022-04-22 19:18:07 +02:00
- 'Linux' :
- 'linux-desktop/overview.md'
- 'linux-desktop/hardening.md'
- 'linux-desktop/sandboxing.md'
2022-04-21 21:09:01 +02:00
- 'Advanced' :
2022-04-14 02:19:13 +02:00
- 'setup/integrating-metadata-removal.md'
- 'Recommendations' :
- 'tools.md'
- 'Browsers' :
- 'browsers.md'
- 'Operating Systems' :
- 'android.md'
- 'linux-desktop.md'
- 'qubes.md'
- 'router.md'
- 'Providers' :
- 'cloud.md'
- 'dns.md'
- 'email.md'
- 'search-engines.md'
- 'vpn.md'
- 'Software' :
- 'calendar-contacts.md'
- 'notebooks.md'
- 'email-clients.md'
- 'encryption.md'
- 'file-sharing.md'
- 'metadata-removal-tools.md'
- 'multi-factor-authentication.md'
- 'passwords.md'
- 'productivity.md'
- 'real-time-communication.md'
- 'news-aggregators.md'
- 'self-contained-networks.md'
- 'video-streaming.md'
2022-04-27 00:46:47 +02:00
- 'About' :
2022-04-14 02:19:13 +02:00
- 'about.md'
2022-04-27 00:46:47 +02:00
- 'about/donate.md'
2022-05-02 02:52:46 +02:00
- 'Online Services' : 'https://privacyguides.net'
2022-05-02 19:26:21 +02:00
- 'Website Statistics' : 'https://stats.privacyguides.net/privacyguides.org'
2022-04-14 02:19:13 +02:00
- 'about/notices.md'
- 'about/privacy-policy.md'
2022-04-27 00:46:47 +02:00
- 'Donate' : '/about/donate/'
2022-04-14 02:19:13 +02:00
- 'Discussions' : 'https://github.com/orgs/privacyguides/discussions'
2022-05-31 18:01:13 +02:00
- 'Blog' :
- '2022' :
- '"Move Fast and Break Things"' : 'blog/2022/04/04/move-fast-and-break-things.md'
- '2021' :
- 'Firefox Privacy: 2021 Update' : 'blog/2021/12/01/firefox-privacy-2021-update.md'
- 'Virtual Insanity' : 'blog/2021/11/01/virtual-insanity.md'
- 'Welcome to Privacy Guides' : 'blog/2021/09/14/welcome-to-privacy-guides.md'