Updated colours.
This commit is contained in:
parent
77500ac259
commit
bfa955a5b2
1 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,14 @@
|
||||||
site_name: My notes
|
site_name: My notes
|
||||||
docs_dir: '../../docs/en'
|
docs_dir: '../../docs/en'
|
||||||
|
|
||||||
|
extra_css:
|
||||||
|
- stylesheets/extra.css
|
||||||
|
|
||||||
|
extra_javascript:
|
||||||
|
- javascripts/mathjax.js
|
||||||
|
- https://polyfill.io/v3/polyfill.min.js?features=es6
|
||||||
|
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
features:
|
features:
|
||||||
|
@ -41,14 +49,6 @@ markdown_extensions:
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
|
|
||||||
extra_css:
|
|
||||||
- stylesheets/extra.css
|
|
||||||
|
|
||||||
extra_javascript:
|
|
||||||
- javascripts/mathjax.js
|
|
||||||
- https://polyfill.io/v3/polyfill.min.js?features=es6
|
|
||||||
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- 'Welcome': index.md
|
- 'Welcome': index.md
|
||||||
- 'Mathematics':
|
- 'Mathematics':
|
||||||
|
|
Loading…
Reference in a new issue