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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaform <shaform@gmail.com>2018-07-18 09:38:07 +0300
committerShaform <shaform@gmail.com>2018-07-18 09:38:07 +0300
commitad45a6295fada2443f8de7fc534a3ba5be22595d (patch)
tree359cf7a4e8884d095dd7ef9dc12b884554deff24
parent688420336bf842f7a4e12263f8edc94ed7861dfd (diff)
remove params.uglyURLs
-rw-r--r--dev-config.toml1
-rw-r--r--exampleSite/config.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/dev-config.toml b/dev-config.toml
index d6b4961..76a5e85 100644
--- a/dev-config.toml
+++ b/dev-config.toml
@@ -108,7 +108,6 @@ defaultContentLanguage = "en" # Default language to use (if you setup multiling
[params]
debug = false # If true, load `eruda.min.js`. See https://github.com/liriliri/eruda
- # uglyURLs = true # You must set true after use uglyURLs in site (above). because $.Site.UglyURLs can not import.
since = "2017" # Site creation time # 站点建立时间
homeFullContent = false # if false, show post summaries on home page. Othewise show full content.
rssFullContent = true # if false, Rss feed instead of the summary
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b89d9c5..8621214 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -59,7 +59,6 @@ defaultContentLanguage = "en" # Default language to use
[params]
debug = false # If true, load `eruda.min.js`. See https://github.com/liriliri/eruda
- # uglyURLs = true # You must set true after use uglyURLs in site (above). because $.Site.UglyURLs can not import.
since = "2017" # Site creation time # 站点建立时间
homeFullContent = false # if false, show post summaries on home page. Othewise show full content.
rssFullContent = true # if false, Rss feed instead of the summary