aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
authorCreaink <455372644@qq.com>2019-03-31 15:21:17 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2019-03-31 15:21:17 +0800
commitf14d7b5f734fb8ffea6127c210d66edc72bddcc7 (patch)
treec504a6520ecf2904da044bba8805c263a8ed1b79 /exampleSite
parent4fe268549ac24eeac92143da27a05ecd0eb29ad0 (diff)
fix(uglyurls): uglyurls with tag and categories terms (#129)
Closes #89
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 4ebad8b..f58fdcd 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -109,6 +109,8 @@ copyright = "" # default: author.name ↓ # 默认为下面配
customCSS = []
customJS = []
+ uglyURLs = false # please keep same with uglyurls setting
+
[params.publicCDN] # load these files from public cdn # 启用公共CDN,需自行定义
enable = true
jquery = '<script src="https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>'