This repository hosts the source for www.mathjax.org.
We have migrated from an older Wordpress-driven site. Some lose ends still need to be tied up so feel free to lend us a hand by filing issues or making pull requests.
- The site is build with Jekyll and GitHub Pages.
- For GitHub pages, the
gh-pagesbranch is the main branch so please branch offgh-pages. - Logos etc. must be hosted on the CDN (for IP reasons).
style.cssis generated frombootstrap.jsandmain.cssusing purifycss
To include an image with a caption, we've created _includes/image.html, using bootstrap's thumbnail class.
To use it, you include a liquid tag in the page, e.g.,
{% include image.html img="images/cheezburgers.png" title="a lolcat" caption="I can haz cheezburgers?" %}
Optionally, you can also add url="//lol.cats/are" which will wrap the resulting img in an a.