eifueo/README.md

23 lines
531 B
Markdown
Raw Normal View History

2020-09-11 18:34:14 -04:00
# Eifueo
2020-09-11 18:29:38 -04:00
A "competitor" of sorts to magicalsoup/highschool.
The LaTeX formatting in this repository uses `$...$` for inline math, and `$$...$$` for multi-line math. MathJax is used to render this LaTeX.
Admonitions can be added with documentation available [here](https://squidfunk.github.io/mkdocs-material/reference/admonitions/#usage).
2020-09-24 21:13:22 -04:00
## Dependencies
- `mkdocs`
- `mkdocs-material`
- `mkdocs-material-extensions`
- `python-markdown-math`
## Build instructions
MkDocs is used to build the site.
```
mkdocs build
```