This repository has been archived by the owner on Jan 8, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
103 lines (98 loc) · 2.91 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
docs_dir: 'docs'
site_url: "https://www.privacyguides.net/"
site_dir: 'site'
site_name: Privacy Guides.net
site_description: |
Massive organizations are monitoring your online activities. Privacy Guides is your central privacy and security resource to protect yourself online.
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>!
extra:
generator: false
analytics:
provider: plausible
property: privacyguides.net
social:
- 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
- icon: fontawesome/brands/mastodon
link: https://neat.computer/@privacyguides
name: Mastodon
- icon: fontawesome/brands/github
link: https://github.com/privacyguides
name: GitHub
repo_url: https://github.com/privacyguides/privacyguides.net
repo_name: privacyguides.net
edit_uri: edit/main/docs/
theme:
name: material
logo: assets/logo.svg
favicon: assets/favicon.ico
icon:
repo: fontawesome/brands/github
font: false
custom_dir: theme
features:
- 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
plugins:
- tags
- search
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
- pymdownx.snippets
- attr_list
- md_in_html
- meta
- abbr
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- theme/.icons
- tables
- footnotes
- toc:
permalink: true
toc_depth: 4
nav:
- Online Services: 'index.md'
- Report an Issue: 'https://github.com/privacyguides/privacyguides.net/issues'
- About Us: 'https://www.privacyguides.org/about/'
- Donate: 'https://opencollective.com/privacyguides'