Commit 19ac227

HPCesia <me@hpcesia.com>
2025-04-16 07:02:13
docs: remove github template link
1 parent c66afee
README.md
@@ -27,7 +27,7 @@ Astral Halo is a static blog template developed with [Astro](https://astro.build
 
 ## Getting Started
 
-1. Use this template to [generate a new repository](https://github.com/HPCesia/astral-halo/generate) or fork this repository.
+1. Use this template to generate a new repository or fork this repository.
 2. For local development, clone the repository, run `pnpm install` to install dependencies, and `pnpm dev` to start the development server.
 
    - If [pnpm](https://pnpm.io/) is not installed, first run `npm install -g pnpm` to install it.
README.zh-CN.md
@@ -27,7 +27,7 @@ Astral Halo 是一个基于 [Astro](https://astro.build) 开发的静态博客
 
 ## 使用方法
 
-1. 使用此模板[生成新仓库](https://github.com/HPCesia/astral-halo/generate)或 Fork 此仓库。
+1. 使用此模板生成新仓库或 Fork 此仓库。
 2. 进行本地开发,克隆仓库到本地,执行 `pnpm install` 安装依赖,执行 `pnpm dev` 启动开发服务器。
 
    - 若未安装 [pnpm](https://pnpm.io/),请先执行 `npm install -g pnpm` 安装 pnpm。