Support favicon color theming (#260)

This commit is contained in:
Dave A-W
2020-04-26 23:58:15 +08:00
committed by GitHub
parent c4741cfecb
commit f8b84de3f8
6 changed files with 112 additions and 10 deletions

View File

@@ -206,6 +206,21 @@ hugo
# {{< version 0.2.0 >}} 日期格式
dateFormat = "2006-01-02"
# {{< version 0.2.0 >}} App icon config
[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
themeColor = "#ffffff"
# Safari mask icon color
iconColor = "#5bbad5"
# Windows v8-10 tile color
tileColor = "#da532c"
# {{< version 0.2.0 >}} 搜索配置
[params.search]
enable = true