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-26 20:19:23 +0300
committerGitHub <noreply@github.com>2020-04-26 20:19:23 +0300
commitfc46fba6aa1a747d19c9d0b37b0a26e944cfbba3 (patch)
treebcee7d77e75a6ac81252999afb64b4f13100a725 /exampleSite/config.toml
parentf8b84de3f852bfa04e973592fa5af8c5f00d2383 (diff)
feat(style): improve style shortcode to support nesting (#263)
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml36
1 files changed, 18 insertions, 18 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 902d95b..1cd7788 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -98,12 +98,12 @@ enableEmoji = true
# App icon config
[languages.en.params.app]
# optional site title override for the app when added to an iOS home screen or Android launcher
- title = "LoveIt App"
+ title = "LoveIt"
# whether to omit favicon resource links
- noFavicon = true
+ noFavicon = false
# modern SVG favicon to use in place of older style .png and .ico files
- svgFavicon = 'favicon.svg'
- # Android browser color theming
+ svgFavicon = ""
+ # Android browser theme color
themeColor = "#ffffff"
# Safari mask icon color
iconColor = "#5bbad5"
@@ -284,19 +284,19 @@ enableEmoji = true
description = "关于 LoveIt 主题"
# 网站关键词
keywords = ["Theme", "Hugo"]
- # App icon config
+ # 应用图标配置
[languages.zh-cn.params.app]
- # optional site title override for the app when added to an iOS home screen or Android launcher
- title = "LoveIt App"
- # whether to omit favicon resource links
- noFavicon = true
- # modern SVG favicon to use in place of older style .png and .ico files
- svgFavicon = 'favicon.svg'
- # Android browser color theming
+ # 当添加到 iOS 主屏幕或者 Android 启动器时的标题, 覆盖默认标题
+ title = "LoveIt"
+ # 是否隐藏网站图标资源链接
+ noFavicon = false
+ # 更现代的 SVG 网站图标, 可替代旧的 .png 和 .ico 文件
+ svgFavicon = ""
+ # Android 浏览器主题色
themeColor = "#ffffff"
- # Safari mask icon color
+ # Safari 图标颜色
iconColor = "#5bbad5"
- # Windows v8-10 tile color
+ # Windows v8-10 磁贴颜色
tileColor = "#da532c"
# 搜索配置
[languages.zh-cn.params.search]
@@ -472,12 +472,12 @@ enableEmoji = true
# App icon config
[languages.fr.params.app]
# optional site title override for the app when added to an iOS home screen or Android launcher
- title = "LoveIt App"
+ title = "LoveIt"
# whether to omit favicon resource links
- noFavicon = true
+ noFavicon = false
# modern SVG favicon to use in place of older style .png and .ico files
- svgFavicon = 'favicon.svg'
- # Android browser color theming
+ svgFavicon = ""
+ # Android browser theme color
themeColor = "#ffffff"
# Safari mask icon color
iconColor = "#5bbad5"