-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
84 lines (82 loc) · 2.26 KB
/
mkdocs.yml
File metadata and controls
84 lines (82 loc) · 2.26 KB
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
site_name: "GRC Engineering"
site_url: https://grc.engineering
repo_url: https://github.com/grcengineering/grcengineering.github.io
repo_name: grcengineering
edit_uri: edit/main/docs/index.md
nav:
- index.md
- Learning Hub: learning-hub.md
- Blog: "https://blog.grc.engineering"
- Projects: projects.md
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- tables
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
plugins:
- privacy
- search
- social:
cards_layout_options:
font_family: IBM Plex Mono
background_color: "#1b95c1ff"
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: grcengineering/grcengineering.github.io
branch: main
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/groups/12997229/
- icon: fontawesome/brands/github
link: https://github.com/grcengineering
- icon: fontawesome/brands/slack
link: https://grcengineering.slack.com
theme:
name: material
font:
text: Roboto Mono
code: Consolas
features:
- search.suggest
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.top
- navigation.footer
- navigation.path
- toc.integrate
- content.action.edit
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
scheme: grcengineering-light
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: grcengineering-light
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: grcengineering-dark
toggle:
icon: material/brightness-4
name: Switch to system preference