diff --git a/docs/developer-guide/theme/prepare.md b/docs/developer-guide/theme/prepare.md index 6def2e9a..8cec2c07 100644 --- a/docs/developer-guide/theme/prepare.md +++ b/docs/developer-guide/theme/prepare.md @@ -67,6 +67,7 @@ spec: - [halo-sigs/theme-starter](https://github.com/halo-dev/theme-starter) - 最基础的主题模板,包含了主题的基本目录结构。 - [halo-sigs/theme-vite-starter](https://github.com/halo-dev/theme-vite-starter) - 与 Vite 集成的主题模板,由 Vite 负责资源构建。 +- [halo-sigs/theme-astro-starter](https://github.com/halo-sigs/theme-astro-starter) - 以 Astro 作为预渲染框架的主题模板。 :::info 提示 以上 GitHub 都被设置为了模板仓库(Template repository),点击仓库主页的 `Use this template` 按钮即可通过此模板创建一个新的仓库。 diff --git a/versioned_docs/version-2.23/developer-guide/theme/prepare.md b/versioned_docs/version-2.23/developer-guide/theme/prepare.md index 6def2e9a..8cec2c07 100644 --- a/versioned_docs/version-2.23/developer-guide/theme/prepare.md +++ b/versioned_docs/version-2.23/developer-guide/theme/prepare.md @@ -67,6 +67,7 @@ spec: - [halo-sigs/theme-starter](https://github.com/halo-dev/theme-starter) - 最基础的主题模板,包含了主题的基本目录结构。 - [halo-sigs/theme-vite-starter](https://github.com/halo-dev/theme-vite-starter) - 与 Vite 集成的主题模板,由 Vite 负责资源构建。 +- [halo-sigs/theme-astro-starter](https://github.com/halo-sigs/theme-astro-starter) - 以 Astro 作为预渲染框架的主题模板。 :::info 提示 以上 GitHub 都被设置为了模板仓库(Template repository),点击仓库主页的 `Use this template` 按钮即可通过此模板创建一个新的仓库。