Skip to content

Commit e484e3c

Browse files
committed
发布1.1.1
1 parent 4014458 commit e484e3c

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

.DS_Store

6 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 更新日志
22

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+
37
## 1.1.0(2023-04-15)
48
1. 发布[1.1.0](https://github.com/mg0324/docsify-template/releases/tag/1.1.0)版本。
59
2. 增加网站的[favicon](https://favicon.io/favicon-generator/)

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
## 介绍
22
[docsify-template](https://github.com/mg0324/docsify-template.git)是一个docsify的模板仓库,集成好了常用的插件。
33

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
510
```
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 # 初始化,执行完后会下载模板仓库内容到当前文件夹下
716
```
17+
3. 调整文档标题和内容后,启动服务
18+
``` shell
19+
docsify s
20+
```
21+
4. 访问服务`http://localhost:3000/`
22+
23+
5. 在模板基础上调整配置值为自己的即可快速构建您的在线笔记或文档的基础版本。
824

925
真正让您只关注分享内容的书写,**now enjoy it**!
1026

static/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)