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-03-09 15:25:55 +0300
committerDillon <dillonzq@outlook.com>2020-03-09 15:25:55 +0300
commit924692a07efd5fc430cefb3a1a2e3561570b9d33 (patch)
treed18915dc2e530450e1819ce7e604382cd9f44f23 /exampleSite
parentac08e0776e719377365d99a42b4fabbf657b9f18 (diff)
feat(assets): add SRI config for stylesheet and script
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml9
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.en.md3
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.fr.md3
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.zh-cn.md3
4 files changed, 15 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 669dc06..b104a7c 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -208,7 +208,7 @@ enableEmoji = true
# Disqus Comment Config (https://disqus.com/)
[languages.en.params.comment.disqus]
# Disqus shortname to use Disqus in posts
- shortname = "dillonzq"
+ shortname = ""
# Gittalk Comment Config (https://github.com/gitalk/gitalk)
[languages.en.params.comment.gitalk]
owner = ""
@@ -423,7 +423,7 @@ enableEmoji = true
# Disqus 评论系统设置 (https://disqus.com/)
[languages.zh-CN.params.comment.disqus]
# Disqus 的用户名,用来在文章中启用 Disqus 评论系统
- shortname = "dillonzq"
+ shortname = ""
# Gittalk 评论系统设置 (https://github.com/gitalk/gitalk)
[languages.zh-CN.params.comment.gitalk]
owner = ""
@@ -638,7 +638,7 @@ enableEmoji = true
# Disqus Comment Config (https://disqus.com/)
[languages.fr.params.comment.disqus]
# Disqus shortname to use Disqus in posts
- shortname = "dillonzq"
+ shortname = ""
# Gittalk Comment Config (https://github.com/gitalk/gitalk)
[languages.fr.params.comment.gitalk]
owner = ""
@@ -674,6 +674,9 @@ enableEmoji = true
# public git repo url only then enableGitInfo is true
# 公共 git 仓库路径,仅在 enableGitInfo 设为 true 时有效
gitRepo = "https://github.com/dillonzq/LoveIt"
+ # which hash function used for SRI, when empty, no SRI is used ("sha256", "sha384", "sha512", "md5")
+ # 哪种哈希函数用来 SRI, 为空时表示不使用 SRI ("sha256", "sha384", "sha512", "md5")
+ fingerprint = ""
# Header info
# 页面头部导航栏信息
[params.header]
diff --git a/exampleSite/content/posts/theme-documentation-basics.en.md b/exampleSite/content/posts/theme-documentation-basics.en.md
index 53f8fcd..14b2b16 100644
--- a/exampleSite/content/posts/theme-documentation-basics.en.md
+++ b/exampleSite/content/posts/theme-documentation-basics.en.md
@@ -193,6 +193,9 @@ Note that some of these parameters are explained in details in other sections of
defaultTheme = "auto"
# public git repo url only then enableGitInfo is true
gitRepo = ""
+ # LoveIt :(fas fa-greater-than-equal): :(far fa-file-archive): v0.1.1
+ # which hash function used for SRI, when empty, no SRI is used ("sha256", "sha384", "sha512", "md5")
+ fingerprint = ""
# Header info
[params.header]
# desktop header mode ("fixed", "normal", "auto")
diff --git a/exampleSite/content/posts/theme-documentation-basics.fr.md b/exampleSite/content/posts/theme-documentation-basics.fr.md
index 30b4769..90e3975 100644
--- a/exampleSite/content/posts/theme-documentation-basics.fr.md
+++ b/exampleSite/content/posts/theme-documentation-basics.fr.md
@@ -198,6 +198,9 @@ Note that some of these parameters are explained in details in other sections of
defaultTheme = "auto"
# public git repo url only then enableGitInfo is true
gitRepo = ""
+ # LoveIt :(fas fa-greater-than-equal): :(far fa-file-archive): v0.1.1
+ # which hash function used for SRI, when empty, no SRI is used ("sha256", "sha384", "sha512", "md5")
+ fingerprint = ""
# Header info
[params.header]
# desktop header mode ("fixed", "normal", "auto")
diff --git a/exampleSite/content/posts/theme-documentation-basics.zh-cn.md b/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
index 46bf181..07cd0e7 100644
--- a/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
+++ b/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
@@ -193,6 +193,9 @@ hugo
defaultTheme = "auto"
# 公共 git 仓库路径,仅在 enableGitInfo 设为 true 时有效
gitRepo = ""
+ # LoveIt :(fas fa-greater-than-equal): :(far fa-file-archive): v0.1.1
+ # 哪种哈希函数用来 SRI, 为空时表示不使用 SRI ("sha256", "sha384", "sha512", "md5")
+ fingerprint = ""
# 页面头部导航栏信息
[params.header]
# 桌面端导航栏模式 ("fixed", "normal", "auto")