A "competitor" of sorts to magicalsoup/highschool. https://eifueo.eggworld.me
Go to file
eggy 68353b6ace math115: do not use special colv command
properly transition from mathjax because katex doesn't support newcommand global scoping
2022-10-12 19:10:11 -04:00
docs math115: do not use special colv command 2022-10-12 19:10:11 -04:00
.gitignore ignore large pdfs and other resource files 2020-09-15 18:14:21 -04:00
CONTRIBUTING.md doc: Update docs 2022-05-28 13:20:03 -04:00
LICENSE.md license: switch to GNU FGL 2022-09-16 13:56:19 -04:00
mkdocs.yml feat: switch from mathjax to katex 2022-10-12 12:34:06 -04:00
README.md doc: Update docs 2022-05-28 13:20:03 -04:00
requirements.txt Add dependencies 2022-05-28 00:07:25 -04:00

Eifueo

A “competitor” of sorts to magicalsoup/highschool available at https://eifueo.eggworld.tk.

Please see CONTRIBUTING.md for guidelines and formatting information.

Dependencies

  • mkdocs
  • mkdocs-material
  • mkdocs-material-extensions
  • python-markdown-math

Build instructions

MkDocs is used to build the site.

mkdocs build

For live reload in a development environment:

mkdocs serve