-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
82 lines (80 loc) · 2.12 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
site_name: Krile
site_url: https://krile.chojo.dev/
site_description: Welcome to my portfolio page.
repo_url: https://github.com/rainbowdashlabs/krile/
repo_name: Krile
docs_dir: docs
site_dir: site
plugins:
- git-revision-date-localized:
type: date
fallback_to_build_date: true
enable_creation_date: true
nav:
- Home: index.md
- 'Repositories':
- repositories/index.md
- 'Meta': repositories/meta.md
- 'Create': repositories/create.md
- 'Add': repositories/add.md
- 'Update': repositories/update.md
- 'Tags':
- tags/index.md
- 'Meta': tags/meta.md
- 'Markdown': tags/markdown.md
- 'Paginated': tags/paginated.md
- 'Embed': tags/embed.md
- 'Features':
- features/index.md
- 'Embed': tags/embed.md
theme:
features:
- navigation.instant
- navigation.tracking
# - navigation.expand
- navigation.tabs
- navigation.tabs.sticky
# - navigation.sections
# - navigation.indexes
- navigation.top
- content.code.annotate
- navigation.indexes
- toc.follow
language: en
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: pink
accent: light blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: pink
accent: light blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
social:
- name: Patreon
icon: fontawesome/brands/patreon
link: https://www.patreon.com/eldoriaplugins
- name: Github
icon: fontawesome/brands/github
link: https://github.com/rainbowdashlabs
- name: Discord
icon: fontawesome/brands/discord
link: https://discord.gg/7Z74AjhRXg