-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
91 lines (83 loc) · 1.97 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
# Project information
site_name: ML.ENERGY Blog
site_url: https://ml.energy/blog
site_author: Jae-Won Chung
site_description: ML.ENERGY research & tech blog
edit_uri: ""
copyright: Copyright © 2023 Jae-Won Chung
theme:
name: material
custom_dir: docs/overrides
icon:
logo: material/lightning-bolt
favicon: assets/img/favicon.ico
features:
- search.suggest
- navigation.sections
- navigation.instant
- navigation.instant.prefetch
- content.code.copy
palette:
- scheme: slate
primary: ml.energy
accent: ml.energy
toggle:
icon: fontawesome/solid/sun
name: Switch to light mode
- scheme: default
primary: ml.energy
accent: ml.energy
toggle:
icon: fontawesome/regular/moon
name: Switch to dark mode
plugins:
- typeset
- meta
- search
- tags
- social:
cards_dir: assets/img/social
cards_layout_options:
background_color: "#23d175"
color: "#000000"
- blog:
blog_dir: .
post_readtime: false
post_url_format: "{categories}/{slug}"
post_url_max_categories: 2
- rss:
match_path: posts/.*
date_from_meta:
as_creation: date
categories:
- categories
markdown_extensions:
- footnotes
- attr_list
- md_in_html
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- index.md
extra:
analytics:
provider: google
property: G-C013T57GV2
social:
- icon: material/rss
link: https://ml.energy/blog/feed_rss_created.xml
extra_css:
- assets/css/color.css
- assets/css/custom.css
extra_javascript:
- assets/js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js