survivorff 的技术博客。
基于 AstroPaper 构建。
pnpm install
pnpm dev访问 http://localhost:4321
在 src/data/blog/ 下创建 .md 文件。Frontmatter 示例:
---
author: survivorff
pubDatetime: 2026-05-06T00:00:00Z
title: 文章标题
slug: article-slug
featured: false
draft: false
tags:
- 技术
description: 文章摘要
---Push 到 main 分支会自动部署到 GitHub Pages。
- 主题代码: MIT
- 文章内容: CC BY-SA 4.0