Skip to content
/ book-template Public template

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

License

Notifications You must be signed in to change notification settings

sakkke/book-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

Automatic Publishing

Please enable GitHub Pages in your GitHub repository settings.

License

This template is licensed under CC0.