-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhugo.toml
More file actions
125 lines (103 loc) · 3.31 KB
/
Copy pathhugo.toml
File metadata and controls
125 lines (103 loc) · 3.31 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
baseURL = 'https://findsofun.com/'
defaultContentLanguage = 'zh-cn'
defaultContentLanguageInSubdir = false
theme =["hugo-shares-themes","notion-site-theme"]
pagination.pagerSize = 9
summaryLength = 20
[languages]
[languages.zh-cn]
languageCode = 'zh-CN'
languageName = '中文'
title = "FindSoFun - 发现有趣工具"
weight = 1
[languages.en]
languageCode = 'en-US'
languageName = 'English'
title = "FindSoFun - Discover Cool Tools"
weight = 2
[languages.zh-cn.params]
description = "专业的AI工具推荐和前端组件库分享平台。发现最新的AI工具、开发工具、设计资源,提升工作效率。每日更新,精选优质内容。"
mainSections = 'posts'
welcomeMessage = "欢迎来到FindSoFun,发现有趣的工具!"
defaultImage = "/images/default-social.png"
keywords = ["AI工具", "前端组件库", "开发工具", "设计资源", "效率工具", "技术分享"]
[languages.zh-cn.params.author]
name = 'nonacosa'
bio = 'I love exploring tech and sharing fun things I discover!'
avatar = '/images/avatar.jpeg'
projectGithub = 'https://www.github.com/nonacosa/notion-site'
github = 'https://www.github.com/nonacosa/'
linkedin = 'https://www.linkedin.com/in/jacob-a-horton/'
x = 'https://x.com/sis_nonacosa/'
[languages.en.params]
description = "Professional AI tools and frontend library sharing platform. Discover the latest AI tools, development tools, design resources to improve work efficiency. Daily updates with curated quality content."
mainSections = 'posts'
welcomeMessage = "Welcome to FindSoFun, discover interesting tools!"
defaultImage = "/images/default-social.png"
keywords = ["AI Tools", "Frontend Libraries", "Development Tools", "Design Resources", "Productivity Tools", "Tech Sharing"]
[languages.en.params.author]
name = 'nonacosa'
bio = 'I love exploring tech and sharing fun things I discover!'
avatar = '/images/avatar.jpeg'
projectGithub = 'https://www.github.com/nonacosa/notion-site'
github = 'https://www.github.com/nonacosa/'
linkedin = 'https://www.linkedin.com/in/jacob-a-horton/'
x = 'https://x.com/sis_nonacosa/'
[languages.zh-cn.menu]
[[languages.zh-cn.menu.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[languages.zh-cn.menu.main]]
name = 'About'
pageRef = '/about'
weight = 15
[[languages.zh-cn.menu.main]]
name = 'Tags'
pageRef = '/tags'
weight = 20
[languages.en.menu]
[[languages.en.menu.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[languages.en.menu.main]]
name = 'About'
pageRef = '/about'
weight = 15
[[languages.en.menu.main]]
name = 'Tags'
pageRef = '/tags'
weight = 20
[module]
[module.hugoVersion]
extended = false
min = "0.116.0"
[module.mounts] # Directing the static folder to assets.
source = 'assets'
target = 'static'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
tag = "tags"
category = "categories"
[frontmatter]
preserveTaxonomyNames = false # 允许 Hugo 自动 slugify 中文 tag
[permalinks]
posts = "/:slug/"
tags = "/tags/:slug/"
# SEO 优化配置
[sitemap]
changefreq = "daily"
filename = "sitemap.xml"
priority = 0.5
[params.seo]
# Google 验证码(需要添加你的验证码)
googleSiteVerification = ""
# Bing 验证码(需要添加你的验证码)
bingSiteVerification = ""
# Google Analytics 配置(如果有的话)
[params]
googleAnalytics = ""