1
0
Fork 0
mathematics-physics-wiki/config/en/mkdocs.yaml

55 lines
No EOL
988 B
YAML
Executable file

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:
lang: en
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