From 27557096fa4e984c60730149a8c01802e7afefcb Mon Sep 17 00:00:00 2001 From: bisnsh Date: Tue, 26 Aug 2025 09:09:07 +0800 Subject: [PATCH] update covers --- _config.butterfly.yml | 2 +- source/_posts/2025.08/add-ai-summary.md | 1 + source/_posts/2025.08/add-calendar-side.md | 1 + source/_posts/2025.08/add-cms-system.md | 14 +++++++------- source/_posts/2025.08/add-own-app-to-1panel.md | 1 + .../2025.08/add-welcome-message-in-sidebar.md | 1 + source/_posts/2025.08/c-first-in-first.md | 1 + 7 files changed, 13 insertions(+), 8 deletions(-) diff --git a/_config.butterfly.yml b/_config.butterfly.yml index 2053ce0..7ca3e88 100644 --- a/_config.butterfly.yml +++ b/_config.butterfly.yml @@ -178,7 +178,7 @@ subtitle: # 5: Info displayed on the cover # 6: Masonry layout - Cover on top, info on the bottom # 7: Masonry layout - Info displayed on the cover -index_layout: 3 +index_layout: 6 # Display the article introduction on homepage # 1: description diff --git a/source/_posts/2025.08/add-ai-summary.md b/source/_posts/2025.08/add-ai-summary.md index 3750285..dcc5efe 100644 --- a/source/_posts/2025.08/add-ai-summary.md +++ b/source/_posts/2025.08/add-ai-summary.md @@ -3,6 +3,7 @@ title: 博客添加AI总结 categories: 建站手札 series: webcustom tags: 网站 +cover: https://pic.biss.click/i/2025/08/26/653402.webp abbrlink: 41b9aff7 summary: >- 这篇文章介绍了如何在Hexo博客中添加AI摘要功能,作者寻找并尝试了多个AI摘要插件后,最终选择了hexo-ai-summary-liushen插件。安装过程中,作者详细说明了如何安装额外依赖,并在Hexo配置文件中添加了相关配置。文章还提供了关于内容清洗、摘要字段设置、日志等级、API接口配置、插件适配等方面的详细说明和配置示例。此外,作者还介绍了如何将AI摘要集成到Hexo主题中,并提供了相关的CSS样式和JavaScript动效代码,以实现更加逼真的摘要效果。最后,作者提醒用户在运行插件前注意备份,并介绍了如何处理可能出现的缓存问题。 diff --git a/source/_posts/2025.08/add-calendar-side.md b/source/_posts/2025.08/add-calendar-side.md index b975064..0152bb5 100644 --- a/source/_posts/2025.08/add-calendar-side.md +++ b/source/_posts/2025.08/add-calendar-side.md @@ -1,6 +1,7 @@ --- title: 在侧边栏添加日历和倒计时 categories: 建站手札 +cover: https://pic.biss.click/i/2025/08/26/406695.webp tags: 网站 series: webcustom summary: 实现了一个侧边栏日历与倒计时卡片,包含以下核心功能:日历展示:显示当前日期(公历与农历)、星期、生肖、干支年份。动态生成当月日历网格,高亮当天日期。倒计时模块:距离除夕倒计时:实时计算并显示剩余天数(示例中为2026年2月16日)。进度条:分别展示本年、本月、本周的已过去进度(百分比)及剩余天数。农历支持:调用 chinese-lunar.js 库将公历转换为农历,格式化显示为“干支年+生肖年+农历月+农历日”。 diff --git a/source/_posts/2025.08/add-cms-system.md b/source/_posts/2025.08/add-cms-system.md index 4e67d4c..1376b03 100644 --- a/source/_posts/2025.08/add-cms-system.md +++ b/source/_posts/2025.08/add-cms-system.md @@ -1,22 +1,22 @@ --- filename: add-cms-system title: 为博客添加CMS系统 -date: 2025-08-25 22:03:00 -updated: 2025-08-26 08:01:00 -cover: https://pic.biss.click/i/2025/08/25/343482.webp +cover: 'https://pic.biss.click/i/2025/08/25/343482.webp' tags: 网站 categories: 建站手札 -abbrlink: '' -summary: '' +abbrlink: 3a26a97a +summary: '为博客添加CMS系统' toc: true comments: true +date: 2025-08-25 22:03:00 +updated: 2025-08-26 08:01:00 --- # 序言 因为喜欢wordpress之类动态博客的在线编辑功能,但是又不想抛弃hexo,特别是这个花里胡哨的模板,所以想着给博客添加一个cms系统,在搜索一番后发现这种CMS系统叫无头CMS,然后找到一个很好的系统:sveltia-cms -{% sveltia-cms,sveltia,https://github.com/sveltia/sveltia-cms %} +{% link sveltia-cms,sveltia,https://github.com/sveltia/sveltia-cms %} # 安装 @@ -192,7 +192,7 @@ collections: ## 创建auth系统、授权 -{% Sveltia CMS Authenticator,Sveltia CMS Authenticator,https://github.com/sveltia/sveltia-cms-auth%} +{% link Sveltia CMS Authenticator,Sveltia CMS Authenticator,https://github.com/sveltia/sveltia-cms-auth %} 比较简单,直接Cloudflare一键部署就可以 然后要在github新建一个oauth应用,就不写了,可以自己查找。 然后在cloudflare新建环境变量: diff --git a/source/_posts/2025.08/add-own-app-to-1panel.md b/source/_posts/2025.08/add-own-app-to-1panel.md index b8e25da..1c205af 100644 --- a/source/_posts/2025.08/add-own-app-to-1panel.md +++ b/source/_posts/2025.08/add-own-app-to-1panel.md @@ -2,6 +2,7 @@ title: 为1Panel添加自己想要的应用 categories: 技术 tags: 1panel +cover: https://pic.biss.click/i/2025/08/26/783915.webp abbrlink: bb18d851 summary: 为1Panel添加自己想要的应用 date: 2025-08-19 10:43:16 diff --git a/source/_posts/2025.08/add-welcome-message-in-sidebar.md b/source/_posts/2025.08/add-welcome-message-in-sidebar.md index d67ea98..39acbc5 100644 --- a/source/_posts/2025.08/add-welcome-message-in-sidebar.md +++ b/source/_posts/2025.08/add-welcome-message-in-sidebar.md @@ -3,6 +3,7 @@ title: 在侧边栏中添加欢迎信息 abbrlink: da17d00 categories: 建站手札 tags: 网站 +cover: https://pic.biss.click/i/2025/08/26/739066.webp series: webcustom date: 2025-08-10 19:30:40 summary: 添加侧边栏的欢迎信息 diff --git a/source/_posts/2025.08/c-first-in-first.md b/source/_posts/2025.08/c-first-in-first.md index 3dbdf34..389240e 100644 --- a/source/_posts/2025.08/c-first-in-first.md +++ b/source/_posts/2025.08/c-first-in-first.md @@ -4,6 +4,7 @@ categories: 学习 tags: C# series: C# abbrlink: bc56f789 +cover: https://pic.biss.click/i/2025/08/26/208653.webp summary: 这篇文章指导初学者在Windows上安装C#开发环境:先下载Visual Studio社区版安装器并勾选“.NET桌面开发”工作负载,可自定义安装路径;随后通过HelloWorld演示C#基础结构,包含命名空间、类、Main入口及Console输出,帮助读者完成首个程序并熟悉默认模板。 date: 2025-08-15 09:56:17 ---