-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
58 lines (54 loc) · 1.32 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
# project
site_name: docker-package
site_description: TBD
site_author: Pascal Iske
site_url: https://pascaliske.github.io/docker-package/
# repository
repo_name: pascaliske/docker-package
repo_url: https://github.com/pascaliske/docker-package
# theme
theme:
name: material
language: en
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
toggle:
icon: material/brightness-4
name: Switch to dark mode
- scheme: slate
primary: lime
accent: lime
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/brightness-7
name: Switch to light mode
font:
text: Lato
code: Source Code Pro
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.top
- toc.follow
- toc.integrate
- content.code.annotate
- content.tabs.link
# navigation
nav:
- Home: index.md
# socials
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/pascaliske
- icon: fontawesome/brands/twitter
link: https://twitter.com/pascaliske
- icon: fontawesome/brands/mastodon
link: https://hachyderm.io/@pascaliske
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/pascaliske