eifueo/mkdocs.yml

24 lines
461 B
YAML
Raw Normal View History

2020-09-11 18:34:14 -04:00
site_name: Eifueo
nav:
- Home: index.md
- SL Physics A: sph3u7.md
- HL Chemistry A: sch3uz.md
- SL Math - Analysis and Approaches A: mhf4u7.md
- HL English A: eng3uz.md
theme:
name: material
2020-09-11 19:57:22 -04:00
markdown_extensions:
- mdx_math:
add_preview: True
enable_dollar_delimiter: True
- admonition
- pymdownx.details
- pymdownx.superfences
2020-09-11 19:57:22 -04:00
extra_javascript: [
'https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js',
'mathjax-config.js'
]