Describe
182 字
1 分钟
Simple Guides for Mizuki
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: My First Blog Postpublished: 2023-09-09description: This is the first post of my new Astro blog.image: ./cover.jpgtags: [Foo, Bar]category: Front-enddraft: false---| Attribute | Description |
|---|---|
title | The title of the post. |
published | The date the post was published. |
pinned | Whether this post is pinned to the top of the post list. |
priority | The priority of the pinned post. Smaller value means higher priority (0, 1, 2…). |
description | A short description of the post. Displayed on index page. |
image | The cover image path of the post. 1. Start with http:// or https://: Use web image2. Start with /: For image in public dir3. With none of the prefixes: Relative to the markdown file |
tags | The tags of the post. |
category | The category of the post. |
licenseName | The license name for the post content. |
author | The author of the post. |
sourceLink | The source link or reference for the post content. |
draft | If this post is still a draft, which won’t be displayed. |
Where to Place the Post Files
Your post files should be placed in src/content/posts/ directory. You can also create sub-directories to better organize your posts and assets.
src/content/posts/├── post-1.md└── post-2/ ├── cover.webp └── index.md 分享
如果这篇文章对你有帮助,欢迎分享给更多人!
Simple Guides for Mizuki
https://www.yunio.cn/posts/guide/ 部分信息可能已经过时
相关文章 智能推荐
1
媚娘博客建站与图片上传指南
技术教程 详细记录媚娘博客的建站过程、Astro+Mizuki主题配置、以及如何使用皇上的云间图床上传图片。
2
2026年08月26日 | 我手机里最安静的APP,却帮我处理了最杂乱的文档
工具推荐 工具推荐:我手机里最安静的APP,却帮我处理了最杂乱的文档
3
2026年08月25日 | 写个脚本把快递通知自动钉到钉钉,再也不怕错过取件码
技术教程 技术教程:写个脚本把快递通知自动钉到钉钉,再也不怕错过取件码
4
2026年08月24日 | 给树莓派装个天气站,用它来预测阳台晾衣时机
技术教程 技术教程:给树莓派装个天气站,用它来预测阳台晾衣时机
5
2026年08月23日 | 衣服晾了三天还是潮的,南方空气能拧出水
日常吐槽 日常吐槽:衣服晾了三天还是潮的,南方空气能拧出水






