172 字
1 分钟
这是一个简单的小引导(?)

Cover image source: Source

这个博客模板是我从Github上clone下来的,原作者在此

Front-matter of Posts#

---
title: 初次见面
published: 2026-03-20
description: 这是一个用于测试的Demo
image: ./cover.jpg
tags: [, 爱玩]
category: 引导
draft: false
---
AttributeDescription
titleThe title of the post.
publishedThe date the post was published.
descriptionA short description of the post. Displayed on index page.
imageThe cover image path of the post.
1. Start with http:// or https://: Use web image
2. Start with /: For image in public dir
3. With none of the prefixes: Relative to the markdown file
tagsThe tags of the post.
categoryThe category of the post.
draftIf this post is still a draft, which won’t be displayed.

项目目录#

博客文件应该放在 src/content/posts/ 文件夹下,或者也可以在此创建子文件夹来组织管理博客

src/content/posts/
├── post-1.md
└── post-2/
├── cover.png
└── index.md
这是一个简单的小引导(?)
https://al2.icu/posts/guide/
作者
Two
发布于
2026-03-20
许可协议
CC BY-NC-SA 4.0