File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ site_name : Matplot++
2
+ site_url : https://alandefreitas.github.io/matplotplusplus/
3
+ repo_url : https://github.com/alandefreitas/matplotplusplus
4
+ repo_name : alandefreitas/matplotplusplus
5
+
6
+ site_description : " Matplot++: A C++ Graphics Library for Data Visualization"
7
+
8
+ theme :
9
+ name : material
10
+ palette :
11
+ scheme : preference
12
+ features :
13
+ # - navigation.instant # this doesn't work well with pymdownx.arithmatex
14
+ # - navigation.sections
15
+ - toc.integrate
16
+ - header.autohide
17
+ icon :
18
+ repo : fontawesome/brands/git-alt
19
+
20
+ edit_uri : " "
21
+
22
+ plugins :
23
+ - search
24
+ - awesome-pages
25
+
26
+ google_analytics :
27
+ - G-88KYKYY74F
28
+ - auto
29
+
30
+ copyright : Copyright © 2020 Alan Freitas
31
+
32
+ markdown_extensions :
33
+ - admonition
34
+ - pymdownx.details
35
+ - pymdownx.highlight :
36
+ use_pygments : true
37
+ linenums : true
38
+ linenums_style : pymdownx.inline
39
+ - pymdownx.inlinehilite
40
+ - pymdownx.superfences
41
+ - pymdownx.tabbed
42
+ - pymdownx.snippets
43
+ - pymdownx.arithmatex :
44
+ generic : true
45
+ - meta
46
+
47
+ extra_javascript :
48
+ - javascripts/config.js
49
+ - https://polyfill.io/v3/polyfill.min.js?features=es6
50
+ - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
You can’t perform that action at this time.
0 commit comments