01: gitbook use

Introduction 1.1 gitbook

  1, gitbook description

    markdown syntax GitBook used on this basis do some strengthening of the convenience of writing

    Markdown is a lightweight "markup language", the advantage of

      • Focus your text instead of typography.
      • Easily export HTML, PDF and .md file itself.
      • Plain text content, compatible with all text editors and word processing software.
      • Readable and intuitive. Writing Language for everyone.

  2, installation gitbook 

gitbook-cli -g install npm    # installation gitbook 
gitbook Help                 # View gitbook help 
gitbook -V                   # View gitbook version information

  3. Create a project gitbook

C: \ the Users \ tom>   cd C: \ AA \ the Test-Book             # enter to be written in an empty folder 
C: \ AA \ the Test-Book>   gitbook the init                # initialize the folder 
C: \ AA \ the Test-Book>   gitbook --port 80 serve     # the local port 80 to run this service gitbook 
# NOTE visit: http: // localhost: 80

 

 

 

 

 

 

 

 

 

111111111111111111111

Guess you like

Origin www.cnblogs.com/xiaonq/p/12039744.html