mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-25 07:48:54 +00:00
✨ Feat: add 360 and sougou seo support
This commit is contained in:
@@ -691,13 +691,15 @@ Please open the code block below to view the complete sample configuration :(far
|
||||
# Site creation time e.g. '2019-02-03T19:30:34+08:00'
|
||||
siteTime = ''
|
||||
|
||||
# Site verification code config for Google/Bing/Yandex/Pinterest/Baidu
|
||||
# Site verification code config for Google/Bing/Yandex/Pinterest/Baidu/360/Sogou
|
||||
[params.verification]
|
||||
google = ""
|
||||
bing = ""
|
||||
yandex = ""
|
||||
pinterest = ""
|
||||
baidu = ""
|
||||
so = ""
|
||||
sogou = ""
|
||||
|
||||
# {{< version 0.2.10 >}} Site SEO config
|
||||
[params.seo]
|
||||
|
||||
@@ -702,13 +702,15 @@ hugo
|
||||
# 网站创立时间 例:'2019-02-03T19:30:34+08:00'
|
||||
siteTime = ''
|
||||
|
||||
# 网站验证代码,用于 Google/Bing/Yandex/Pinterest/Baidu
|
||||
# 网站验证代码,用于 Google/Bing/Yandex/Pinterest/Baidu/360/Sogou
|
||||
[params.verification]
|
||||
google = ""
|
||||
bing = ""
|
||||
yandex = ""
|
||||
pinterest = ""
|
||||
baidu = ""
|
||||
so = ""
|
||||
sogou = ""
|
||||
|
||||
# {{< version 0.2.10 >}} 网站 SEO 配置
|
||||
[params.seo]
|
||||
|
||||
Reference in New Issue
Block a user