-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
145 lines (135 loc) · 3.55 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
site_name: "Akkupy - Blog"
site_description: "Findings, thoughts, tutorials, work. Pieces of my mind!"
site_url: "https://akkupy.me/"
repo_url: "https://github.com/akkupy/website/"
repo_name: "akkupy/website"
nav:
- Home: index.md
- About: about.md
- Credits: credits.md
- Posts:
- 2023:
- posts/raid_nas_raspberrypi.md
- posts/zvoteprod.md
- posts/zvote.md
- posts/vaultwarden.md
- posts/rpimonitoring.md
- posts/nextcloud.md
- 2022:
- posts/homelab.md
- posts/tailscale.md
- posts/nginx_proxy_manager.md
- posts/self_ssl_cert.md
- posts/pi-hole.md
- posts/jellyfin.md
- posts/filebrowser.md
- posts/heimdall.md
- posts/qbittorrent.md
- posts/sonarr.md
- posts/radarr.md
- posts/jackett.md
- Showcase:
- Showcase Grid: showcase.md
- Projects:
- showcase/homelab.md
- showcase/zvote.md
- showcase/self_signed_ssl_certificate.md
theme:
name: material
favicon: https://raw.githubusercontent.com/akkupy/akkupy/main/assets/favicon.ico
custom_dir: docs/templates
logo: https://raw.githubusercontent.com/akkupy/akkupy/main/assets/favicon.ico
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.highlight
- search.suggest
- toc.follow
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: lime
toggle:
icon: material/weather-night
name: Switch to system preference
extra_css:
- css/custom.css
markdown_extensions:
- admonition
- attr_list
- callouts
- footnotes
- md_in_html
- meta
- pymdownx.blocks.admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.magiclink
- pymdownx.snippets:
check_paths: true
base_path: [docs/snippets, "."]
- pymdownx.highlight
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: "¤"
plugins:
- search
- markdown-exec
- redirects:
redirect_maps:
# old posts
# 2020/06/02/unify-logging-for-a-gunicorn-uvicorn-app.md: posts/unify-logging-for-a-gunicorn-uvicorn-app.md
extra:
analytics:
provider: google
property: G-VHR0GFBR7Q
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/akkupy
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@akkupy
- icon: fontawesome/brands/twitter
link: https://twitter.com/akkupy
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/akkupy
- icon: fontawesome/brands/discord
link: https://discord.com/users/518054587114979338
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/akkupy
copyright: Copyright © 2023 - 2024 Akkupy