Giter Site home page Giter Site logo

web-notes's Introduction

内容介绍

该笔记本为学习Web过程中的做的一些记录。通过github关联gitbook进行发布。

说明:这个笔记基本都是些复制粘贴的内容或者看视频时做的笔记,大部分文章末位处都会有一个Reference小节指出正文来源。

本书的Github仓库地址为:https://github.com/Yakima-Teng/web-notes

关于Gitbook的使用

1、npm install -g gitbook-cli,装完后gitbook -V查看版本号以确认是否安装成功。这一句我的cmd里显示installing gitbook然后需要等很久。我是翻墙后装起来的,翻墙之前等了很久也不知道能不能装起来就没继续等了。

2、在项目根目录下撰写README.md和SUMMARY.md。后者示例如下:

# Summary

* [简介](README.md)
* [第一章](chapter1/README.md)
    * [第一节](chapter1/section1.md)
    * [第二节](chapter1/section2.md)
* [第二章](chapter2/README.md)
    * [第一节](chapter2/section1.md)
    * [第二节](chapter2/section2.md)
* [结束](end/README.md)

3、在项目根目录运行gitbook init,生成图书目录结构。

4、运行gitbook serve可以在本地进行预览。

5、在gitbook书本的设置里找到GitHub=>Webhook,根据该页提示在github上添加webhook,这样github仓库上push新变化时,会通知gitbook以便后者进行更新。

web-notes's People

Contributors

yakima-teng avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.