https://github.com/gendloop/template-gitbookproject
创建 Gitbook 项目仓库
https://github.com/gendloop/template-gitbookproject
gitbook template
Last synced: 12 days ago
JSON representation
创建 Gitbook 项目仓库
- Host: GitHub
- URL: https://github.com/gendloop/template-gitbookproject
- Owner: gendloop
- License: gpl-2.0
- Created: 2024-11-11T06:09:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T15:43:45.000Z (11 months ago)
- Last Synced: 2025-04-01T16:51:56.399Z (11 months ago)
- Topics: gitbook, template
- Language: Batchfile
- Homepage: https://gendloop.github.io/template-GitbookProject/
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# template-GitbookProject
Used for creating Gitbook project repositories.
## Sample
Visit [https://gendloop.github.io/template-GitbookProject/](https://gendloop.github.io/template-GitbookProject/).
## Usage
1. Click on `Use this template` in the top right corner.
2. Wait for the `Init` workflow of the new project to complete.
3. At this point, the `Job/deploy` under `Actions/Gitbook_Deploy` may report an error, don't worry, continue with the following steps.
4. Click on the project's `Settings` => `Pages` => Change Source to `GitHub Actions` under `Build and deployment`.
5. Rerun `deploy`, and it should succeed.
6. Modify the configuration file `book.json` according to personal accounts, etc.
7. After making a modification, the website content will be refreshed.
## References
1. [learningnots/GitBook](https://www.yuque.com/gendloop/learningnotes/git-book)