安装
使用
- 通过大括号在 [[HTML]] 中使用变量
- 可以在大括号内使用 [[JavaScript]] 逻辑运算符、表达式和函数
方法
getStaticPaths
- 构建页面路由的信息,编写在
getStaticPaths()
内部 - 在页面路由的 HTML 模板中接收信息,编写在
getStaticPaths()
外部
剩余参数
[path].astro
和 [...paht].astro
区别在于后者会匹配任何深度的文件路径。
文件说明
- 定义 Frontmatter 格式: src/content/config.ts
主题
- ekmas/minimal: Minimalistic astro blog theme.
- satnaing/astro-paper: A minimal, accessible and SEO-friendly Astro blog theme