基于 Gitbook 发布笔记
Gitbook命令行工具,基于Markdown编写文档,后续基于Github发布该Blog 笔记的构建流程: Chapter1 Install 安装Gitbook之前我们需要安装node.js和npm的依赖,使用npm安装gitbook 首先安装Install Nodejs,Npm Windows:Node.js (nodejs.org) Linux: bash # add & update apt source before install nodejs. curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - sudo apt-get update # install nodejs after that. sudo apt-get install -y nodejs 然后安装gitbook ...