240 字
1 分钟
Fuwari 使用指南
封面图片来源:Source
这个博客模板是用 Astro 构建的。对于本指南中未提及的内容,你可以在 Astro 文档 中找到答案。
文章的 Front-matter
---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---| 属性 | 描述 |
|---|---|
title | 文章的标题。 |
published | 文章的发布日期。 |
description | 文章的简短描述。显示在首页上。 |
image | 文章的封面图片路径。 1. 以 http:// 或 https:// 开头:使用网络图片2. 以 / 开头:使用 public 目录中的图片3. 没有以上前缀:相对于 markdown 文件的路径 |
tags | 文章的标签。 |
category | 文章的分类。 |
draft | 如果此文章仍是草稿,将不会被显示。 |
文章文件放置位置
你的文章文件应该放在 src/content/posts/ 目录中。你也可以创建子目录来更好地组织你的文章和资源。
src/content/posts/├── post-1.md└── post-2/ ├── cover.png └── index.md
晋公网安备14010502990326号