From 17701a362a0de68bd7742a3f03ea435e1927b6b4 Mon Sep 17 00:00:00 2001 From: butubb <66757505+8butubb@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:28:05 +0800 Subject: [PATCH] =?UTF-8?q?sync:=20=E6=8E=A8=E9=80=81=2024=20=E4=B8=AA?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/archives.md | 6 +++--- content/gallery/2024-01.md | 5 ++--- content/gallery/_index.md | 4 ++-- content/posts/Git 完整教程指南.md | 7 +++---- content/posts/Linux 硬链接.md | 6 +++--- content/posts/Linux文件系统概述.md | 4 ++-- content/posts/docker搭建思源笔记.md | 7 +++---- content/posts/frp内网穿透使用指南.md | 6 +++--- content/posts/gitea 自部署使用体验.md | 7 +++---- content/posts/github白嫖指南.md | 5 ++--- content/posts/markdown语法使用指南.md | 6 +++--- content/posts/running_page部署.md | 5 ++--- content/posts/zerotier使用指南.md | 6 +++--- .../一个NAS用户的UPS求生指南:从断电焦虑到真香体验.md | 6 +++--- content/posts/减脂健身计划最新进展.md | 5 ++--- ...成信息屏!越狱+自动更换新闻壁纸全攻略_附开源代码.md | 9 ++++----- content/posts/新手运动建议.md | 4 ++-- content/posts/无题.md | 6 +++--- content/posts/未命名.md | 2 +- content/posts/给Hugo博客加上Github风格热力图.md | 9 ++++----- content/posts/过年期间的运动记录.md | 5 ++--- content/posts/重新用回 macos.md | 5 ++--- content/posts/长期健康生活计划.md | 6 +++--- content/search.md | 10 +++++----- 24 files changed, 65 insertions(+), 76 deletions(-) diff --git a/content/archives.md b/content/archives.md index 584ccaf..f99d9e5 100644 --- a/content/archives.md +++ b/content/archives.md @@ -1,5 +1,5 @@ --- -title: "归档" -layout: "archives" -url: "/archives" +title: 归档 +layout: archives +url: /archives --- \ No newline at end of file diff --git a/content/gallery/2024-01.md b/content/gallery/2024-01.md index fbdf9e2..e313f7e 100644 --- a/content/gallery/2024-01.md +++ b/content/gallery/2024-01.md @@ -1,6 +1,5 @@ --- -title: "跑步记录" -date: 2026-03-09 +title: 跑步记录 +date: 2026-03-10T08:00:00Z --- - ![123](https://cdn.jsdelivr.net/gh/8butubb/image/img/20260309120246636.png) diff --git a/content/gallery/_index.md b/content/gallery/_index.md index a8cc467..4b85aac 100644 --- a/content/gallery/_index.md +++ b/content/gallery/_index.md @@ -1,4 +1,4 @@ --- -title: "画廊" -description: "记录生活中的美好瞬间" +title: 画廊 +description: 记录生活中的美好瞬间 --- \ No newline at end of file diff --git a/content/posts/Git 完整教程指南.md b/content/posts/Git 完整教程指南.md index 9b11708..468c973 100644 --- a/content/posts/Git 完整教程指南.md +++ b/content/posts/Git 完整教程指南.md @@ -1,10 +1,9 @@ --- title: Git 完整教程指南 -tags: ["git", "版本控制", "教程"] -date: 2025-10-08 -summary: "从零开始学习 Git 版本控制系统,包含基础概念、常用命令、分支管理、协作流程等完整内容。" +tags: [git, 版本控制, 教程] +date: 2025-10-09T08:00:00Z +summary: 从零开始学习 Git 版本控制系统,包含基础概念、常用命令、分支管理、协作流程等完整内容。 --- - > 本教程适用于 Git 初学者到进阶用户,涵盖日常开发中 90% 的使用场景。 ## 什么是 Git diff --git a/content/posts/Linux 硬链接.md b/content/posts/Linux 硬链接.md index 2c7fc7b..10ed433 100644 --- a/content/posts/Linux 硬链接.md +++ b/content/posts/Linux 硬链接.md @@ -1,8 +1,8 @@ --- title: Linux 硬链接 -tags: ["linux"] -date: 2024-12-04 -summary: "在 Linux 系统中,文件的存储与管理是通过链接来实现的。硬链接是其中一种重要的链接类型,本文将详细介绍硬链接的概念、创建方法及其应用场景。" +tags: [linux] +date: 2024-12-05T08:00:00Z +summary: 在 Linux 系统中,文件的存储与管理是通过链接来实现的。硬链接是其中一种重要的链接类型,本文将详细介绍硬链接的概念、创建方法及其应用场景。 --- 在 Linux 系统中,文件的存储与管理是通过链接来实现的。硬链接是其中一种重要的链接类型,本文将详细介绍硬链接的概念、创建方法及其应用场景。 diff --git a/content/posts/Linux文件系统概述.md b/content/posts/Linux文件系统概述.md index 37a4cad..ce276a6 100644 --- a/content/posts/Linux文件系统概述.md +++ b/content/posts/Linux文件系统概述.md @@ -1,7 +1,7 @@ --- title: Linux文件系统概述 -tags: ["linux"] -date: 2024-12-04 +tags: [linux] +date: 2024-12-05T08:00:00Z --- Linux的文件系统结构是其核心组成部分之一,它以一种层次化的方式组织数据,使得用户和程序能够高效地访问和管理文件。以下是一些关键概念和特点: diff --git a/content/posts/docker搭建思源笔记.md b/content/posts/docker搭建思源笔记.md index 639a225..cb51536 100644 --- a/content/posts/docker搭建思源笔记.md +++ b/content/posts/docker搭建思源笔记.md @@ -1,10 +1,9 @@ --- title: docker搭建思源笔记 -tags: ["linux","docker"] -date: 2024-11-23 -summary: "docker搭建思源笔记..." +tags: [linux, docker] +date: 2024-11-24T08:00:00Z +summary: docker搭建思源笔记... --- - - `PUID`: 自定义用户 ID(可选,如果未提供,默认为 `1000`) - `PGID`: 自定义组 ID(可选,如果未提供,默认为 `1000`) - `workspace_dir_host`:宿主机上的工作空间文件夹路径 diff --git a/content/posts/frp内网穿透使用指南.md b/content/posts/frp内网穿透使用指南.md index bd3d30b..713dd82 100644 --- a/content/posts/frp内网穿透使用指南.md +++ b/content/posts/frp内网穿透使用指南.md @@ -1,8 +1,8 @@ --- title: frp内网穿透使用指南 -tags: ["linux"] -date: 2024-12-02 -summary: "frp(Fast Reverse Proxy)是一个高性能的反向代理应用,主要用于内网穿透。..." +tags: [linux] +date: 2024-12-03T08:00:00Z +summary: frp(Fast Reverse Proxy)是一个高性能的反向代理应用,主要用于内网穿透。... --- ## 什么是 frp? diff --git a/content/posts/gitea 自部署使用体验.md b/content/posts/gitea 自部署使用体验.md index a702deb..a19628f 100644 --- a/content/posts/gitea 自部署使用体验.md +++ b/content/posts/gitea 自部署使用体验.md @@ -1,10 +1,9 @@ --- title: gitea 自部署使用体验 -tags: ["git","docker"] -date: 2025-11-27 -summary: "本文基于 Docker Compose 一键启动 Gitea + Gitea Runner 的实战记录。" +tags: [git, docker] +date: 2025-11-28T08:00:00Z +summary: 本文基于 Docker Compose 一键启动 Gitea + Gitea Runner 的实战记录。 --- - > 注意:本文基于 Docker Compose 一键启动 Gitea + Gitea Runner 的实战记录。 ## 为什么使用 gitea diff --git a/content/posts/github白嫖指南.md b/content/posts/github白嫖指南.md index 3486439..88075c9 100644 --- a/content/posts/github白嫖指南.md +++ b/content/posts/github白嫖指南.md @@ -1,9 +1,8 @@ --- title: GitHub 白嫖指南 -tags: ["网站", "GitHub", "博客"] -date: 2026-03-19 +tags: [网站, GitHub, 博客] +date: 2026-03-20T08:00:00Z --- - ## GitHub 白嫖指南 GitHub 俗称"男人的交友市场",但它的实用价值远不止如此。今天就来分享一下我在 GitHub 上白嫖的那些东西。 diff --git a/content/posts/markdown语法使用指南.md b/content/posts/markdown语法使用指南.md index 378aec0..93f1a71 100644 --- a/content/posts/markdown语法使用指南.md +++ b/content/posts/markdown语法使用指南.md @@ -1,8 +1,8 @@ --- title: markdown语法使用指南 -tags: ["markdown"] -date: 2025-03-06 -summary: "用来学习markdown语法" +tags: [markdown] +date: 2025-03-07T08:00:00Z +summary: 用来学习markdown语法 --- ## 基础语法 diff --git a/content/posts/running_page部署.md b/content/posts/running_page部署.md index b928335..b8b9245 100644 --- a/content/posts/running_page部署.md +++ b/content/posts/running_page部署.md @@ -1,9 +1,8 @@ --- title: running_page部署 -tags: ["学习","运动"] -date: 2026-03-07 +tags: [学习, 运动] +date: 2026-03-08T08:00:00Z --- - 最近我的博客上线了一个新的页面,[running_page](https://run.butubb.cn) ![11](https://cdn.jsdelivr.net/gh/8butubb/image/img/20260309120246636.png) diff --git a/content/posts/zerotier使用指南.md b/content/posts/zerotier使用指南.md index 5298b7c..13f5427 100644 --- a/content/posts/zerotier使用指南.md +++ b/content/posts/zerotier使用指南.md @@ -1,8 +1,8 @@ --- title: zerotier使用指南 -tags: ["linux"] -date: 2025-09-07 -summary: "zerotier使用指南" +tags: [linux] +date: 2025-09-08T08:00:00Z +summary: zerotier使用指南 --- # 注册 diff --git a/content/posts/一个NAS用户的UPS求生指南:从断电焦虑到真香体验.md b/content/posts/一个NAS用户的UPS求生指南:从断电焦虑到真香体验.md index f937361..c6324ed 100644 --- a/content/posts/一个NAS用户的UPS求生指南:从断电焦虑到真香体验.md +++ b/content/posts/一个NAS用户的UPS求生指南:从断电焦虑到真香体验.md @@ -1,8 +1,8 @@ --- title: 一个NAS用户的UPS求生指南:从断电焦虑到真香体验 -tags: ["nas"] -date: 2025-10-22 -summary: '作为一个在群租房里"苟活"的绿联NAS用户,这两年我深刻体会到了什么叫"用电如履薄冰"...' +tags: [nas] +date: 2025-10-23T08:00:00Z +summary: "作为一个在群租房里\\\\\\\\\\\\\\\"苟活\\\\\\\\\\\\\\\"的绿联NAS用户,这两年我深刻体会到了什么叫\\\\\\\\\\\\\\\"用电如履薄冰\\\\\\\\\\\\\\\"..." --- ## 第一章:那些年,我们一起经历的断电惊魂 diff --git a/content/posts/减脂健身计划最新进展.md b/content/posts/减脂健身计划最新进展.md index ed5a0d7..68c5345 100644 --- a/content/posts/减脂健身计划最新进展.md +++ b/content/posts/减脂健身计划最新进展.md @@ -1,9 +1,8 @@ --- title: 减脂健身计划最新进展 -tags: ["健康"] -date: 2026-02-24 +tags: [健康] +date: 2026-02-25T08:00:00Z --- - ## 近期进展汇报 今天是年后上班第一天,过年期间我的体重不重反轻,目前体重79.5kg。虽然减少的幅度下降,整个过年期间只减少了0.5kg,但是没有上涨我已经很满足了。 diff --git a/content/posts/把Kindle变成信息屏!越狱+自动更换新闻壁纸全攻略_附开源代码.md b/content/posts/把Kindle变成信息屏!越狱+自动更换新闻壁纸全攻略_附开源代码.md index e937b5a..35fbd1a 100644 --- a/content/posts/把Kindle变成信息屏!越狱+自动更换新闻壁纸全攻略_附开源代码.md +++ b/content/posts/把Kindle变成信息屏!越狱+自动更换新闻壁纸全攻略_附开源代码.md @@ -1,10 +1,9 @@ --- -title: 把Kindle变成信息屏!越狱+自动更换新闻壁纸全攻略 | 附开源代码 -tags: ["学习"] -date: 2025-10-01 -summary: "前些日子翻出尘封两年的KPW4,本想重拾阅读初心,却发现亚马逊中国早已物是人非。正当想着要不要给它闲鱼出手时转卖时,B站刷到Kindle全机型都支持越狱了。" +title: "把Kindle变成信息屏!越狱+自动更换新闻壁纸全攻略 | 附开源代码" +tags: [学习] +date: 2025-10-02T08:00:00Z +summary: 前些日子翻出尘封两年的KPW4,本想重拾阅读初心,却发现亚马逊中国早已物是人非。正当想着要不要给它闲鱼出手时转卖时,B站刷到Kindle全机型都支持越狱了。 --- - 前些日子翻出尘封两年的KPW4,本想重拾阅读初心,却发现亚马逊中国早已物是人非。 正当想着要不要给它闲鱼出手时转卖时,B站刷到Kindle全机型都支持越狱了。 diff --git a/content/posts/新手运动建议.md b/content/posts/新手运动建议.md index d5517d8..4c7372c 100644 --- a/content/posts/新手运动建议.md +++ b/content/posts/新手运动建议.md @@ -1,7 +1,7 @@ --- title: 新手运动建议 -tags: ["运动","健康"] -date: 2026-03-19 +tags: [运动, 健康] +date: 2026-03-20T08:00:00Z --- 作为一个坚持运动了3个多月的新手,我总结了一些经验和建议,希望能帮助刚开始运动的初学者少走弯路。 diff --git a/content/posts/无题.md b/content/posts/无题.md index b2f178c..7a1e2bb 100644 --- a/content/posts/无题.md +++ b/content/posts/无题.md @@ -1,7 +1,7 @@ --- -title: -tags: -date: 2026-06-11 +title: +tags: +date: 2026-06-12T08:00:00Z summary: "" --- 我多希望在一个晚上或凌晨,你也会给我发一段长长的信息,告诉这些日子你也从来没有忘记我,你也很想我。 \ No newline at end of file diff --git a/content/posts/未命名.md b/content/posts/未命名.md index 84d1514..cdbf91f 100644 --- a/content/posts/未命名.md +++ b/content/posts/未命名.md @@ -1,6 +1,6 @@ --- title: 测试 -date: 2028-11-28T16:00:00Z +date: 2028-11-30T00:00:00Z draft: true tags: [] categories: [] diff --git a/content/posts/给Hugo博客加上Github风格热力图.md b/content/posts/给Hugo博客加上Github风格热力图.md index e717c80..b9a3e8e 100644 --- a/content/posts/给Hugo博客加上Github风格热力图.md +++ b/content/posts/给Hugo博客加上Github风格热力图.md @@ -1,11 +1,10 @@ --- -title: "给 Hugo 博客归档页加上 Github 风格热力图" -date: 2026-03-28T16:26:31+08:00 +title: 给 Hugo 博客归档页加上 Github 风格热力图 +date: 2026-03-29T16:26:31Z draft: false -tags: ["博客", "Hugo", "前端", "魔改"] -categories: ["博客"] +tags: [博客, Hugo, 前端, 魔改] +categories: [博客] --- - 最近看着博客的归档页面,总觉得光秃秃的列表差点意思。平时经常看 Github 主页那块绿色的代码提交热力图(Heatmap),看着自己的“绿格子”一天天变多,那种正反馈确实挺让人上瘾的。 于是就萌生了一个想法:**能不能在我的博客归档页也加一个类似 Github 风格的文章更新热力图?** diff --git a/content/posts/过年期间的运动记录.md b/content/posts/过年期间的运动记录.md index 319ae31..a830d93 100644 --- a/content/posts/过年期间的运动记录.md +++ b/content/posts/过年期间的运动记录.md @@ -1,9 +1,8 @@ --- title: 过年期间的运动记录 -tags: ["健康","运动"] -date: 2026-02-25 +tags: [健康, 运动] +date: 2026-02-26T08:00:00Z --- - 整个过年期间我的运动计划没有荒废,自认为执行的还行。 基本每天都有在运动,吃上面也很克制,不会暴饮暴食。 diff --git a/content/posts/重新用回 macos.md b/content/posts/重新用回 macos.md index 0f0694f..d546cd3 100644 --- a/content/posts/重新用回 macos.md +++ b/content/posts/重新用回 macos.md @@ -1,9 +1,8 @@ --- title: 重新用回macos -tags: ["日常","mac"] -date: 2025-12-01 +tags: [日常, mac] +date: 2025-12-02T08:00:00Z summary: "" --- - 最近几天,我重新用回了去年使用的macbookpro,屏幕有一条黑线,使用的是外接显示器 深感还是mac系统简洁好用,没有windows那么多的莫名其妙的bug diff --git a/content/posts/长期健康生活计划.md b/content/posts/长期健康生活计划.md index 7ba550b..71200de 100644 --- a/content/posts/长期健康生活计划.md +++ b/content/posts/长期健康生活计划.md @@ -1,8 +1,8 @@ --- title: 长期健康生活计划 -tags: ["健康"] -date: 2026-01-17 -summary: "人的一生最重要的就是健康" +tags: [健康] +date: 2026-01-18T08:00:00Z +summary: 人的一生最重要的就是健康 --- - 最近开始尝试更规律的生活,调整饮食与运动习惯。一方面是真的想对身体好一点,另一方面,也希望生活有个稳定的节奏,让自己心态更积极。 diff --git a/content/search.md b/content/search.md index babb8dc..56115d9 100644 --- a/content/search.md +++ b/content/search.md @@ -1,6 +1,6 @@ --- -title: "🔍 搜索" -layout: "search" -summary: "search" -placeholder: "搜索" ---- +title: 🔍 搜索 +layout: search +summary: search +placeholder: 搜索 +--- \ No newline at end of file