all repos — archive/hugo-xmin @ ec81eb1d4a8294349a26a9d54dbe7148cec3cdf2

Customised minimal hugo theme

add example site

Yihui Xie
commit

ec81eb1d4a8294349a26a9d54dbe7148cec3cdf2

parent

111767700619c5184943b1cb3dff3f7e195c2e85

1 file changed, 12 insertions(+), 0 deletions(-)

changed files
A exampleSite/layouts/partials/foot_custom.html
@@ -0,0 +1,12 @@
+<script src="https://yihui.name/js/math-code.js"></script> +<script type="text/x-mathjax-config"> +MathJax.Hub.Config({ + tex2jax: { + inlineMath: [['$','$'], ['\\(','\\)']], + processEscapes: true + } +}); +</script> +<script async src="//cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script> + +<script async src="https://yihui.name/js/center-img.js"></script>