Loading
199 字
1 分钟

Simple Guides for Mizuki

2024-04-01
浏览量 加载中...
AI 摘要

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 Post
published: 2023-09-09
description: This is the first post of my new Astro blog.
image: ./cover.webp
tags: [Foo, Bar]
category: Front-end
draft: false
---
AttributeDescription
titleThe title of the post.
publishedThe date the post was published.
pinnedWhether this post is pinned to the top of the post list.
priorityThe priority of the pinned post. Smaller value means higher priority (0, 1, 2…).
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.
licenseNameThe license name for the post content.
authorThe author of the post.
sourceLinkThe source link or reference for the post content.
draftIf 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://fqzlr.com/posts/guide/
作者
Fqzlr
发布于
2024-04-01
许可协议
CC BY-NC-SA 4.0
最后更新于 2024-04-01,距今已过 826 天

部分内容可能已过时

评论区

[ 公告 ]

如果你喜欢,那么欢迎来到我的世界!

了解更多
[ 音乐 ]
封面

音乐

暂未播放

0:00 0:00
暂无歌词
找不到相关结果。
[ contents ]
[ 全部文章 ]
站点统计
文章
41
动态
4
记录次数
101
分类
16
标签
36
总字数
58,388
运行时长
0
最后活动
0 天前