笔记使用Markdown
格式编写 , 托管于Github , 使用GitHub Pages
和 Gitbook
两种方式展示
链接访问 : https://huangyonghome.github.io/blog/
文档目录 :
.
├── Python
├── MySQL
├── WebDev
├── Django
├── Flask
├── DesignPattern
├── Algorithms
├── Git
└── Othres
查看目录: SUMMARY
网页浏览
本地浏览
可以使用 GitBook
本地浏览 , 具体步骤如下 :
- 克隆主分支
- 执行项目根目录下的目录生成脚本
summary_create.sh
- 执行
gitbook install
安装插件 - 执行
gitbook serve .
启动服务 - 使用浏览器访问
http://localhost:4000
使用 git bash
命令行 :
$ git clone --depth=1 https://github.com/huangyonghome/blog.git
$ bash summary_create.sh
$ gitbook install
# 由于文件数量较多,启动大概需要100秒
# 出现如下信息表示启动成功
# Starting server ...
# Serving book on http://localhost:4000
$ gitbook serve .
https://docs.yangjinjie.xyz/notes/
欢迎收藏交流 , 如需转载 , 请注明出处 : https://huangyonghome.github.io/blog
持续更新中 ...
个人邮箱 : [email protected]
个人微信: jessehuang408