From bd4db06709d016a137cf96af1b0d104e276da04e Mon Sep 17 00:00:00 2001 From: radishzzz Date: Fri, 16 May 2025 23:13:24 +0100 Subject: [PATCH] docs: update readme --- README.md | 7 ++----- README.zh.md | 9 +++------ 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index cea0c2d..cdc9ac8 100644 --- a/README.md +++ b/README.md @@ -71,14 +71,11 @@ Retypeset is a static blog theme based on the [Astro](https://astro.build/) fram 3. Refer to the [Theme Guide](https://retypeset.radishzz.cc/en/posts/theme-guide/) to customize your blog and create new articles. 4. Refer to the [Astro Deployment Guides](https://docs.astro.build/en/guides/deploy/) to deploy your blog to Netlify, Vercel, or other platforms. - [![Deploy to Netlify](images/deploy-netlify.svg)](https://app.netlify.com/start) - [![Deploy to Vercel](images/deploy-vercel.svg)](https://vercel.com/new) + [![Deploy to Netlify](images/deploy-netlify.svg)](https://app.netlify.com/start) [![Deploy to Vercel](images/deploy-vercel.svg)](https://vercel.com/new) ## Updates -- Retypeset releases [new features](https://github.com/radishzzz/astro-theme-retypeset/issues/18) from time to time, which can be updated as follows. -- Refer to the [GitHub Docs](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork) to run `Sync fork` in your repository to sync with the latest branch. -- Do not click `Discard Changes`, or you will lose your modifications. +Retypeset releases [new features](https://github.com/radishzzz/astro-theme-retypeset/issues/18) from time to time. You can refer to the [GitHub Docs](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork) and run `Sync fork` in your repository to sync with the latest branch. Do not click `Discard Changes`, or you will lose your modifications. ## Credits diff --git a/README.zh.md b/README.zh.md index 1aa38d3..c88dd27 100644 --- a/README.zh.md +++ b/README.zh.md @@ -51,7 +51,7 @@ Retypeset 是一款基于 [Astro](https://astro.build/) 框架的静态博客主 ## 开始 1. [Fork](https://github.com/radishzzz/astro-theme-retypeset/fork) 此仓库,或使用此模版创建新仓库。 -2. 在终端执行: +2. 在终端执行以下指令: ```bash # 克隆仓库 git clone <仓库地址> @@ -71,14 +71,11 @@ Retypeset 是一款基于 [Astro](https://astro.build/) 框架的静态博客主 3. 参考 [主题上手指南](https://retypeset.radishzz.cc/posts/theme-guide/),自定义你的博客并创建新文章。 4. 参考 [Astro 部署指南](https://docs.astro.build/zh-cn/guides/deploy/),将博客部署至 Netlify、Vercel 等平台。 - [![Deploy to Netlify](images/deploy-netlify.svg)](https://app.netlify.com/start) - [![Deploy to Vercel](images/deploy-vercel.svg)](https://vercel.com/new) + [![Deploy to Netlify](images/deploy-netlify.svg)](https://app.netlify.com/start) [![Deploy to Vercel](images/deploy-vercel.svg)](https://vercel.com/new) ## 更新 -- Retypeset 会不定期发布 [新功能](https://github.com/radishzzz/astro-theme-retypeset/issues/18),更新方法如下。 -- 参考 [GitHub 文档](https://docs.github.com/zh/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork),在仓库中执行 `Sync fork` 同步最新分支。 -- 不要点击 `Discard Changes`,否则会丢失你的更改。 +Retypeset 会不定期发布 [新功能](https://github.com/radishzzz/astro-theme-retypeset/issues/18)。你可以参考 [GitHub 文档](https://docs.github.com/zh/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork),在仓库中执行 `Sync fork` 以同步最新分支。不要点击 `Discard Changes`,否则会丢失你的更改。 ## 鸣谢