-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
46 lines (41 loc) · 880 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
39
40
41
42
43
44
45
46
site_name: GSB RC Site 2024
site_url: https://rcpedia-dev.stanford.edu
theme:
name: material
custom_dir: docs/assets
features:
- announce.dismiss
- header.autohide
- content.code.annotate
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
font:
text: Roboto
code: Roboto Mono
plugins:
- search
- blogging
- git-revision-date-localized
markdown_extensions:
- codehilite
- toc
- pymdownx.superfences
nav:
- Home: index.md
- Yen Servers: yen-servers.md
- Blog:
- Optimization Software: _posts/2024-01-26-optimization_software.md
extra:
update_date: 2024-06-27
extra_css:
- assets/css/index.css
- assets/css/sh.css
- assets/css/fonts.css
- css/custom.css