-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.toml
72 lines (59 loc) · 2.09 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
baseURL = "https://ws.0000cd.com/" #你的网址,以斜杠 / 结尾
languageCode = "zh-CN"
title = "狼牌网址导航 - 狼集 Wolf Set" #网站名称
theme = "bluf"
[params]
pagename = "狼集 Wolf Set" #首页标题
description = " 狼集 Wolf Set, 源自“狼牌工作网址导航”,集设计、Markdown、软件、安全、办公必备网址于一体,All in One 最佳选择。" #SEO,你的网站描述
keywords = [
"狼集",
"Wolf Set",
"狼牌",
"狼牌工作网址导航",
"网址大全",
"网址之家",
"网址导航",
"设计工具",
"Markdown资源",
"办公软件",
"安全工具",
"All in One"
] #SEO,网站关键词
author = "0000CD.COM & 逊狼" #SEO,网站作者
alias ="狼牌网址导航" #SEO,可删除
license="CC BY-NC 4.0" #网站授权信息,https://chooser-beta.creativecommons.org/
enableUmami = true #umami 统计相关,没有请 false,https://umami.is/
UmamiLink = "https://eu.umami.is/script.js"
UmamiID = "02cc419c-d758-4a4f-a9bd-1e442b1f8435"
lightColor = "#0000cd" # 浅色强调色,推荐较深
darkColor = "#fafafa" # 深色强调色,推荐较浅
gallery = true #启用画廊模式
greetings = [
"你好朋友,你好世界 🎉",
"嗷~ 记得早点休息 🌛",
"互联网第一条消息是 LO 💡",
"互联网重量或是一颗草莓 💡",
"互联网第一个表情是:-) 💡",
"Ctrl+F 搜索本站 🔎",
"Ctrl+D 收藏本站 ⭐",
"点击【标签】,筛选内容 🔖",
"点击 ●,切换深浅配色 🐼",
] #访客随机问候,为空不启用
mobileGreetings = [
"推荐电脑访问,体验更佳 💻",
] #移动端访客随机问候,为空使用 greetings
confettiEmojis = [ '🥟', '🍜', '🍊', '🧧', '🧨', '🏮', '🎉', '🐺' ] # 清除筛选时撒花,为空不启用
[sitemap]
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[outputs]
home = ["HTML", "RSS"]
[outputFormats.RSS]
mediatype = "application/rss+xml"
baseName = "feed"
[markup]
[markup.highlight]
style = "gruvbox"
[minify]
minifyOutput = true