eifueo/mkdocs.yml

36 lines
803 B
YAML
Raw Normal View History

2020-09-11 18:34:14 -04:00
site_name: Eifueo
2021-06-08 11:52:19 -04:00
site_url: "https://eggworld.tk"
nav:
- Home: index.md
- SL Physics 1: sph3u7.md
2021-01-29 13:12:00 -05:00
- SL Physics 2: sph4u7.md
- SL Math - Analysis and Approaches 1: mhf4u7.md
2021-01-29 13:12:00 -05:00
- SL Math - Analysis and Approaches 2: mcv4u7.md
2021-01-29 13:13:54 -05:00
- SL French 1: fsf3u7.md
2021-09-07 18:30:40 -04:00
- SL French 2: fsf3uz.md
2021-01-29 13:12:00 -05:00
- HL Chemistry 1: sch3uz.md
2021-09-07 18:30:40 -04:00
- HL Chemistry 2: sch4uz.md
- HL English 1: eng3uz.md
2021-09-07 18:30:40 -04:00
- HL English 2: eng4uz.md
2021-01-29 13:12:00 -05:00
- HL History 1: chw3mz.md
2021-09-07 18:30:40 -04:00
- HL History 2: chy4uz.md
2021-01-29 13:12:00 -05:00
- Theory of Knowledge: tok.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
2021-03-08 10:49:07 -05:00
- toc:
permalink: True
2020-09-11 19:57:22 -04:00
extra_javascript: [
'https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js',
'mathjax-config.js'
]