eifueo/mkdocs.yml

32 lines
714 B
YAML

site_name: Eifueo
nav:
- Home: index.md
- G11 SL Physics: sph3u7.md
- G11 HL Chemistry: sch3uz.md
- G11 SL Math - Advanced Functions: mhf4u7.md
- G11 HL English: eng3uz.md
- IB Resources: resources.md
theme:
name: material
markdown_extensions:
- mdx_math:
add_preview: True
enable_dollar_delimiter: True
- admonition
- pymdownx.details
- pymdownx.superfences
#extra_css: [
# 'https://cdn.jsdelivr.net/npm/katex/dist/katex.min.css'
#]
extra_javascript: [
# 'https://cdn.jsdelivr.net/npm/katex/dist/katex.min.js',
# 'https://cdn.jsdelivr.net/npm/katex/dist/contrib/mathtex-script-type.min.js'
#]
'https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js',
'mathjax-config.js'
]