Skip to content

Commit

Permalink
调整静态资源链接地址
Browse files Browse the repository at this point in the history
  • Loading branch information
shenweiyan committed Mar 27, 2024
1 parent 015251b commit 5618210
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,34 @@ publishDir = "public"
author = "shenweiyan"
description = "WebStack-Hugo 网址导航主题 | Bio IT 爱好者"
upload = "https://www.yuque.com/forms/share/1a1fee15-f7a9-4ee6-9dd4-b0ba9fef1871"
about = "https://www.weiyan.cc/cookbook/%E5%BC%80%E5%8F%91%E8%BF%90%E7%BB%B4/%E9%9D%99%E6%80%81%E7%BD%91%E7%AB%99/2021-07-16-webstack-hugo/" # 左侧导航栏的"关于我们"页面(./about)
about = "https://weiyan.cc/discussions-10/" # 左侧导航栏的"关于我们"页面(./about)
repository = "https://github.com/shenweiyan/WebStack-Hugo"
enablePreLoad = true # 网站完全打开前预加载动画
textPreLoad = "BioIT 爱好者" # 预加载的动画文字, 只有当enablePreLoad=true时生效
expandSidebar = false # 默认展开左侧边导航栏
logosPath = "https://static.bioitee.com/webstack/logos" # 网站每个导航地址logo存放地址
defaultLogo = "https://static.bioitee.com/webstack/logos/default.webp" # logo图片资源不存在或者错误时, 默认显示的logo; 该参数如为空,将会一直加载对应的logo,直至成功
nightMode = false # 默认站点为深色(夜间)模式
yiyan = true # 默认启用一言服务
enablePreLoad = true # 网站完全打开前预加载动画
textPreLoad = "BioIT 爱好者" # 预加载的动画文字, 只有当enablePreLoad=true时生效
expandSidebar = false # 默认展开左侧边导航栏
logosPath = "https://res.bioit.top/logos" # 网站每个导航地址logo存放地址
defaultLogo = "https://res.bioit.top/logos/default.webp" # logo图片资源不存在或者错误时, 默认显示的logo; 该参数如为空,将会一直加载对应的logo,直至成功
nightMode = false # 默认站点为深色(夜间)模式
yiyan = true # 默认启用一言服务

[params.seo]
baiduhmid = 'a65c08a1c6ad31ab8162591e3c4b2fc1' # 百度统计 hm.src 的 ID
baiduSiteVer = 'codeva-cCAOSG8MBO' # 百度HTML标签验证(baidu-site-verification)
tj51laid = '' # 51.LA 网站统计
baiduhmid = 'a65c08a1c6ad31ab8162591e3c4b2fc1' # 百度统计 hm.src 的 ID
baiduSiteVer = 'codeva-cCAOSG8MBO' # 百度HTML标签验证(baidu-site-verification)
tj51laid = '' # 51.LA 网站统计
tj51lack = ''
GoogleAdsClient = 'ca-pub-9356811841483300'

[params.qweather]
key = "085791e805a24491b43b06cf58ab31e7"

[params.images]
favicon = "https://static.bioitee.com/webstack/sites/favicon.png"
searchImageL = "https://static.bioitee.com/webstack/banner/bg-dna.jpg" # 搜索部分浅色背景图
searchImageD = "https://static.bioitee.com/webstack/banner/bg-dna.jpg" # 搜索部分深色背景图
logoExpandLight = "https://static.bioitee.com/webstack/sites/bt8-expand-light.png"
logoExpandDark = "https://static.bioitee.com/webstack/sites/bt8-expand-dark.png"
logoCollapseLight = "https://static.bioitee.com/webstack/sites/bt.png"
logoCollapseDark = "https://static.bioitee.com/webstack/sites/bt.png"
favicon = "https://res.bioit.top/sites/favicon.png"
searchImageL = "https://res.bioit.top/banner/bg-dna.jpg" # 搜索部分浅色背景图
searchImageD = "https://res.bioit.top/banner/bg-dna.jpg" # 搜索部分深色背景图
logoExpandLight = "https://res.bioit.top/sites/bt8-expand-light.png"
logoExpandDark = "https://res.bioit.top/sites/bt8-expand-dark.png"
logoCollapseLight = "https://res.bioit.top/sites/bt.png"
logoCollapseDark = "https://res.bioit.top/sites/bt.png"

[markup.goldmark.renderer]
unsafe = true
Expand Down

0 comments on commit 5618210

Please sign in to comment.