/book-template

🚀 A starter template of Zola with book theme, including automatic publishing feature to GitHub Pages

Primary LanguageDockerfileCreative Commons Zero v1.0 UniversalCC0-1.0

book-template

Book Template is a starter template of Zola with book theme, including automatic publishing feature to GitHub Pages. Contains Dev Containers battery.

Quick Start

  1. Create a new repository with using Book Template.
  2. Open a generated repository in Visual Studio Code.

Requirements

Please install the following requirements.

Editor

The recommended editor is Visual Studio Code.

Usage

Please see the content directory.

Workflows

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]
Loading

Automatic Publishing

Please enable GitHub Pages in your GitHub repository settings.

License

This template is licensed under CC0.