1
0
Fork 0

Updated colours.

This commit is contained in:
Luc Bijl 2023-12-07 22:01:04 +01:00
parent 77500ac259
commit bfa955a5b2

View file

@ -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':