-
Notifications
You must be signed in to change notification settings - Fork 653
/
Copy pathmkdocs.yml
38 lines (34 loc) · 1017 Bytes
/
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
site_name: " HTML, CSS, and JavaScript: Building the Web"
theme:
name: material
# Change Font: https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/?h=fonts
# Google Fonts Supported By Default: https://fonts.google.com/
font:
code: Roboto Mono #Monospaced
text: Roboto #Regular
#logo: img/logo.svg
palette:
- scheme: default # Light Mode
primary: blue # black
accent: pink
toggle:
icon: material/brightness-2
name: Switch to dark mode
- scheme: slate # Dark Mode
primary: blue # amber
accent: pink
toggle:
icon: material/brightness-7
name: Switch to light mode
# features:
# - navigation.tabs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg