File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 更新日志
2
2
3
+ ## 1.1.1(2023-09-25)
4
+ 1 . 发布发布[ 1.1.1] ( https://github.com/mg0324/docsify-template/releases/tag/1.1.1 ) 版本。
5
+ 2 . 首页增加快速开始,基于` docsify-note-cli ` 的脚手架工具初始化。
6
+
3
7
## 1.1.0(2023-04-15)
4
8
1 . 发布[ 1.1.0] ( https://github.com/mg0324/docsify-template/releases/tag/1.1.0 ) 版本。
5
9
2 . 增加网站的[ favicon] ( https://favicon.io/favicon-generator/ ) 。
Original file line number Diff line number Diff line change 1
1
## 介绍
2
2
[ docsify-template] ( https://github.com/mg0324/docsify-template.git ) 是一个docsify的模板仓库,集成好了常用的插件。
3
3
4
- 您只需要` clone ` 后,在模板基础上调整配置值为自己的即可快速构建您的在线笔记或文档的基础版本。
4
+ ## 快速开始
5
+ > 本工具基于node平台,且发布到npm公共仓库。
6
+ 1 . 安装docsify-note-cli和docsify
7
+ ``` shell
8
+ npm install -g docsify-note-cli
9
+ npm install -g docsify
5
10
```
6
- git clone https://github.com/mg0324/docsify-template.git
11
+ 2 . 从模板初始化
12
+ ``` shell
13
+ mkdir test # 修改为自己的项目名,如test
14
+ cd test # 进入到项目下
15
+ docsify-note init # 初始化,执行完后会下载模板仓库内容到当前文件夹下
7
16
```
17
+ 3 . 调整文档标题和内容后,启动服务
18
+ ``` shell
19
+ docsify s
20
+ ```
21
+ 4 . 访问服务` http://localhost:3000/ `
22
+
23
+ 5 . 在模板基础上调整配置值为自己的即可快速构建您的在线笔记或文档的基础版本。
8
24
9
25
真正让您只关注分享内容的书写,** now enjoy it** !
10
26
You can’t perform that action at this time.
0 commit comments