Skip to content

Commit e02f0fe

Browse files
committed
docs: update README
1 parent 75ab5b4 commit e02f0fe

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

README-en.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ English | [简体中文](./README.md)
2929
* Out of box: One-click generation of documents and blog sites by specifying directories or documents, no need to care about site environment configuration information.
3030
* Performance: greatly improve site loading speed through pre-rendering and lazy loading.
3131
* Based on mdx: Support writing React components, mathematical formulas, etc. in markdown.
32-
* Search engine optimization: Support SEO, making documents easier to search. Related documents: [SEO Practice in SPA Site](https://github.com/MuYunyun/blog/issues/84)
33-
* Personalization: Support [custom theme](http://muyunyun.cn/create-react-doc/%E8%87%AA%E5%AE%9A%E4%B9%89%E4%B8%BB% E9%A2%98).
32+
* Search engine optimization: Support SEO, making documents easier to search.
33+
* Personalization: Support [custom theme](https://muyunyun.cn/create-react-doc/9f41fc98).
3434
* Workflow: Integrate Github actions, support automated packaging and publishing sites.
3535

36-
> [Quick Start](http://muyunyun.cn/create-react-doc/%E5%BF%AB%E9%80%9F%E4%B8%8A%E6%89%8B)
36+
> [Quick Start](https://muyunyun.cn/create-react-doc/290a4219)
3737
3838
## Subject
3939

@@ -45,14 +45,12 @@ Create React Doc provides the official default theme [crd-seed](https://github.c
4545
* GitHub linkage.
4646
* Support using tags to customize aggregate article content.
4747

48-
The projects built using this theme are:
48+
[my blog](http://muyunyun.cn/blog) is based default theme to build。
4949

50-
* [blog](https://github.com/MuYunyun/blog), [site](http://muyunyun.cn/blog)
51-
* ![](http://with.muyunyun.cn/ec330b8ac2175c828be41f446f9f9619.jpg)
52-
* ![](http://with.muyunyun.cn/2e7440e4256debda2d73a4e6392c7146.jpg-300)
53-
* [diana](https://github.com/MuYunyun/diana), [site](https://muyunyun.cn/diana/)
50+
![](http://with.muyunyun.cn/ec330b8ac2175c828be41f446f9f9619.jpg)
51+
![](http://with.muyunyun.cn/2e7440e4256debda2d73a4e6392c7146.jpg-300)
5452

55-
If you want to customize or share personal themes, you can refer to the [Custom Theme](http://muyunyun.cn/create-react-doc/CustomTheme) chapter.
53+
If you want to customize or share personal themes, you can refer to the [Custom Theme](https://muyunyun.cn/create-react-doc/9f41fc98) chapter.
5654

5755
## Get started quickly
5856

@@ -107,4 +105,9 @@ git remote add origin https://github.com/user or organization name/project name.
107105
git push -u origin main
108106
```
109107

110-
> For more content, please visit [Site Release](http://muyunyun.cn/create-react-doc/SiteRelease), [Advanced Usage](http://muyunyun.cn/create-react-doc/HighOrderusage), [other tools](http://muyunyun.cn/create-react-doc/othertools) and other chapters.
108+
> For more content, please visit [Site Release](http://muyunyun.cn/create-react-doc/SiteRelease), [Advanced Usage](http://muyunyun.cn/create-react-doc/HighOrderusage), [other tools](http://muyunyun.cn/create-react-doc/othertools) and other chapters.
109+
110+
## Practice Sharing
111+
112+
* [基于 SSR 的预渲染首屏直出方案](http://muyunyun.cn/blog/g3v1c5bq)
113+
* [SEO 在 SPA 站点中的实践](http://muyunyun.cn/blog/ettzfags)

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ git push -u origin main
115115
* [其它工具](http://muyunyun.cn/create-react-doc/292h2c5k)
116116
* [Front-matter](http://muyunyun.cn/create-react-doc/49g6b239)
117117

118-
## 扩展阅读
118+
## 实践分享
119119

120-
* [SEO 在 SPA 站点中的实践](https://github.com/MuYunyun/blog/issues/84)
120+
* [基于 SSR 的预渲染首屏直出方案](http://muyunyun.cn/blog/g3v1c5bq)
121+
* [SEO 在 SPA 站点中的实践](http://muyunyun.cn/blog/ettzfags)

0 commit comments

Comments
 (0)