-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
93 lines (88 loc) · 2.12 KB
/
mkdocs.yml
File metadata and controls
93 lines (88 loc) · 2.12 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
85
86
87
88
89
90
91
92
93
site_name: lrjball
theme:
name: material
custom_dir: overrides
language: en
logo: assets/round_lrjball.png
favicon: assets/round_lrjball.png
icon:
tag:
python: simple/python
default: simple/python
font:
text: Lexend
code: Fira Code
features:
- header.autohide
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.sections
palette:
- scheme: default
primary: cyan
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: cyan
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra_css:
- stylesheets/extra.css
- stylesheets/bootstrap.css
extra_javascript:
- javascripts/extra.js
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- javascripts/tree_viz/jquery-3.2.1.min.js
- https://d3js.org/d3.v4.min.js
- javascripts/tree_viz/bootstrap.min.js
- javascripts/tree_viz/dt.js
- javascripts/tree_viz/data_gen.js
- javascripts/tree_viz/viz.js
- javascripts/tree_viz/tree_viz.js
plugins:
- glightbox:
width: 100%
- tags:
tags_file: topics.md
- blog:
blog_toc: true
authors_file: "{blog}/.authors.yml"
post_date_format: medium
post_url_date_format: yyyy/MM
archive: true
archive_date_format: yyyy
archive_toc: true
post_readtime: true
categories: true
categories_name: Categories
categories_allowed:
- Articles
- Today I Learned
markdown_extensions:
- md_in_html
- attr_list
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
extra:
tag:
Python: python
generator: true
social:
- icon: fontawesome/brands/github
link: https://github.com/lrjball
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/lrjball