Updated: 2018-01-26
git clone --depth=1 -b gh-pages https://github.com/yangjinjie/notes.git notes_notes
cd notes_notes
# 第一次会自动pull镜像, 之后就不需要了
docker-compose up -d
浏览器访问 http://localhost:50500
获取最新内容, 需要到上述 notes_notes 目录, 运行如下命令(或者重新执行上述内容)
可以使用GitBook本地预览,具体步骤:
summary_create.shgitbook serve . (插件需要先运行gitbook install安装)git clone --depth=1 https://github.com/yangjinjie/notes.git
bash summary_create.sh
gitbook install
gitbook serve .
可以使用搜索功能, Python相关内容, 需要进入侧边工具栏Python下搜索...
所有内容可在GitHub notes仓库中搜索
tree
.
notes
├── bigdata
├── ci
│ ├── TeamCity
│ └── jenkins
├── cloud
│ ├── docker
│ ├── kvm
│ └── openstack
├── db
│ ├── ~~~
│ └── ...
├── html,css,JavaScript
├── microservice
│ └── consul
├── network
├── os
│ ├── 各系统相关
│ └── ...
├── python
├── ruby
├── service
│ ├── 各类服务
│ └── ...
├── shell
├── tips
├── tmp
│ └── 未分类
└── tools
├── 各类工具, 比如vim,git
└── ...
请查看项目下 summary_create.sh(适用于Mac,Linux)
使用方法: 项目下执行 bash summary_create.sh
README.md文件,说明该目录(同时也是使用脚本创建目录的需要)[0-9][0-9]-文件名.md , 便于排序assets下的对应目录下,命名规则: 名字-序号-说明,例如jenkins-01-install.jpgContent type
Image
Digest
Size
49 MB
Last updated
over 8 years ago
docker pull zttfaith/notes