Skip to content

huangyonghome/blog

Repository files navigation

Welcome to jesse's blog!

Build Status Python Versions License Downloads

QQ GitHub Email

说明

笔记使用Markdown格式编写 , 托管于Github , 使用GitHub PagesGitbook两种方式展示

链接访问 : https://huangyonghome.github.io/blog/

文档目录 :

.
├── Python           
├── MySQL          
├── WebDev         
├── Django       
├── Flask
├── DesignPattern   
├── Algorithms     
├── Git             
└── Othres     

Python之路系列

查看目录: SUMMARY

网页浏览

GitHub Pages方式展示(强烈推荐)

GitBook方式展示(不推荐)

本地浏览

可以使用 GitBook 本地浏览 , 具体步骤如下 :

  1. 克隆主分支
  2. 执行项目根目录下的目录生成脚本 summary_create.sh
  3. 执行 gitbook install 安装插件
  4. 执行 gitbook serve . 启动服务
  5. 使用浏览器访问 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published