forked from shenweiyan/Bioit-top
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
47 lines (41 loc) · 2.81 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
baseURL = "https://rock.minlogs.com"
languageCode = "zh-CN"
title = "Rock的个人主页"
theme = "WebStack-Hugo"
preserveTaxonomyNames = true
disablePathToLower = true
hasCJKLanguage = true
publishDir = "public"
[params]
author = "RockYou"
description = "Rock的个人主页"
upload = "https://www.yuque.com/forms/share/1a1fee15-f7a9-4ee6-9dd4-b0ba9fef1871"
about = "https://weiyan.cc/discussions-10/" # 左侧导航栏的"关于我们"页面(./about)
repository = "https://github.com/rock-you/home"
enablePreLoad = true # 网站完全打开前预加载动画
textPreLoad = "Rock's Home" # 预加载的动画文字, 只有当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 网站统计
tj51lack = ''
GoogleAdsClient = 'ca-pub-9356811841483300'
[params.qweather]
key = "085791e805a24491b43b06cf58ab31e7"
[params.images]
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
[params.footer]
copyright = '本站内容源自互联网,如有内容侵犯了你的权益,请联系删除相关内容,联系邮箱:<a href="mailto:rock.youxw@gmail.com?subject=个人导航网站侵权意见反馈" target="_blank">rock.youxw@gmail.com</a> <br/>© 2021 - {year} By [WebStack-Hugo](https://github.com/shenweiyan/WebStack-Hugo) | [Bio IT 爱好者](https://www.bioitee.com/) <br/>Powered by [Netlify](https://app.netlify.com/)'