Skip to content

Louis-XIV/gitbook-notes

This branch is 6 commits behind dunwu/gitbook-templates:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

62fefc2 · Nov 10, 2017

History

32 Commits
Aug 30, 2017
Nov 10, 2017
Oct 11, 2017
Oct 11, 2017
May 10, 2017
Aug 29, 2017
Aug 29, 2017
Aug 16, 2017
Aug 29, 2017
Aug 10, 2017
Oct 11, 2017
Oct 11, 2017

Repository files navigation

gitbook-notes

gitbook-notes 是一个 GitBook 教程。展示了如何使用 GitBook 生成一本电子书。

📝 内容

内容主要分为基础和进阶两部分。

基础

  • 安装
  • 命令
  • 结构
  • 配置

进阶

  • 插件

📌 说明

docs 目录遵循 GitBook 规范(Gitbook 配置选项在 book.json 中,可以按需修改),可以生成静态电子书网站,便于阅读。

运行条件

本地已安装 Node.js

运行方法

安装gitbook-cli:

$ npm install -g gitbook-cli

生成静态资源文件:

$ gitbook build

启动电子书网站:

$ gitbook serve

打开浏览器,访问 http://localhost:4000

📐 约定

所有文档的编辑格式遵循 markdown 规范。

📚 资料

About

gitbook 学习笔记 & 自用模板

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 67.3%
  • Batchfile 17.7%
  • Shell 15.0%