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-19 07:35:37 +0300
committerGitHub <noreply@github.com>2020-03-19 07:35:37 +0300
commit774e831a210e44aeca9848eb0d636aae5af009dd (patch)
tree317e02755f373860127d0aa783f84d1b0f0c16da /exampleSite/config.toml
parent84d48f37dcf35e9f414445e1eed3489c674fe1af (diff)
feat(shortcode): refactor and improve image shortcode (#187)
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 151dce7..489a8c5 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -44,7 +44,7 @@ enableEmoji = true
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "posts"
- # you can add extra information before the name (HTML format is allowed), such as icons
+ # you can add extra information before the name (HTML format is supported), such as icons
pre = ""
name = "Posts"
url = "/posts/"
@@ -108,7 +108,7 @@ enableEmoji = true
typeit = true
# whether to show social links
social = true
- # disclaimer (HTML format is allowed)
+ # disclaimer (HTML format is supported)
disclaimer = ""
# Home Page Posts
[languages.en.params.home.posts]
@@ -342,7 +342,7 @@ enableEmoji = true
typeit = true
# 是否显示社交账号
social = true
- # 免责声明 (允许使用 HTML 格式)
+ # 免责声明 (支持 HTML 格式)
disclaimer = ""
# 主页文章列表
[languages.zh-cn.params.home.posts]
@@ -576,7 +576,7 @@ enableEmoji = true
typeit = true
# whether to show social links
social = true
- # disclaimer (HTML format is allowed)
+ # disclaimer (HTML format is supported)
disclaimer = ""
# Home Page Posts
[languages.fr.params.home.posts]
@@ -753,11 +753,11 @@ enableEmoji = true
# Site creation time
# 网站创立年份
since = 2019
- # ICP info only in China (HTML format is allowed)
- # ICP 备案信息,仅在中国使用 (允许使用 HTML 格式)
+ # ICP info only in China (HTML format is supported)
+ # ICP 备案信息,仅在中国使用 (支持 HTML 格式)
icp = ""
- # license info (HTML format is allowed)
- # 许可协议信息 (允许使用 HTML 格式)
+ # license info (HTML format is supported)
+ # 许可协议信息 (支持 HTML 格式)
license= '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
# Page config
# 文章页面配置