GitBook 사용 예

깃북이란?


기본적으로 페이지는 Markdown로 작성된 다양한 형식으로 출력된 유형의 페이지, 전자 서적 제조 공장의 느낌입니다.node 제작.
외관용html,css 등 맞춤형 제작.동작면javascript,jquery 등이 있다.물론 html,css 등도 slim,sass 등을 이용할 수 있고 구축을 간소화하는 설정 등을 쓸 수 있다.

  Usage: gitbook [options] [command]

  Commands:

    build [options] [source_dir] Build a gitbook from a directory
    serve [options] [source_dir] Build then serve a gitbook from a directory
    install [options] [source_dir] Install plugins for a book
    pdf [options] [source_dir] Build a gitbook as a PDF
    epub [options] [source_dir] Build a gitbook as a ePub book
    mobi [options] [source_dir] Build a gitbook as a Mobi book
    init [source_dir]      Create files and folders based on contents of SUMMARY.md
    publish [source_dir]   Publish content to the associated gitbook.io book
    git:remote [source_dir] [book_id] Adds a git remote to a book repository

  Options:

    -h, --help     output usage information
    -V, --version  output the version number


GitBook Sample


$ sudo npm update

$ sudo npm install gitbook -g
or
$ sudo npm install gitbook-cli -g

$ git clone https://github.com/onigra/gitbook-sample

$ cd gitbook-sample

$ gitbook build

$ gitbook serve
or
$ jekyll server

# Macの場合のプレビュー
$ bash -c "open -a Safari http://localhost:4000"

# Linuxの場合のプレビュー
$ bash -c "firefox localhost:4000"

training


Middleman의 gitbook 바람의 템플릿도 있습니다.
$ rvm use 2.0.0

$ git clone https://github.com/catalyzeio/training

$ cd training

$ bundle install

$ middleman server

# Macの場合のプレビュー
$ bash -c "open -a Safari http://localhost:4000"

# Linuxの場合のプレビュー
$ bash -c "firefox localhost:4000"
여기에 맞춤형 예로 이동에 대응하는 설정을 미리 적으세요.이렇게 되면 가로폭이 공백이어서 장소에 따라 보기 힘들다.
source/assets/css/screen.css.scss#L609
@media (max-width: $tablet-width) {
  .tocify-wrapper {
    left: -$nav-width;

    &.open {
      left: 0;
    }
  }

  .page-wrapper {
    margin-left: 0;
    //ここに追記
    word-break: break-all;
  }
무슨 의도가 있었는지 PR을 보내지 않아요.gitbook에서 를 사용하려면 다음 명령을 사용합니다.
$ cd old/hipaa.intro/

$ gitbook serve
or
$ gitbook build
$ cd _book
$ jekyll server

# Linuxの場合
$ bash -c "firefox localhost:4000"

$ gitbook build
글을 쓸 때 training/old/hipaa.intro/SUMMARY.md보고 변경하면 된다고 여겨진다.
페이지를 공개하려면 gitbook build에서 만든 _book 폴더를 업로드하십시오.

좋은 웹페이지 즐겨찾기