diff --git a/README-zh-CN.md b/README-zh-CN.md index df5dead..edec0fb 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -12,9 +12,11 @@ ## 简介 / 部署 -[预览](https://astro-theme-pure.vercel.app/) | [展示台](https://github.com/cworld1/astro-theme-pure/issues/10) +查看 [预览 →](https://astro-theme-pure.vercel.app/) -欲了解更多信息,请访问 [CWorld 网站](https://cworld0.com/blog/theme-resume) 和 [部署说明](https://astro-theme-pure.vercel.app/blog/customize-zh)。 +## 使用 + +[文档](https://astro-theme-pure.vercel.app/docs/list) | [展示台](https://github.com/cworld1/astro-theme-pure/issues/10) ## 本地开发 @@ -36,16 +38,6 @@ cd astro-theme-pure bun install ``` -> [!NOTE] -> 对于 Bun,如果安装较慢,建议使用镜像配置,在项目根目录下新建 `bunfig.toml`: -> -> ```toml -> [install] -> registry = "https://registry.npmmirror.com/" -> ``` -> -> 其他 PM 配置镜像请参考各自官方文档。 - 启动开发服务器: ```shell @@ -78,3 +70,5 @@ bun preview ## 许可证 本项目基于 Apache 2.0 许可证。 + +[![Star History Chart](https://api.star-history.com/svg?repos=cworld1/astro-theme-pure&type=Date)](https://star-history.com/#cworld1/astro-theme-pure&Date) diff --git a/README.md b/README.md index ed718e1..63976f8 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,13 @@ A simple, clean but powerful blog theme build by astro. ![image](https://github.com/user-attachments/assets/7eb17ddf-fd5f-42f3-a337-675a21ba7a27) -## Introduction / Deployment +## Introduction -[Demo](https://astro-theme-pure.vercel.app/) | [Showcase](https://github.com/cworld1/astro-theme-pure/issues/10) +Checkout [Demo Site →](https://astro-theme-pure.vercel.app/) -For more information, please visit the [CWorld Site](https://cworld0.com/blog/theme-resume) and [Deployment Instructions](https://astro-theme-pure.vercel.app/blog/customize). +## Usage + +[Docs](https://astro-theme-pure.vercel.app/docs/list) | [Showcase](https://github.com/cworld1/astro-theme-pure/issues/10) ## Local development @@ -37,16 +39,6 @@ cd astro-theme-pure bun install ``` -> [!NOTE] -> For Bun, if the installation is slow, it is recommended to use a mirror configuration by creating `bunfig.toml` under the project root directory: -> -> ```toml -> [install] -> registry = "" -> ``` -> -> For details about other PM mirror configs, you may need to see their official documents. - Start the development server: ```shell