跳到主要内容

自定义配置信息

最后更新于:

自定义配置信息

配置twikoo及umami信息

(1)编辑hugo-teek-site\config\themes\hugo-teek\services.toml文件:

 1##twikoo
 2[comment]
 3  enabled = true  # 总开关:启用/禁用评论系统
 4  provider = "twikoo"  # 评论提供商:twikoo | waline | giscus 等
 5  envId = "https://twikoo.onedayxyy.cn/"  # Twikoo 服务器地址
 6  version = "1.6.41"   # Twikoo 版本
 7  hideAdmin = false    # 是否隐藏管理员标识
 8  
 9  
10  
11##umami
12  # Umami 网站分析
13  [analytics.umami]
14    enabled = true  # 总开关:启用/禁用 Umami 分析
15    url = "https://umami.onedayxyy.cn"
16    websiteId = "c3a6a581-2879-4de0-b58f-a93f7636322b"

(2)编辑hugo-teek-site\config\teek-plugins\menus.toml文件

1[[main]]
2  name = "📊 网站统计"
3  parent = "about"
4  url = "https://umami.onedayxyy.cn/share/sskRgHisMDrEaXCs/hugo-teek.onedayxyy.cn"
5  weight = 33.0
6  [main.params]
7    icon = "bar-chart"
8    external = true
9    target = "_blank"

配置博客名称

编辑hugo-teek-site\config\_default\hugo.toml文件:

1baseURL = "https://onedayxyy.cn"
2title = "One Blog 🎉"
3theme = "hugo-teek"

左上角/个人简介 昵称及头像

编辑hugo-teek-site\config\themes\hugo-teek\params.toml文件:

1[blogger]
2    avatar = "https://img.onedayxyy.cn/images/Teek/Teekwebsite/xyy-logo.avif?w=150&h=150&fit=crop&fm=webp&q=80"
3    backgroundImage = "https://img.xxdevops.cn/blog/wallpaper/bg14.avif"  # 博主卡片背景图(可选,留空则使用纯色背景)
4    circleBgImg = "https://img.xxdevops.cn/blog/avatar/yuwen_avatar.avif?w=300&h=300&fit=crop&fm=webp&q=80"
5    circleBgMask = false
6    name = "One"
7    shape = "circle-rotate"
8    slogan = "明心静性,爱自己"

配置打字机描述语

编辑hugo-teek-site\data\hero-subtitle.yaml文件:

1items:
2  - 初闻不知曲中意,再听已是曲中人
3  - 欲买桂花同载酒,终不似,少年游
4  - 明心静性,爱自己

友链和站点

xx

配置 重要通告

  • 编辑hugo-teek-site\data\announcement.yaml文件:
1title: "重要公告"
2subtitle: "全网最美博客Hugo-Teek🎉"
3description: "Hugo-Teek~一款简约、唯美、丝滑且强大的Hugo主题博客(知识库&博客二合一) ,正在持续迭代更新,欢迎交流学习!"
4link: "https://cnb.cool/yuwen-gueen/hugo-teeker-theme"
5linkText: "查看详情"
6external: true

配置公众号信息

编辑hugo-teek-site\config\themes\hugo-teek\params.toml文件:

 1
 2# ========================================
 3# 微信公众号 (WeChat Official Account)
 4# ========================================
 5[wechatOfficial]
 6    enabled = true  # 启用微信公众号卡片
 7    name = "One的公众号"  # 公众号名称
 8    description = "爱折腾博客的小白"  # 公众号描述
 9    qrcodeImage = "https://img.onedayxyy.cn/images/image-20230107215126971-1694437284994-2-1697348761222-2-1697407921191-2-1697636582091-2-1698965093137-2.avif"  # 二维码图片URL
10    qrcodeUrl = "https://img.onedayxyy.cn/images/image-20230107215126971-1694437284994-2-1697348761222-2-1697407921191-2-1697636582091-2-1698965093137-2.avif"  # 点击"扫码关注"按钮跳转的URL

编辑 博客 描述 Meta信息

编辑hugo-teek-site\config\teek-plugins\site.toml文件:

1
2  # 站点描述(用于 SEO 和 meta 标签)
3  description = "One 的技术博客,专注于Linux运维、容器编排、前端开发、编程语言等技术分享,记录技术成长之路"

配置首页文章数量

配置hugo-teek-site\config\themes\hugo-teek\params.toml文件:

1
2# ========================================
3# 首页分页配置 (Homepage Pagination)
4# ========================================
5# 性能优化:减少首屏文章数量,加快 FCP 和 LCP
6[homepage]
7    paginatePCSize = 39          # PC端每页显示数量(优化前: 27)
8    mobileInitialShow = 5        # 移动端初始显示数量(优化前: 5)
9    mobileLoadMoreStep = 10      # 移动端每次加载数量

