-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
179 lines (157 loc) · 4.65 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
174
175
176
177
178
179
site_name: book.koad.sh
site_url: https://book.koad.sh
site_author: koad
site_description: >-
The results of years of broken thoughts.
# Repository
repo_name: documentation
repo_url: https://github.com/koad/documentation
edit_uri: ""
docs_dir: src/
extra_css:
- stylesheets/extra.css
# Copyright
copyright: Copyright © 2023
# Configuration
theme:
name: material
logo: assets/avatar.png
# Static files
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
features:
- content.code.annotate
- content.tabs.link
# - header.autohide
# - navigation.expand
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
# - toc.integrate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
accent: koad
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: koad-dark
toggle:
icon: material/weather-night
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
repo: fontawesome/brands/github-alt
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/koad
- icon: fontawesome/brands/twitter
link: https://twitter.com/kingofalldata
name: kingofalldata on Twitter
- icon: fontawesome/brands/keybase
link: https://keybase.io/koad/sigchain
# generator: false
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home:
- index.md
- Getting started:
- getting-started/index.md
- getting-started/hallmarks-of-a-scam.md
- getting-started/block-email-scams.md
- getting-started/block-telephone-scams.md
- getting-started/block-financial-scams.md
- getting-started/secure-your-surroundings.md
- getting-started/secure-your-computer.md
- getting-started/secure-your-phone.md
- getting-started/secure-your-smart-speaker.md
- getting-started/secure-your-family.md
- getting-started/picking-your-username.md
- getting-started/learning-to-search.md
- getting-started/in-review.md
- getting-started/sharing-is-caring.md
- Mindspace 101:
- mindspace/index.md
- mindspace/david-allen.md
- mindspace/dr-joe-dispenza.md
- mindspace/ester-hicks.md
- Blockchain 101:
- blockchain/index.md
- blockchain/how-to-stay-safe.md
- blockchain/common-blockchain-terms.md
- blockchain/what-is-a-fork.md
- blockchain/what-is-a-mainnet.md
- blockchain/what-is-a-protocol.md
- blockchain/what-is-a-sidechain.md
- blockchain/what-is-atomic.md
- blockchain/what-is-a-wallet.md
- blockchain/what-is-a-whitepaper.md
- blockchain/what-are-bips.md
- blockchain/what-is-consensus.md
- blockchain/what-is-decentralized.md
- blockchain/what-is-erc.md
- blockchain/what-is-fungible.md
- blockchain/what-is-public-key-infrastructure.md
- blockchain/what-is-supply.md
- blockchain/what-is-mining.md
- blockchain/proof-of-proof.md
- blockchain/attacking-the-blockchain.md
- blockchain/mining-the-blockchain.md
- Invite Only:
- invite-only/index.md
- invite-only/hitchhiking-the-digital-highway.md
- invite-only/digital-hitchhikers-toolkit.md
- invite-only/reimagining-online-communities.md
- invite-only/future-of-digital-communities.md
- invite-only/building-trust-and-authenticity.md
- invite-only/sovereignty-proofs-and-currency.md
- invite-only/investing-in-each-other.md
- invite-only/community-currencies.md
- invite-only/the-power-of-invitation.md
- invite-only/the-power-of-perception.md
- invite-only/trust-is-key.md
- invite-only/conclusion.md