2020-09-11 18:34:14 -04:00
|
|
|
site_name: Eifueo
|
2020-09-11 18:50:55 -04:00
|
|
|
nav:
|
|
|
|
- Home: index.md
|
2020-09-20 21:13:32 -04:00
|
|
|
- SL Physics A: sph3u7.md
|
|
|
|
- HL Chemistry A: sch3uz.md
|
|
|
|
- SL Math - Analysis and Approaches A: mhf4u7.md
|
|
|
|
- HL English A: eng3uz.md
|
2020-09-20 13:25:13 -04:00
|
|
|
|
|
|
|
theme:
|
2020-09-20 15:18:20 -04:00
|
|
|
name: material
|
2020-09-20 13:25:13 -04:00
|
|
|
|
2020-09-11 19:57:22 -04:00
|
|
|
markdown_extensions:
|
|
|
|
- mdx_math:
|
|
|
|
add_preview: True
|
2020-09-11 22:42:30 -04:00
|
|
|
enable_dollar_delimiter: True
|
2020-09-20 15:18:20 -04:00
|
|
|
- admonition
|
|
|
|
- pymdownx.details
|
|
|
|
- pymdownx.superfences
|
2020-09-11 19:57:22 -04:00
|
|
|
|
|
|
|
#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'
|
|
|
|
]
|