This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
168 lines (159 loc) · 4.21 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
docs_dir: 'docs'
site_url: "https://blog.privacyguides.org/"
site_dir: 'site'
site_name: Privacy Guides
site_description: |
The Privacy Guides blog publishes timely information, website announcements, and other updates from the team and contributors.
copyright: |
<b>Privacy Guides</b> is a non-profit, socially motivated website that provides information for protecting your data security and privacy.<br>
© 2019 – 2023 Privacy Guides and contributors. <a href="https://www.privacyguides.org/about/privacy-policy/">Privacy Policy</a>.
extra:
generator: false
homepage: https://www.privacyguides.org/
social:
- icon: simple/mastodon
link: https://mastodon.neat.computer/@privacyguides
name: Mastodon
- icon: simple/matrix
link: https://matrix.to/#/#privacyguides:matrix.org
name: Matrix
- icon: simple/discourse
link: https://discuss.privacyguides.net/
name: Forum
- icon: simple/github
link: https://github.com/privacyguides
name: GitHub
- icon: simple/torbrowser
link: http://blog.xoe4vn5uwdztif6goazfbmogh6wh5jc4up35bqdflu6bkdc5cas5vjqd.onion/
name: Hidden service
- icon: simple/rss
link: /feed_rss_created.xml
name: RSS
repo_url: https://github.com/privacyguides/blog.privacyguides.org
repo_name: ""
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: theme
logo: assets/brand/SVG/Logo/privacy-guides-logo-notext-colorbg.svg
favicon: assets/brand/PNG/Favicon/favicon-32x32.png
language: en
icon:
repo: simple/github
font: false
features:
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.indexes
- content.tooltips
- search.highlight
palette:
- media: "(prefers-color-scheme)"
scheme: default
accent: deep purple
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: amber
toggle:
icon: material/brightness-2
name: Switch to system theme
- media: "(prefers-color-scheme: light)"
scheme: default
accent: deep purple
toggle:
icon: material/brightness-5
name: Switch to dark mode
watch:
- theme
plugins:
meta: {}
privacy:
assets_exclude:
- cdn.jsdelivr.net/npm/mathjax@3/*
links_noopener: true
social:
cards: !ENV [CARDS, true]
cards_dir: assets/img/social
cards_layout_dir: theme/layouts
cards_layout: post
blog:
blog_dir: .
post_url_format: "{date}/{file}"
categories_allowed:
- This Week in Privacy
- Announcements
- Opinion
- Software
- Hardware
- Android
- iOS
- Linux
- macOS
- Windows
- Qubes OS
- Providers
rss:
match_path: posts/.*
abstract_chars_count: -1
date_from_meta:
as_creation: date
categories:
- categories
- tags
tags:
tags_file: tags.md
search: {}
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: {}
pymdownx.tasklist:
custom_checkbox: true
attr_list: {}
def_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
extra_css:
- assets/stylesheets/extra.css?v=2.10.0
extra_javascript:
- assets/javascripts/mathjax.js
nav:
- Home: 'https://www.privacyguides.org/'
- 'Knowledge Base': 'https://www.privacyguides.org/kb/'
- 'Recommendations': 'https://www.privacyguides.org/tools/'
- 'About': 'https://www.privacyguides.org/about/'
- 'Donate': 'https://www.privacyguides.org/about/donate/'
- 'Forum': 'https://discuss.privacyguides.org/'
- Blog:
- 'index.md'
- 'tags.md'