eifueo/README.md

23 lines
459 B
Markdown

# Eifueo
A "competitor" of sorts to magicalsoup/highschool.
Please note that the clone link is incorrect; it should be `https://git.eggworld.tk/eggy/eifueo.git`.
The LaTeX formatting in this repository uses `$...$` for inline math, and `$$...$$` for multi-line math.
## Dependencies
- `mkdocs`
- `mkdocs-material`
- `mkdocs-material-extensions`
- `python-markdown-math`
## Build instructions
MkDocs is used to build the site.
```
mkdocs build
```