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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 88bbda6..b8ced1f 100644
--- a/README.md
+++ b/README.md
@@ -66,13 +66,13 @@ theme = "hulga"
# copyright text on footer
copyright = "Copyright © 2020 wlh. All rights reserved."
- # enable katex rendering
+ # enable katex rendering on every post page
math = true
# enable postcss, mainly for css purge (129kB->20kB->4.8kB gzipped, but this makes build slower)
postcss = true
- # enable toc on post page
+ # enable toc on every post page
toc = true
# enable TOC auto collapse
@@ -87,6 +87,9 @@ theme = "hulga"
# enable PWA, prepare your icons and DON'T forget to modify manifest.json
pwa = true
+ # disable jsdelivr cdn, default false
+ noCDN = false
+
# to enable different hightlight themes in light/dark mode
[markup]
[markup.highlight]