Book Template is a starter template of Zola with book theme, including automatic publishing feature to GitHub Pages. Contains Dev Containers battery.
- Create a new repository with using Book Template.
- Open a generated repository in Visual Studio Code.
Please install the following requirements.
The recommended editor is Visual Studio Code.
Please see the content
directory.
First, please update the base_url
in config.toml
.
flowchart LR
build([Build]) --> zolabuild[Command: zola build]
serve([Serve]) --> zolaserve[Command: zola serve]
check([Check]) --> zolacheck[Command: zola check]
Please enable GitHub Pages in your GitHub repository settings.
This template is licensed under CC0.