Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sadowy <email not available>2017-01-20 21:30:50 +0300
committerGreg Sadowy <email not available>2017-01-20 21:30:50 +0300
commit6af05b2d649f86afccf276b0e8a636ad78fab376 (patch)
tree7bf489a0baa6d2663cc7332257ca4613159da7f3 /exampleSite
parent5e3f13e738fa6d9f3244b1fd1a66403f64668170 (diff)
Added option to disable MathJax
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 17020b2..c299ded 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -24,6 +24,7 @@ theme = "hugo-icarus-theme"
copyright = "Powered by [Hugo](//gohugo.io). Theme by [PPOffice](http://github.com/ppoffice)."
avatar = "css/images/avatar.png"
logo = "css/images/logo.png"
+ mathjax = true # set to false to disable MathJax
# Format dates with Go's time formatting
date_format = "2006-01-02"