all repos — archive/hugo-xmin @ 85309648e9fd427561ceca4d14ce5d17f5b2e393

Customised minimal hugo theme

no longer need to configure MathJax due to https://github.com/yihui/hugo-lithium-theme/commit/2838faa426f9060dd98b0b7c3aa7a4106863cca5

Yihui Xie
commit

85309648e9fd427561ceca4d14ce5d17f5b2e393

parent

5e3ead4fe466c0c485a797a8ab5f5fece6753dcd

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

changed files
M exampleSite/content/about.mdexampleSite/content/about.md
@@ -56,14 +56,6 @@ There are two layout files under `layouts/partials/` that you may want to override: `head_custom.html` and `foot_custom.html`. This is how you inject arbitrary HTML code to the head and foot areas. For example, this site has a file `layouts/partials/foot_custom.html` to support LaTeX math via MathJax and center images automatically:
```html <script src="//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>