tutoril for chirimen lite & raspberry pi zero
created by create-book.
- VFM https://vivliostyle.github.io/vfm/#/vfm
- Vivliostyle CLI https://github.com/vivliostyle/vivliostyle-cli#readme
- Vivliostyle Themes https://github.com/vivliostyle/themes#readme
- Awesome Vivliostyle https://github.com/vivliostyle/awesome-vivliostyle#readme
- Vivliostyle (GitHub) https://github.com/vivliostyle
- Vivliostyle https://vivliostyle.org
- for biuld
$ cd your-directory/chirimen.org/pizero-book $ npm run build - for preview
$ npm run preview
$ npm run generate-toc
toc.md の最初に index.md の表紙行が出るので手動で削除する
scripts/gfenerate-toc.js の replaceAll で変換処理を追加する
下記コマンドを実行
$ ./build.sh.
│ # ビルドシェル
├── build.sh
│ # 表紙入稿データ
├── cover
│ # 各種ページ md
├── docs
│ # 各種ページ素材
├── images
├── package-lock.json
├── package.json
├── publication.json
├── scripts
│ │ # 目次生成シェル
│ └── generate-toc.js
├── themes
│ ├── package-lock.json
│ ├── package.json
│ └── packages
│ └── @vivliostyle
│ ├── theme-base
│ └── theme-techbook
│ │ # ドキュメント用css
│ ├── theme.css
│ └── vivliostyle.config.js
│ # ドキュメント設定 js
└── vivliostyle.config.jschirimen.orgのプルリクエスト電子書籍のPR #130 からコードを分離しました。