Va-11_Hall-A Glitch City
219 字
1 分钟
Writing a Blog Post
这是模板的初始文章,留着当复制样本了
This blog template is built with Astro. This article is a small, generic example of the file structure and common frontmatter used by a post. The complete current schema and Markdown syntax are maintained in the Content Authoring Guide.
Common frontmatter
---title: "An Example Article"published: 2026-08-01updated: 2026-08-08description: "A short summary for previews."image: ./cover.webptags: [Example, Guide]category: Guidesdraft: falsecomment: true---| 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
Place post files in src/content/posts/. You can create sub-directories to organize articles and their local assets.
src/content/posts/├── example.md└── guides/ ├── cover.webp └── index.mdRelative images such as ./cover.webp are resolved from the current article file.
分享
如果这篇文章对你有帮助,欢迎分享给更多人!
Writing a Blog Post
https://www.nachaos.xyz/posts/guide/ 部分信息可能已经过时
相关文章 智能推荐
1
MDX Syntax Guide
Guides Learn how to combine Markdown, components, JavaScript expressions, callouts, Wiki Links, math, code groups, and images in an MDX article.
2
The First Post
随笔 2025-12-07
3
零成本 HuggingFace 搭建 Memos (方法已挂)
教程 2026-06-26
4
国内使用PixelWatch3体验与知识(在写)
教程 2026-04-25
5
安卓玩月姬R完美教程
教程 2026-04-25