GoBook Documentation

gobook init

Creates a new GoBook project with the necessary basic structure.

Usage

gobook init [path]

Arguments

Description

The init command creates a minimal structure for your new book. During execution, GoBook will prompt you for the book name, which will be automatically added to the _site.yml configuration file.

Files Created

book/
├── _site.yml
└── pages/
    └── INDEX.md