Skip to content

Commit 0cfd7ae

Browse files
committed
Create mkdocs configuration file
1 parent 6a990d8 commit 0cfd7ae

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

mkdocs.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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

0 commit comments

Comments
 (0)