-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
96 lines (96 loc) · 2.88 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
site_name: Advanced Configurations
site_description: Advanced configurations for containers
site_url: https://virtualize.link/
edit_uri: ""
repo_url: https://github.com/quietsy/advanced-configurations
theme:
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: cyan
toggle:
icon: material/weather-sunny
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: cyan
toggle:
icon: material/weather-night
name: Switch to dark mode
features:
- navigation.instant
- search.suggest
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.highlight
name: material
custom_dir: overrides
favicon: images/logo.png
logo: images/logo.png
font:
code: Roboto Mono
icon:
repo: fontawesome/brands/github
font:
text: Roboto
code: Roboto Mono
markdown_extensions:
- pymdownx.blocks.html
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- mdx_truly_sane_lists
extra:
social:
- icon: fontawesome/solid/rss
link: /feed_rss_created.xml
homepage: https://virtualize.link
plugins:
- tags
- git-revision-date-localized:
type: timeago
fallback_to_build_date: true
enable_creation_date: true
enabled: true
- search
- rss:
match_path: .*/.*.md
date_from_meta:
as_creation: date
image: https://virtualize.link/images/logo.png
pretty_print: true
categories:
- categories
- tags
- redirects:
redirect_maps:
'awesome-lsio.md': 'https://docs.linuxserver.io/images-by-category/'
'secure.md': 'https://www.linuxserver.io/blog/securing-swag'
'asus-vlans.md': 'Network/asus-vlans.md'
'atuin.md': 'Other/atuin.md'
'brave.md': 'Other/brave.md'
'consolidate.md': 'Containers/consolidating-proxies.md'
'container-dns.md': 'Containers/container-dns.md'
'firehol.md': 'Network/firehol.md'
'geoblock.md': 'Network/geoblock.md'
'hardcoded-dns.md': 'Network/hardcoded-dns.md'
'hub.md': 'Containers/wireguard-hub.md'
'nextcloud.md': 'Containers/optimizing-nextcloud.md'
'opnarp.md': 'Network/opn-arp.md'
'phone.md': 'Other/phone.md'
'piped.md': 'Containers/piped.md'
'searx.md': 'Containers/searx-ng.md'
'setup.md': 'Other/setup.md'
'simplelogin.md': 'Containers/simplelogin.md'
'smartd.md': 'Other/smartd.md'
'socks.md': 'Containers/socks-proxy.md'
'split-dns.md': 'Network/split-dns.md'
'split.md': 'Network/split-tunnel.md'
'tmux.md': 'Other/tmux.md'
'vpn.md': 'Containers/vpn-route.md'
'vps.md': 'Containers/vps-proxy.md'
'yaml-anchors.md': 'Containers/yaml-anchors.md'
'zfs.md': 'Other/zfs.md'