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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2019-07-18 02:59:32 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2019-07-18 02:59:32 +0300
commit30049c6dcf4cb51dca31cac6abdcd48e4aa260c4 (patch)
tree1c630c3f67e3afca2a9629ea93d6a250dfb76c1c /config
parent0960cefcc54b03c45fb716ca33d4b55c052272e0 (diff)
theme: sync v4.4.0-dev - get fixes
Diffstat (limited to 'config')
-rw-r--r--config/_default/params.toml12
1 files changed, 8 insertions, 4 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 8e63e789..4ea77123 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -24,16 +24,20 @@ twitter = ""
# To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "".
logo = ""
-# Enable global source code highlighting? true/false
+# Enable source code highlighting? true/false
# Documentation: https://sourcethemes.com/academic/docs/writing-markdown-latex/#highlighting-options
highlight = true
-# highlight_languages = ["r"] # Add support for highlighting additional languages
+highlight_languages = ["r"] # Add support for highlighting additional languages
# highlight_style = "github" # For supported styles, see https://cdnjs.com/libraries/highlight.js/
-# Enable global LaTeX math rendering?
-# If false, you can enable it locally on a per page basis.
+# Enable LaTeX math rendering? true/false
+# If false, you can enable math on a per page basis as needed.
math = false
+# Enable diagram rendering? true/false
+# If false, you can enable diagrams on a per page basis as needed.
+diagram = false
+
# Privacy pack
# Show a cookie consent message to visitors
# Anonymize IP in Google Analytics (if enabled)