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:
authorwlh <wanglinghao18z@ict.ac.cn>2020-11-25 16:33:12 +0300
committerwlh <wanglinghao18z@ict.ac.cn>2020-11-25 16:33:12 +0300
commitc414042c405993903f5bd5fb990bf727b4df39aa (patch)
tree17bca2b4ca149ada937552e1e0f2e54fabf4f58d /README.md
parent111b9d34e6a5fd6da3a0365bc579d90c9923e5f6 (diff)
add highlight margin-bottom and move js to cdn
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]