feat: add detailed instructions for creating and maintaining a blog, including protection for custom content

This commit is contained in:
神楽坂アイリス 2025-05-27 11:38:02 +08:00
parent 5116ebcaaa
commit af7bba2900
6 changed files with 225 additions and 0 deletions

View file

@ -74,10 +74,15 @@ Retypeset 是一款基于 [Astro](https://astro.build/) 框架的静态博客主
 [![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`,否则会丢失你的更改。
如需了解如何在**保留自定义内容的同时安全地拉取上游更新**,请参阅:
👉 [`scripts/README.md`](./scripts/README.md) 文件
## 鸣谢
- [Typography](https://github.com/moeyua/astro-theme-typography)