Skip to content

欢迎来到我的知识库

这里用于归档技术记录、工具使用和日常思考。

如何新增文章

notes 目录中新建一个 Markdown 文件,并在文件开头添加:

yaml
---
title: 文章标题
date: 2026-07-14
description: 一句话介绍这篇文章
category: 技术
tags:
  - Cloudflare
  - VitePress
---

推送到 GitHub 后,首页、文章页和时间轴都会自动更新。

Keep learning. Keep building.