Skip to content

Commit 7bca8f0

Browse files
committed
add: include descriptions for multiple blog posts and add robots.txt file
1 parent fad9334 commit 7bca8f0

12 files changed

+14
-0
lines changed

content/2022/Chrome-Terminal-and-Vim-Keyboard-Shortcuts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "Chrome, Shell and Vim Keyboard Shortcuts"
33
date = 2022-04-24
4+
description = "Essential keyboard shortcuts for Chrome browser, Shell terminal, and Vim editor to boost your productivity"
45

56
[extra.comments]
67
issue_id = 2

content/2022/Linux-Basics-and-System-Startup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "Linux Basics and System Startup"
33
date = 2022-04-17
4+
description = "Understanding Linux filesystems, partitions, and the complete boot process from BIOS to user interface"
45

56
[extra.comments]
67
issue_id = 1

content/2023/为什么我又开始写博客了.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "为什么我又开始写博客了"
33
date = 2023-11-20
4+
description = "从完美主义到极简主义,我的博客之旅和技术成长的反思"
45

56
[extra.comments]
67
issue_id = 3

content/2024/Running Tracker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "Running Tracker"
33
date = 2024-04-25
4+
description = "My running journey and progress tracker - documenting the process"
45

56
[extra.comments]
67
issue_id = 5

content/2024/私家 homelab 篇一: proxmox 安装和基本配置.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "私家 homelab 篇一: proxmox 安装和基本配置"
33
date = 2024-03-04
4+
description = "Proxmox VE 虚拟化平台的安装和基础配置教程,从 ISO 镜像制作到存储配置"
45

56
[extra.comments]
67
issue_id = 4

content/2025/从编辑器战争到模型战争:我的 AI 编程沉思录.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "从编辑器战争到模型战争:我的 AI 编程沉思录"
33
date = 2025-09-24
4+
description = "使用 Cursor 几个月后的真实感受:AI 编程工具带来的效率提升与职业焦虑"
45

56
[extra.comments]
67
issue_id = 9

content/2025/使用 Pydantic 统一 Python 和 RESTful API 的命名规范.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "使用 Pydantic 统一 Python 和 RESTful API 的命名规范"
33
date = 2025-02-05
4+
description = "介绍如何使用 Pydantic 自动转换 Python snake_case 和 API camelCase 命名规范,实现前后端命名统一"
45

56
[extra.comments]
67
issue_id = 6

content/2025/如何优化异步客户端和多线程并发请求:控制并发量的算法研究.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "如何优化异步客户端和多线程并发请求:控制并发量的算法研究"
33
date = 2025-02-06
4+
description = "深入探讨异步客户端和多线程并发请求的优化策略,使用信号量和动态调整算法控制并发量"
45

56
[extra.comments]
67
issue_id = 7

content/2025/我的 Homelab 如何践行现代 DevOps 核心理念.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "我的 Homelab 如何践行现代 DevOps 核心理念"
33
date = 2025-09-25
4+
description = "三年 Homelab 实践总结:从雪花服务器到 GitOps,从手动部署到自动化可观测性的完整演进"
45

56
[extra.comments]
67
issue_id = 10

content/2025/我的 WireGuard 多站点互联实践.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "我的 WireGuard 多站点互联实践"
33
date = 2025-10-13
4+
description = "使用 WireGuard 构建 Hub-and-Spoke 架构,实现多个家庭网络和移动设备的安全互联"
45

56
[extra.comments]
67
issue_id = 11

0 commit comments

Comments
 (0)