跳转到内容
TakatoBlog TakatoBlog
返回

示例博文模版

编辑文章

这是一篇示例文章,展示了如何在 AstroPaper 博客中添加新文章。

内容编写规则

标题使用

目录添加

要添加目录,在需要的位置添加:

## 目录

代码块

使用三个反引号包裹代码:

const example = "这是代码示例";
console.log(example);

图片引用

使用 assets 目录(推荐)

![图片描述](@/assets/images/example.jpg)

使用 public 目录

![图片描述](/assets/images/example.jpg)

文件位置

总结

遵循以上格式要求,您就可以在 AstroPaper 博客中成功添加新文章了!


编辑文章
Share this post on:

上一篇文章
示例文章格式
下一篇文章
项目结构详细说明