-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
222 lines (207 loc) · 6.19 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
# This is the root configuration for my personal website and also the default
# for userpage at ~vern.
# basics
site_name: ~ajhalili2006
site_url: https://andreijiroh.dev/
site_dir: public
site_author: Andrei Jiroh Halili
copyright: >
Copyright © 2022-present - Andrei Jiroh Halili and contributors, licensed under the
<a href="https://creativecommons.org/licenses/by-sa/4.0">CC BY-SA 4.0</a> license.
docs_dir: markdown
use_directory_urls: true
# repos
repo_url: https://mau.dev/andreijiroh-dev/website
edit_uri: edit/main/markdown
repo_name: source code
# navbar
nav:
- Home:
- index.md
- nowpage: now.md
- Contact: contact/index.md
- PGP and SSH keys: keys/index.md
- "All my links": links.md
- Legal:
- Security policy: security.md
- Personal user manual:
- Manual Homepage: user-manual/index.md
- Personals:
- FAQs about me: faq.md
- Flaws and Quirks: user-manual/flaws-and-quirks.md
- Neurodivergence and Disability: user-manual/neurodivergence-and-disability.md
- Community:
- DNI List: user-manual/dni.md
- Boundaries: user-manual/boundaries.md
- Social Media Policy: user-manual/socials.md
- On Roleplaying: user-manual/roleplaying-hellscape.md
- Communications:
- General Communications Policy: user-manual/communications.md
- Encrypted communications: user-manual/encrypted-communications.md
- Portfolio:
- portfolio/index.md
- Projects: portfolio/projects.md
- Communities: portfolio/communities.md
- Tildes: portfolio/tildes.md
- Resume: user-manual/resume.md
- Blog: "https://blog.andreijiroh.dev"
# theme settings
theme:
name: material
custom_dir: overrides
favicon: assets/images/favicon.png
icon:
logo: octicons/person-16
repo: material/gitlab
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette:
- media: "(prefers-color-scheme)"
primary: green
accent: yellow
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: yellow
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: yellow
toggle:
icon: material/brightness-4
name: Switch to light mode
# plugins
plugins:
- social:
cards: !ENV [FF_GENERATE_SOCIAL_CARDS, false]
- search
- redirects:
redirect_maps:
"user-manual/portfolio.md": "portfolio/index.md"
"dni.md": "user-manual/dni.md"
"resume.md": "user-manual/resume.md"
"blog.md": "https://blog.andreijiroh.dev"
"socials.md": "links.md#socials"
"communities.md": "portfolio/communities.md"
"tildes.md": "portfolio/tildes.md"
"projects.md": "portfolio/projects.md"
#"contact.md": "contact/index.md"
# debugging/bug reporting purposes only, proceed with caution
#- info
- git-revision-date-localized:
enabled: true
fallback_to_build_date: true
enable_creation_date: true
# TODO: Get Insiders for contributors and authors
# makrdown extensions
markdown_extensions:
- toc:
permalink: true
title: On this page
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- footnotes
- md_in_html
- admonition
- abbr
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
# extras
extra:
#deployment: staging
fediverse_creator_handle: "@ajhalili2006:tilde.zone"
# my socials
social:
# fediverse
- icon: fontawesome/brands/mastodon
link: https://tilde.zone/@ajhalili2006
name: ~ajhalili2006 on tildeverse
- icon: simple/bluesky
link: https://bsky.app/profile/andreijiroh.dev
name: ~ajhalili2006 on bsky.app
# X/Twitter
- icon: fontawesome/brands/twitter
link: https://twitter.com/ajhalili2006
name: ~ajhalili2006 on twitter
# substack
- icon: simple/substack
link: https://ajhalili2006.substack.com
name: ~ajhalili2006's personal substack
# git
- icon: fontawesome/brands/github
link: https://github.com/ajhalili2006
name: ~ajhalili2006 on github
- icon: fontawesome/brands/gitlab
link: https://mau.dev/ajhalili2006
name: ~ajhalili2006 on mauinum gitlab instance
- icon: simple/sourcehut
link: https://sr.ht/~ajhalili2006
name: ~ajhalili2006 on sr.ht
# facebook
- icon: fontawesome/brands/facebook
link: https://facebook.com/ajhalili2006
name: ~ajhalili2006's personal (slash professional profile) facebook account
# linkedin
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/ajhalili2006
name: ~ajhalili2006 on linkedin for employers
analytics:
# provider: plausible
# property: andreijiroh.eu.org
# url: "https://analytics.projectsegfau.lt"