-
Notifications
You must be signed in to change notification settings - Fork 116
/
config.toml
48 lines (42 loc) · 3.21 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
baseURL = "https://bioit.top"
languageCode = "zh-CN"
title = "WebStack-Hugo 网址导航"
theme = "WebStack-Hugo"
preserveTaxonomyNames = true
disablePathToLower = true
hasCJKLanguage = true
publishDir = "public"
[params]
author = "shenweiyan"
description = "WebStack-Hugo 网址导航主题 | Bio IT 爱好者"
upload = "./upload/"
about = "./about/" # 左侧导航栏的"关于我们"页面(./about)
repository = "https://github.com/shenweiyan/WebStack-Hugo"
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 # 默认启用一言服务
fancybox = true # 使用 Fancybox 实现图片灯箱/放大功能
[params.seo]
baiduhmid = '' # 百度统计 hm.src 的 ID
baiduSiteVer = '' # 百度HTML标签验证(baidu-site-verification)
tj51laid = '3JHwtbgyvMReDNFU' # 51.LA 网站统计
tj51lack = '3JHwtbgyvMReDNFU'
GoogleAdsClient = ''
[params.qweather]
key = "085791e805a24491b43b06cf58ab31e7"
[params.images]
favicon = "https://res.bioit.top/sites/bi-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/bioit-expand-dark.png"
logoExpandDark = "https://res.bioit.top/sites/bioit-expand-light.png"
logoCollapseLight = "https://res.bioit.top/sites/bi.png"
logoCollapseDark = "https://res.bioit.top/sites/bi.png"
[markup.goldmark.renderer]
unsafe = true
[params.footer]
copyright = '© 2021 - {year} By [WebStack-Hugo](https://github.com/shenweiyan/WebStack-Hugo) | [Bio IT 爱好者](https://www.bioitee.com/) | [粤ICP备16023717号](http://beian.miit.gov.cn/) | [Netlify](https://app.netlify.com/) <br/>本站内容源自互联网,如有内容侵犯了你的权益,请联系删除相关内容,联系邮箱:<a href="mailto:shen@weiyan.cc?subject=WebStack-Hugo网址导航意见反馈" target="_blank">shen@weiyan.cc</a> <br/><script id="LA-DATA-WIDGET" crossorigin="anonymous" charset="UTF-8" src="https://v6-widget.51.la/v6/3JHwtbgyvMReDNFU/quote.js?theme=#1690FF,#282A2D,#282A2D,#E87371,#FFFFFF,#1690FF,12&f=12&display=1,0,1,1,1,1,1,1"></script>'