438 字
2 分钟
使用Fuwari的小技巧
Cover image source: 樱花庄的宠物女孩
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: 2024-03-09 (你猜)
description: 文章的一段简介.
image: ./cover.jpg
tags: [Foo, Bar] //标签
category: Front-end //文章的分类
draft: false //草稿
---
Attribute | Description |
---|---|
title | The title of the post. |
published | The date the post was published. |
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. |
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.png
└── index.md
TIPtip
NOTEnote
WARNINGwarning
IMPORTANTimportant
CAUTIONcaution
笔记笔记内容
:::note[笔记]
笔记内容
:::
脚注
椎名真白1赛高
分界线: ----
有序列表
如何玩到明日方舟
- 下载明日方舟
在官方或应用商店下载《明日方舟》客户端。- 安装并打开游戏
完成安装后,点击图标启动游戏。- 注册/登录账号
选择已有账号登录或创建新账号。- 开始游戏!
进入主界面,点击“开始游戏”开始冒险。- 现在就愉快的玩耍吧!
无序列表
为什么要抽取能天使?
- 强力输出:能天使拥有高爆发和持续输出。
- 技能多样:技能组合灵活,适应多种战况。
- 高效辅助:不仅输出强大,还能提供队伍支援。
- 角色魅力:外形和性格都非常受欢迎,粉丝众多。
- 现在就愉快的玩耍吧!
添加视频
---
title: Include Video in the Post
published: 2023-10-19
// ...
---
<iframe width="100%" height="468" src="https://www.youtube.com/embed/5gIf0_xpFPI?si=N1WTorLKL0uwLsU_" title="YouTube video player" frameborder="0" allowfullscreen></iframe>
YouTube
Footnotes
shiina mashiro ↩