修改壁纸

编辑hugo-teek-site\data\hero-backgrounds.json文件:

替换为自己的壁纸url:

原来内容:

 1{
 2  "images": [
 3    {
 4      "url": "https://img.xxdevops.cn/blog/wallpaper/bg01.avif"
 5    },
 6    {
 7      "url": "https://img.xxdevops.cn/blog/wallpaper/bg02.avif"
 8    },
 9    {
10      "url": "https://img.xxdevops.cn/blog/wallpaper/bg03.avif"
11    },
12    {
13      "url": "https://img.xxdevops.cn/blog/wallpaper/bg04.avif"
14    },
15    {
16      "url": "https://img.xxdevops.cn/blog/wallpaper/bg05.avif"
17    },
18    {
19      "url": "https://img.xxdevops.cn/blog/wallpaper/bg06.avif"
20    },
21    {
22      "url": "https://img.xxdevops.cn/blog/wallpaper/bg07.avif"
23    },
24    {
25      "url": "https://img.xxdevops.cn/blog/wallpaper/bg08.avif"
26    },
27    {
28      "url": "https://img.xxdevops.cn/blog/wallpaper/bg09.avif"
29    },
30    {
31      "url": "https://img.xxdevops.cn/blog/wallpaper/bg10.avif"
32    },
33    {
34      "url": "https://img.xxdevops.cn/blog/wallpaper/bg11.avif"
35    },
36    {
37      "url": "https://img.xxdevops.cn/blog/wallpaper/bg12.avif"
38    },
39    {
40      "url": "https://img.xxdevops.cn/blog/wallpaper/bg13.avif"
41    },
42    {
43      "url": "https://img.xxdevops.cn/blog/wallpaper/bg14.avif"
44    },
45    {
46      "url": "https://img.xxdevops.cn/blog/wallpaper/bg15.avif"
47    },
48    {
49      "url": "https://img.xxdevops.cn/blog/wallpaper/bg16.avif"
50    },
51    {
52      "url": "https://img.xxdevops.cn/blog/wallpaper/bg17.avif"
53    },
54    {
55      "url": "https://img.xxdevops.cn/blog/wallpaper/bg18.avif"
56    },
57    {
58      "url": "https://img.xxdevops.cn/blog/wallpaper/bg19.avif"
59    },
60    {
61      "url": "https://img.xxdevops.cn/blog/wallpaper/bg20.avif"
62    },
63    {
64      "url": "https://img.xxdevops.cn/blog/wallpaper/bg21.avif"
65    },
66    {
67      "url": "https://img.xxdevops.cn/blog/wallpaper/bg22.avif"
68    },
69    {
70      "url": "https://img.xxdevops.cn/blog/wallpaper/bg23.avif"
71    },
72    {
73      "url": "https://img.xxdevops.cn/blog/wallpaper/bg24.avif"
74    },
75    {
76      "url": "https://img.xxdevops.cn/blog/wallpaper/bg25.avif"
77    },
78    {
79      "url": "https://img.xxdevops.cn/blog/wallpaper/bg26.avif"
80    },
81    {
82      "url": "https://img.xxdevops.cn/blog/wallpaper/bg27.avif"
83    }
84  ]
85}

更新后内容:(全量壁纸)

 1
 2{
 3  "images": [
 4    {
 5      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/1.avif"
 6    },
 7    {
 8      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/2.avif"
 9    },
10    {
11      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/3.avif"
12    },
13    {
14      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/4.avif"
15    },
16    {
17      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/6.avif"
18    },
19    {
20      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/7.avif"
21    },
22    {
23      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/8.avif"
24    },
25    {
26      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/9.avif"
27    },
28    {
29      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/11.avif"
30    },
31    {
32      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/12.avif"
33    },
34    {
35      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/13.avif"
36    },
37    {
38      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/14.avif"
39    },
40    {
41      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/15.avif"
42    },
43    {
44      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/16.avif"
45    },
46    {
47      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/17.avif"
48    },
49    {
50      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/18.avif"
51    },
52    {
53      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/19.avif"
54    },
55    {
56      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/20.avif"
57    },
58    {
59      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/21.avif"
60    },
61    {
62      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/22.avif"
63    },
64    {
65      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/25.avif"
66    },
67    {
68      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/27.avif"
69    },
70    {
71      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/28.avif"
72    }
73  ]
74}

