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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Chucheng <me@wangchucheng.com>2022-03-31 20:06:08 +0300
committerWANG Chucheng <me@wangchucheng.com>2022-03-31 20:06:08 +0300
commit04c91ff7eb3aed8b98715aa2435ba104182d1b2d (patch)
tree990c7e783b381174335516d3d173a7977bafb2c9 /exampleSite
parent54009e0f91ea38f8d566636fc7b7488dd762a1e9 (diff)
fix: fail to get default style
Closes #176
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/params.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config/_default/params.yaml b/exampleSite/config/_default/params.yaml
index b3a9c70..d278263 100644
--- a/exampleSite/config/_default/params.yaml
+++ b/exampleSite/config/_default/params.yaml
@@ -25,11 +25,11 @@ highlight:
highlightjs:
# highlight.js doesn't bundle every language. So please specify additional languages you want here.
- # See https://github.com/highlightjs/cdn-release/tree/master/build/languages for available languages.
+ # See https://github.com/highlightjs/cdn-release/tree/main/build/languages for available languages.
languages:
- dart
- # See https://github.com/highlightjs/cdn-release/tree/master/build/styles for available styles.
- style: solarized-light
+ # See https://github.com/highlightjs/cdn-release/tree/main/build/styles for available styles.
+ style: base16/solarized-light
math:
handler: katex