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
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2021-01-24 22:56:32 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-01-24 22:56:32 +0300
commitf39774e9814c6e1ab830b570ea1d6eca1c014504 (patch)
treeee193f3e4c1c6567ed625d155ec3a63f436d57a5 /exampleSite/config
parent52d95d75745808de3f5f067948309ae5f9c53e22 (diff)
feat: add a more practical example course
Diffstat (limited to 'exampleSite/config')
-rw-r--r--exampleSite/config/_default/menus.toml2
-rw-r--r--exampleSite/config/_default/params.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config/_default/menus.toml b/exampleSite/config/_default/menus.toml
index 9351a287..e090a91f 100644
--- a/exampleSite/config/_default/menus.toml
+++ b/exampleSite/config/_default/menus.toml
@@ -5,7 +5,7 @@
[[main]]
name = "Demo"
- url = "#hero"
+ url = "#about"
weight = 10
[[main]]
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index f8ae574a..e5c0719d 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -56,8 +56,8 @@ description = ""
# Enable source code highlighting? true/false
# Documentation: https://wowchemy.com/docs/writing-markdown-latex/#highlighting-options
-highlight = false
-highlight_languages = ["r", "latex"] # Add support for highlighting additional languages
+highlight = true
+highlight_languages = ["r", "python", "latex"] # Add support for highlighting additional languages
# highlight_style = "github" # For supported styles, see https://cdnjs.com/libraries/highlight.js/
# Enable LaTeX math rendering? true/false