From 30049c6dcf4cb51dca31cac6abdcd48e4aa260c4 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Thu, 18 Jul 2019 00:59:32 +0100 Subject: theme: sync v4.4.0-dev - get fixes --- config/_default/params.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'config') 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) -- cgit v1.2.3