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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-04-16 18:51:05 +0300
committerGitHub <noreply@github.com>2020-04-16 18:51:05 +0300
commitbc97c099ac2b53bfb9c9a34d21e8cd7ba9f73d20 (patch)
tree966064575ce31dff07ecccd3d25d580570880319 /exampleSite/config.toml
parent6112b510bfc0d6b0638d45c7541aac4c9ae5d9d2 (diff)
feat(lib): add normalize.css lib (#235)
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d85f048..ee68321 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -874,6 +874,8 @@ enableEmoji = true
# CSS and JS Files CDN
# CSS 和 JS 文件的 CDN 设置
[params.cdn]
+ # normalize.css@8.0.1 https://github.com/necolas/normalize.css
+ normalizeCSS = ''
# fontawesome-free@5.12.1 https://fontawesome.com/
fontawesomeFreeCSS = ''
# animate.css@3.7.2 https://github.com/daneden/animate.css
@@ -890,7 +892,7 @@ enableEmoji = true
sharerJS = ''
# lazysizes@5.2.0 https://github.com/aFarkas/lazysizes
lazysizesJS = ''
- # lightgallery@1.1.3 lg-thumbnail@1.1.0 lg-zoom@1.1.0 https://github.com/sachinchoolur/lightgallery.js
+ # lightgallery.js@1.1.3 lg-thumbnail@1.1.0 lg-zoom@1.1.0 https://github.com/sachinchoolur/lightgallery.js
lightgalleryCSS = ''
lightgalleryJS = ''
lightgalleryThumbnailJS = ''