-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
173 lines (173 loc) · 5.69 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
169
170
171
172
173
site_name: 資安防護基礎教材 | Shield of Self-Defense (SSD)
site_url: https://ssd.ocf.tw/
site_description: "給公民團體 CSOs 的資安防護基礎教材"
site_author: "財團法人開放文化基金會 (Open Culture Foundation, OCF)"
copyright: "CC-BY 4.0 姓名標示"
nav:
- 課程主題:
- chapter/index.md
- 威脅建模: chapter/threat_modeling_class.md
- 裝置安全: chapter/devices.md
- 身分驗證:
- chapter/profile/index.md
- 密碼管理器: chapter/profile/password_manager.md
- 密碼強度: chapter/profile/password.md
- 多因子驗證: chapter/profile/mfa.md
- 網路使用行為:
- chapter/network/index.md
- 隱私瀏覽行為: chapter/network/browser_privacy.md
- 釣魚、詐騙: chapter/network/phishing.md
- VPN: chapter/network/vpn.md
- 網路與 Wi-Fi: chapter/network/wifi.md
- 加密通訊:
- chapter/e2ee/index.md
- 加密即時通訊: chapter/e2ee/im.md
- 加密電子郵件: chapter/e2ee/mails.md
- 帳號管理:
- chapter/account/index.md
- 帳號權限管理與追蹤: chapter/account/management.md
- 資料管理與備份:
- chapter/files_management/index.md
- 檔案存取權限: chapter/files_management/files_access.md
- 資料備份與封存: chapter/files_management/backup_archive.md
- 更新軟體: chapter/files_management/software_update.md
- 海外出差: chapter/abroad.md
- 操作指南:
- user_guide/index.md
- 風險評估表: user_guide/risk_assessment.md
- 裝置安全:
- user_guide/devices/index.md
- iOS 裝置設定: user_guide/devices/ios.md
- MacOS: user_guide/devices/macOS.md
- Windows: user_guide/devices/windows.md
- Android: user_guide/devices/android.md
- 身分驗證:
- user_guide/profile/index.md
- 密碼管理器: user_guide/profile/password_manager.md
- 多因子驗證: user_guide/profile/mfa.md
- 網路使用行為:
- user_guide/network/index.md
- 隱私瀏覽行為: user_guide/network/browser_privacy.md
- 釣魚、詐騙: user_guide/network/phishing.md
- VPN: user_guide/network/vpn.md
- 網路與 Wi-Fi: user_guide/network/wifi.md
- 帳號管理:
- user_guide/account/index.md
- 帳號權限管理與追蹤: user_guide/account/management.md
- 資料管理與備份:
- user_guide/files_management/index.md
- 檔案存取權限: user_guide/files_management/files_access.md
- 資料備份與封存: user_guide/files_management/backup_archive.md
- 更新軟體: user_guide/files_management/software_update.md
- 海外出差: user_guide/abroad.md
- 制定資安政策:
- policy/index.md
- 威脅建模: ./policy/risk_assessment.md
- 裝置安全: ./policy/devices.md
- 身分驗證: ./policy/profile.md
- 網路使用行為: ./policy/network.md
- 加密通訊: ./policy/e2ee.md
- 帳號管理: ./policy/account_management.md
- 資料管理與備份: ./policy/files_management.md
- 海外出差: policy/abroad.md
- 進度追蹤:
- assessment/index.md
- 檢查清單:
- assessment/checklist/index.md
- 場勘紀錄表: assessment/checklist/site_survey.md
- 課後任務清單: assessment/checklist/homework.md
- 學習資源:
- resource/index.md
- 疑問諮詢:
- support/index.md
theme:
name: material
icon:
logo: material/security
favicon: asserts/security.svg
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: 自動偵測模式
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: pink
toggle:
icon: material/weather-sunny
name: 切換到深色模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: orange
accent: yellow
toggle:
icon: material/weather-night
name: 切換到明亮模式
language: zh-TW
features:
- search.suggest
- search.highlight
- search.share
- header.autohide
- navigation.indexes
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- content.tooltips
custom_dir: overrides
plugins:
- search:
pipeline:
- stemmer
- stopWordFilter
- trimmer
lang:
- en
- zh
- offline
- privacy
- social:
cards_layout_options:
font_family: Noto Sans TC
- git-revision-date-localized:
locale: en
timezone: Asia/Taipei
markdown_extensions:
- abbr
- attr_list
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: false
- pymdownx.tabbed:
alternate_style: true
extra:
analytics:
provider: google
property: G-X3DG2E5E3W
social:
- icon: material/home
link: https://ssd.ocf.tw/
- icon: fontawesome/brands/github
link: https://github.com/ocftw/ssd
- icon: simple/torbrowser
link: http://ssdocftwvq6csls7gnjubyrmar7no7ww3gmgodhznxgsoor6ot42lrad.onion/
extra_css:
- stylesheets/extra.css