mobile wallpaper 1mobile wallpaper 2mobile wallpaper 3mobile wallpaper 4
134 字
1 分钟
Mizuki文章编写教程
2026-04-25

下面的是自带的,懒得改了#

This blog template is built with Astro. For the things that are not mentioned in this guide, you may find the answers in the Astro Docs.

Front-matter of Posts#

---
title: 标题
published: 时间
description: 描述
image: ./cover.jpg
tags: [,]
category: 分类
draft: false
---
AttributeDescription
title文章标题
published发布日期
pinned是否顶置.
priority顶置优先级
description简单描述
image封面图片路径:
1. 开头是 http://https://: 用网上图片(图床)
2. 开头是 /: 放在 public的图片
tags标签
category分类
licenseName文章许可证名称
author作者
sourceLink源码链接
draft是不是草稿

文章放在哪里?#

文章要放在 src/content/posts/ .

src/content/posts/
├── post-1.md
└── post-2/
├── cover.webp 这是封面
└── index.md 这是文章
分享

如果这篇文章对你有帮助,欢迎分享给更多人!

Mizuki文章编写教程
https://alinweb.netlify.app/posts/guide/
作者
ALiN澪
发布于
2026-04-25
许可协议
CC BY-NC-SA 4.0

部分信息可能已经过时

目录