-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
107 lines (99 loc) · 2.54 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
site_name: Documentation # Change this to your site name
site_description: Personal documentation site for collection of home server and networking hardware and configurations, created in obsidian and published in mkdocs.
site_author: Kevin
repo_name: vttc08/infra-docs
repo_url: https://github.com/vttc08/infra-docs
docs_dir: "!documentation"
theme:
name: 'material'
custom_dir: 'overrides'
highlightjs: true
icon:
logo: material/book
favicon: assets/favicon.svg
features:
- content.code.copy
- content.footnote.tooltips
- navigation.tabs
- navigation.footer
- navigation.instant
- navigation.instant.progress
- navigation.expand
- toc.follow
- search.suggest
- search.highlight
- search.share
language: en
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- roamlinks
- callouts
- search
- minify:
minify_html: true
- git-revision-date-localized:
fallback_to_build_date: true
enable_creation_date: true
extra:
generator: true
social:
- icon: fontawesome/brands/github
link: https://github.com/vttc08
- icon: fontawesome/solid/globe
link: https://github.com/vttc08
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/vttc08
copyright: Copyright © 2024
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.betterem
- pymdownx.keys
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
use_pygments: true
pygments_lang_class: true
linenums: true
linenums_style: pymdownx-inline
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.smartsymbols
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- tables
- abbr
- def_list
- attr_list
- footnotes
- nl2br
- smarty
- mdx_breakless_lists
- pymdownx.magiclink
- toc:
permalink: true
title: On this page