-
Notifications
You must be signed in to change notification settings - Fork 137
Expand file tree
/
Copy pathconfig.toml
More file actions
49 lines (42 loc) · 2.72 KB
/
config.toml
File metadata and controls
49 lines (42 loc) · 2.72 KB
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
49
baseURL = "https://shenweiyan.github.io/WebStack-Demo"
languageCode = "zh-CN"
title = "WebStack-Hugo 网址导航"
theme = "WebStack-Hugo"
preserveTaxonomyNames = true
disablePathToLower = true
hasCJKLanguage = true
publishDir = "public" # 站点静态文件保存目录
[params]
author = "shenweiyan"
description = "Webstack-Hugo 网址导航 | Hugo 主题 BY Bio IT 爱好者"
upload = "" # 左侧导航栏的"网站提交"
about = "https://github.com/shenweiyan/Knowledge-Garden/discussions/10" # 左侧导航栏的"关于导航"页面(./about)
repository = "https://github.com/shenweiyan/WebStack-Demo"
enablePreLoad = true # 网站完全打开前预加载动画
textPreLoad = "Hugo 网址导航主题" # 预加载的动画文字, 只有当enablePreLoad=true时生效
expandSidebar = false # 默认展开左侧边导航栏
logosPath = "assets/images/logos" # 网站每个导航地址logo存放地址
defaultLogo = "assets/images/logos/default.webp" # logo图片资源不存在或者错误时, 默认显示的logo; 该参数如为空,将会一直加载对应的logo,直至成功
nightMode = false # 默认站点为深色(夜间)模式
yiyan = true # 默认启用一言服务
fancybox = true # 使用 Fancybox 实现图片灯箱/放大功能
[params.seo]
baiduhmid = 'efccc04cb44fc49faddac5676190b369' # 百度统计 hm.src 的 ID
baiduSiteVer = 'codeva-cCAOSG8MBO' # 百度HTML标签验证(baidu-site-verification)
tj51laid = '' # 51.LA 网站统计
tj51lack = ''
GoogleAdsClient = '' # Google AdSense
[params.qweather]
key = "085791e805a24491b43b06cf58ab31e7"
[params.images]
favicon = "assets/images/bi-favicon.png"
searchImageL = "assets/images/bg-dna.jpg" # 搜索部分浅色背景图
searchImageD = "assets/images/bg-dna.jpg" # 搜索部分深色背景图
logoExpandLight = "assets/images/bi-expand-dark.png"
logoExpandDark = "assets/images/bi-expand-light.png"
logoCollapseLight = "assets/images/bi.png"
logoCollapseDark = "assets/images/bi.png"
[markup.goldmark.renderer]
unsafe = true
[params.footer]
copyright = '本站内容源自互联网,如有内容侵犯了你的权益,请联系删除相关内容,联系邮箱:shen@weiyan.cc <br/>© 2021 - {year} By [WebStack-Hugo](https://github.com/shenweiyan/WebStack-Hugo) | [Bio IT 爱好者](https://www.bioitee.com/) | [粤ICP备16023717号](http://beian.miit.gov.cn/)<br/>'