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-01 21:29:18 +02:00
extra :
generator : false
social :
2022-04-05 08:45:34 +02:00
- icon : fontawesome/brands/mastodon
link : https://mastodon.social/@privacyguides
2022-04-01 21:29:18 +02:00
- icon : fontawesome/brands/twitter
link : https://twitter.com/privacy_guides
- icon : fontawesome/brands/github
link : https://github.com/privacyguides
- icon : fontawesome/brands/reddit-alien
link : https://reddit.com/r/PrivacyGuides
repo_url : https://github.com/privacyguides/privacyguides.org
repo_name : privacyguides.org
edit_uri : edit/main/docs/
nav :
- Home : 'index.md'
- 'Privacy Introduction' :
- 'Threat Modeling' : 'threat-modeling.md'
2022-04-06 05:50:44 +02:00
- 'Technology Basics' :
- 'DNS' : 'technology/dns.md'
2022-04-01 21:29:18 +02:00
- 'Security Basics' :
2022-04-06 05:50:44 +02:00
- 'Multi-Factor Authentication' : 'security/multi-factor-authentication.md'
2022-04-09 10:07:13 +02:00
- 'Setup Guides' :
- 'Integrating Metadata Removal' : 'setup/integrating-metadata-removal.md'
2022-04-01 21:29:18 +02:00
- 'Recommendations' :
- 'Privacy Tools' : 'tools.md'
2022-04-04 16:44:50 +02:00
- 'Browsers' :
- 'Web Browsers' : 'browsers.md'
2022-04-01 21:29:18 +02:00
- 'Operating Systems' :
- 'Android' : 'android.md'
- 'Linux Desktop' : 'linux-desktop.md'
2022-04-07 10:53:06 +02:00
- 'Qubes OS' : 'qubes.md'
2022-04-01 21:29:18 +02:00
- 'Router Firmware' : 'router.md'
- 'Providers' :
- 'Cloud Storage' : 'cloud.md'
- 'DNS Servers' : 'dns.md'
- 'Email Providers' : 'email.md'
- 'Search Engines' : 'search-engines.md'
- 'VPN Providers' : 'vpn.md'
- 'Software' :
- 'Calendar/Contacts Sync' : 'calendar-contacts.md'
- 'Digital Notebooks' : 'notebooks.md'
- 'Email Clients' : 'email-clients.md'
- 'Encryption Tools' : 'encryption.md'
- 'File Sharing/Sync' : 'file-sharing.md'
- 'Metadata Removal Tools' : 'metadata-removal-tools.md'
2022-04-10 16:14:00 +02:00
- 'Multi-Factor Authenticators' : 'multi-factor-authentication.md'
2022-04-01 21:29:18 +02:00
- 'Password Managers' : 'passwords.md'
- 'Productivity Tools' : 'productivity.md'
- 'Real-Time Communication' : 'real-time-communication.md'
2022-04-04 17:47:53 +02:00
- 'News Aggregators' : 'news-aggregators.md'
2022-04-01 21:29:18 +02:00
- 'Self-Contained Networks' : 'self-contained-networks.md'
- 'Video Streaming' : 'video-streaming.md'
2022-04-05 08:45:34 +02:00
- 'About Us' :
- 'Privacy Guides' : 'about.md'
- 'Notices' : 'about/notices.md'
- 'Privacy Policy' : 'about/privacy-policy.md'
2022-04-12 23:10:31 +02:00
- 'Discussions' : 'https://github.com/orgs/privacyguides/discussions'
2022-04-12 03:06:25 +02:00
- 'Blog' : 'https://blog.privacyguides.org/'
2022-04-01 21:29:18 +02:00
theme :
name : material
custom_dir : theme
logo : assets/logo.svg
favicon : assets/img/layout/favicon.ico
icon :
repo : fontawesome/brands/github
font : false
features :
- navigation.tracking
- navigation.tabs
- navigation.sections
palette :
- media : "(prefers-color-scheme: light)"
scheme : default
accent : deep purple
toggle :
icon : material/toggle-switch-off-outline
name : Switch to dark mode
- media : "(prefers-color-scheme: dark)"
scheme : slate
accent : deep purple
toggle :
icon : material/toggle-switch
name : Switch to light mode
2022-04-05 08:45:34 +02:00
watch :
- theme
2022-04-01 21:29:18 +02:00
plugins :
- tags
extra_css :
- stylesheets/extra.css
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
- attr_list
- md_in_html
- meta
- pymdownx.emoji :
emoji_index : !!python/name:materialx.emoji.twemoji
emoji_generator : !!python/name:materialx.emoji.to_svg
options :
custom_icons :
- theme/.icons
- tables
- footnotes
extra_javascript :
- javascripts/mathjax.js