This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
130 lines (122 loc) · 3.43 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
site_name: Rice-Prower Recipes
site_description: "Recipes and foodie updates from the Rice-Prower household"
site_url: https://recipes.riceprower.com
repo_name: GriceTurrble/recipes.riceprower.com
repo_url: https://github.com/GriceTurrble/recipes.riceprower.com/
edit_uri: "blob/main/docs/"
# NOTE:
# The nav config is omitted, on purpose.
# If you add a nav, you must manually enter every page in the site, like below
# By omitting it, MkDocs automatically reads the structure of docs/ to build the nav.
# Take advantage of this and avoid some headaches!
# nav:
# - Home: index.md
# - Recipes:
# - recipes/buffalo_wing_sauce.md
# - recipes/chili_con_carne.md
# - ...
plugins:
- search
- tags:
tags_file: recipes/index.md
- blog:
blog_toc: true
blog_dir: .
archive_name: Post archive
archive_date_format: MMM yyyy
archive_url_date_format: yyyy/MM
categories_name: Post categories
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: GriceTurrble/recipes.riceprower.com
branch: main
extra_css:
- stylesheets/tailwind.css
watch:
- overrides
- includes
theme:
name: "material"
custom_dir: overrides
font:
text: Roboto Condensed
# code: Roboto Mono
icon:
logo: fontawesome/solid/pizza-slice
menu: material/hamburger
annotation: material/plus-circle
features:
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- toc.follow
- toc.integrate
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: deep purple
accent: deep purple
toggle:
icon: material/link
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: deep purple
toggle:
icon: material/toggle-switch
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: deep purple
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
markdown_extensions:
- admonition
- abbr
- attr_list
- md_in_html
- footnotes
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
- pymdownx.emoji:
# Do you see a YAML warning here? You can ignore it.
# See: https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
clickable_checkbox: true