mirror of https://github.com/luizdepra/hugo-coder.git

Vlad Ionescu
01.48.2018 0f2bd0c0a61042166a81badec1c00fd1cfda4261
refs
author Vlad Ionescu <Vlaaaaaaad@users.noreply.github.com>
Tuesday, May 1, 2018 20:48 +0200
committer Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
Tuesday, May 1, 2018 20:48 +0200
commit0f2bd0c0a61042166a81badec1c00fd1cfda4261
tree ad8599198dca1693645b2f72606f66aabaf0d6d0 tree | zip | gz
parent 0aab556131c710fadbe35a49cfccb68d17c276a0 view | diff
Math (#14)

* MathJax support

There was no support for displaying math written in Latex. This is now added with the help of MathJax.

MathJax uses an external Javascript file and as not to add unnecessary load the support for math is only enabled if the 'math' param is set to true.

* MathJax support

There was no support for displaying math written in Latex. This is now added with the help of MathJax.

MathJax uses an external Javascript file and as not to add unnecessary load the support for math is only enabled if the 'math' param is set to true.

* Auto stash before merge of "math" and "origin/math"

* Delete unnecessary option

* Actually enable math for demo page

* Have demo page be consistent
2 files modified
32 ■■■■■ changed files
exampleSite/content/posts/theme-demo.md 7 ●●●●● diff | view | raw | blame | history
layouts/partials/post.html 25 ●●●●● diff | view | raw | blame | history