2023-10-23 13:33:35 +02:00
|
|
|
site_name: My notes
|
|
|
|
docs_dir: '../../docs/en'
|
|
|
|
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
features:
|
|
|
|
- navigation.instant
|
|
|
|
- navigation.instant.prefetch
|
|
|
|
- navigation.tabs
|
|
|
|
- toc.follow
|
|
|
|
palette:
|
|
|
|
- scheme: slate
|
|
|
|
primary: black
|
|
|
|
accent: teal
|
|
|
|
language: en
|
|
|
|
|
|
|
|
extra:
|
|
|
|
generator: false
|
|
|
|
alternate:
|
|
|
|
- name: English
|
|
|
|
link: /en/
|
|
|
|
lang: en
|
|
|
|
- name: Nederlands
|
|
|
|
link: /nl/
|
|
|
|
lang: nl
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
- search:
|
2023-10-23 13:36:32 +02:00
|
|
|
lang: en
|
2023-10-23 13:33:35 +02:00
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- pymdownx.arithmatex:
|
|
|
|
generic: true
|
|
|
|
|
|
|
|
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:
|
|
|
|
- 'Welcome': index.md
|
|
|
|
- 'Mathematics':
|
|
|
|
- 'Start': mathmematics/start.md
|
|
|
|
|
|
|
|
- 'Physics':
|
|
|
|
- 'Start': physics/start.md
|
|
|
|
|
|
|
|
- 'Chemistry':
|
|
|
|
- 'Start': chemistry/start.md
|
|
|
|
|
|
|
|
- 'Philosophy':
|
|
|
|
- 'Start': philosophy/start.md
|
|
|
|
|
|
|
|
- 'Programming':
|
|
|
|
- 'Start': programming/start.md
|