diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-03-04 15:29:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-03-04 15:29:27 -0300 |
commit | d7ebfdb85cf73c027fb928518004533e428f3893 (patch) | |
tree | 23397f8fb433156d0e69dee35c6cfd1d76f5cd23 /research/computing/suckless | |
parent | bc27cc5f209d9d90454c7f3d2a5b127ba5171905 (diff) | |
download | blog-d7ebfdb85cf73c027fb928518004533e428f3893.tar.gz blog-d7ebfdb85cf73c027fb928518004533e428f3893.tar.bz2 |
Feat: MathJax setup
Diffstat (limited to 'research/computing/suckless')
-rw-r--r-- | research/computing/suckless/sites.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/research/computing/suckless/sites.md b/research/computing/suckless/sites.md index 67149d5..5ca19d2 100644 --- a/research/computing/suckless/sites.md +++ b/research/computing/suckless/sites.md @@ -56,6 +56,13 @@ You can create passwordless SSH keys and use [rrsync](http://www.guyrutenberg.co Now simply run `make web_deploy` with the above mentioned `Makefile` do sync your static site! +## MathJax + +* [Setup Instructions for MathJax on Ikiwiki](https://www.math.cmu.edu/~gautam/sj/blog/20130930-ikiwiki/010-setup.html). +* [GitHub - bk/ikiwiki-plugin-mathjax: MathJax plugin for IkiWiki](https://github.com/bk/ikiwiki-plugin-mathjax). +* [GitHub - mathjax/MathJax: Beautiful and accessible math in all browsers](https://github.com/mathjax/MathJax). +* [MathJax documentation](https://docs.mathjax.org). + ## Ikiwiki references * [Ikiwiki](http://ikiwiki.info). |