I started a new project on Github, and since I will need to collaborate with people, I would like to start a decent documentation. I would like to use Github Pages for this task, but the documentation will need to include many equations, for example https://wec-sim.imtqy.com/WEC-Sim/theory.html .
I read online on numerous posts that Mathjax provides a good tool for reading equations in browsers and has been linked to Github pages. However, although I tried to follow many different strategies, I have not yet been able to get my page to show any equations.
You can find my project https://github.com/enricoande/uuv and the corresponding page https://enricoande.imtqy.com/uuv/ . The page is built from https://github.com/enricoande/uuv/blob/master/docs/README.md .
Initially, I could not display the equations at all, but I could see the text on the page. Now I don’t even see the page. This happened after adding a file https://github.com/enricoande/uuv/blob/master/docs/_layouts/page.html that reads
<script type="text/javascript"
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
Is it possible that the reason I can no longer see my page is because Mathjax is too slow (I found comments on this subject online)? Otherwise, do you have suggestions on what I can do to fix the page for displaying equations?
, Github- html.
, . !