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

github.com/ribice/kiss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmir Ribić <ribice@gmail.com>2022-04-16 00:08:41 +0300
committerGitHub <noreply@github.com>2022-04-16 00:08:41 +0300
commit35dce884ad0cda3dc47aa5e2c4f5377ac3e3451c (patch)
treef72f5be9ccf859ef211697c72e3b802f3537220d /exampleSite
parent5bf5dd7112b3201cf45ff6cfad706395363a7d8e (diff)
parent403dab7c53a8cd7fb0ce1a5d71c9165452592030 (diff)
Merge pull request #111 from 6cdh/master
Added math equations and google fonts support
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5e01845..202a935 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -15,6 +15,7 @@ authorEmail = "ribice@gmail.com" # Author email
[params.assets]
customCSS = ["css/custom.css"]
+googleFonts = []
[params.info]
adsense = "" # Adsense ID (ID only, without ca-pub-)
@@ -27,6 +28,8 @@ taxonomiesCount = true # Add taxonomies count
[params.features]
disqusOnDemand = true # Load Disqus comments on click
+mathjax = false
+katex = false
[params.opengraph.facebook]