From dc958c3750aa7499aadf22462576bfdd4de54611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=90=AF=E9=BE=99?= Date: Fri, 11 Jun 2021 20:50:12 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B7=BB=E5=8A=A0=E7=BB=B4=E6=8A=A4=E5=B8=AE?= =?UTF-8?q?=E5=8A=A9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 324584a..847c43e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ ?> 本站访客数 人次
本文阅读量 > [!TIP] -> An awesome project. by docsify! +> An awesome project. by [docsify](https://docsify.js.org/#/)! ## 主题 @@ -25,4 +25,41 @@ ## 设计优秀的docsify博客 - [ETS blog](https://notebook.js.org/#/README) -- [Coding-Notes](https://notes.abelsu7.top/#/) \ No newline at end of file +- [Coding-Notes](https://notes.abelsu7.top/#/) + +## 如何与我一起维护此项目 + +- 本地安装docsify + + ``` + npm i docsify-cli -g + ``` + +- fork项目之后将项目克隆到本地 + + ``` + git clone https://github.com/eryajf/eryajf-docsify.git + ``` + +- 修改本地path + + ``` + # 调整 docs/index.html 的basePath + basePath: '/eryajf-docsify/', // github + // basePath: '/', // 本地 + ``` + +- 运行 + + ``` + $ cd docs + $ docsify serve + ``` + + 然后就可以访问了。 + +- 注意: + + - 涉及图片存放在img目录中 + - 学习周刊标题风格要保持一致,同时子标题需要加粗,从而实现表格效果! + -- GitLab