精选后壁纸:

 1
 2
 3{
 4  "images": [
 5    {
 6      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/1.avif"
 7    },
 8    {
 9      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/2.avif"
10    },
11    {
12      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/4.avif"
13    },
14    {
15      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/6.avif"
16    },
17    {
18      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/8.avif"
19    },
20    {
21      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/9.avif"
22    },
23    {
24      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/11.avif"
25    },
26    {
27      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/12.avif"
28    },
29    {
30      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/14.avif"
31    },
32    {
33      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/18.avif"
34    },
35    {
36      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/19.avif"
37    },
38    {
39      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/21.avif"
40    },
41    {
42      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/22.avif"
43    },
44    {
45      "url": "https://img.onedayxyy.cn/images/Teek/TeekBg/28.avif"
46    }
47  ]
48}

修改文章封面

  • 默认文章封面

编辑hugo-teek-site\data\coverImages.json文件:

 1
 2[
 3"https://img.xxdevops.cn/blog/wallpaper/bg01.avif", 
 4"https://img.xxdevops.cn/blog/wallpaper/bg02.avif", 
 5"https://img.xxdevops.cn/blog/wallpaper/bg03.avif", 
 6"https://img.xxdevops.cn/blog/wallpaper/bg04.avif", 
 7"https://img.xxdevops.cn/blog/wallpaper/bg05.avif", 
 8"https://img.xxdevops.cn/blog/wallpaper/bg06.avif", 
 9"https://img.xxdevops.cn/blog/wallpaper/bg07.avif", 
10"https://img.xxdevops.cn/blog/wallpaper/bg08.avif", 
11"https://img.xxdevops.cn/blog/wallpaper/bg09.avif", 
12"https://img.xxdevops.cn/blog/wallpaper/bg10.avif", 
13"https://img.xxdevops.cn/blog/wallpaper/bg11.avif", 
14"https://img.xxdevops.cn/blog/wallpaper/bg12.avif", 
15"https://img.xxdevops.cn/blog/wallpaper/bg13.avif", 
16"https://img.xxdevops.cn/blog/wallpaper/bg14.avif", 
17"https://img.xxdevops.cn/blog/wallpaper/bg15.avif", 
18"https://img.xxdevops.cn/blog/wallpaper/bg16.avif", 
19"https://img.xxdevops.cn/blog/wallpaper/bg17.avif", 
20"https://img.xxdevops.cn/blog/wallpaper/bg18.avif", 
21"https://img.xxdevops.cn/blog/wallpaper/bg19.avif", 
22"https://img.xxdevops.cn/blog/wallpaper/bg20.avif", 
23"https://img.xxdevops.cn/blog/wallpaper/bg21.avif", 
24"https://img.xxdevops.cn/blog/wallpaper/bg22.avif", 
25"https://img.xxdevops.cn/blog/wallpaper/bg23.avif", 
26"https://img.xxdevops.cn/blog/wallpaper/bg24.avif",
27"https://img.xxdevops.cn/blog/wallpaper/bg25.avif",
28"https://img.xxdevops.cn/blog/wallpaper/bg26.avif",
29"https://img.xxdevops.cn/blog/wallpaper/bg27.avif"
30]
  • 修改为自己文章封面信息
 1[
 2  "https://img.onedayxyy.cn/images/Teek/TeekCover/1.avif", 
 3  "https://img.onedayxyy.cn/images/Teek/TeekCover/2.avif", 
 4  "https://img.onedayxyy.cn/images/Teek/TeekCover/3.avif", 
 5  "https://img.onedayxyy.cn/images/Teek/TeekCover/4.avif", 
 6  "https://img.onedayxyy.cn/images/Teek/TeekCover/6.avif", 
 7  "https://img.onedayxyy.cn/images/Teek/TeekCover/7.avif", 
 8  "https://img.onedayxyy.cn/images/Teek/TeekCover/8.avif", 
 9  "https://img.onedayxyy.cn/images/Teek/TeekCover/9.avif", 
10  "https://img.onedayxyy.cn/images/Teek/TeekCover/10.avif", 
11  "https://img.onedayxyy.cn/images/Teek/TeekCover/11.avif", 
12  "https://img.onedayxyy.cn/images/Teek/TeekCover/13.avif", 
13  "https://img.onedayxyy.cn/images/Teek/TeekCover/16.avif",
14  "https://img.onedayxyy.cn/images/Teek/TeekCover/18.avif",
15  "https://img.onedayxyy.cn/images/Teek/TeekCover/20.avif",
16  "https://img.onedayxyy.cn/images/Teek/TeekCover/21.avif",
17  "https://img.onedayxyy.cn/images/Teek/TeekCover/22.avif"
18]

批量替换 余温 字段

余温Gueen替换为One 即可:

结束。

最新文章

文档导航