forked from iplaycode/webstack-hugo
-
Notifications
You must be signed in to change notification settings - Fork 12
/
hugo.toml
43 lines (34 loc) · 1.16 KB
/
hugo.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
baseURL = "http://example.org/"
languageCode = "zh-CN"
title = "网址导航"
theme = "hugo-webstack"
#true:允许大写字母url路径,false:将url路径转换成小写
disablePathToLower = true
#页脚:作者名字
copyright = "oulh"
#网站信息,不显示,仅供搜索引擎参考
[params]
keywords = "网址导航,webstack,hugo"
description = "Webstack Hugo版主题,网址导航"
#是否开启搜索栏,true开启,false关闭
[params.search]
enable = true
#设置默认模式,true暗色模式,false亮色模式
[params.darkmode]
enable = false
#主页菜单栏显示在线编辑按钮(编辑github文件,适用于自动化部署的情况)
[params.edit]
# true显示按钮,false不显示
enable = true
# github文件的远程链接,改成自己的
url = "https://github.com/oulh/nav/blob/main/data/webstack.yml"
#桌面端右上角code按钮
[params.github]
enable = true #true显示 false隐藏
url = "https://github.com/oulh/nav"
[permalinks]
404 = "/404.html"
#是否对本地搜索功能开启拼音匹配,true开启,false禁止。
#拼音库体积337k,支持首字母匹配
[params.pinyin]
enable = true