Zensical
Zensical is a modern static site generator designed to simplify building and maintaining project documentation. It’s built by the creators of Material for MkDocs and shares the same core design principles and philosophy – batteries included, easy to use, with powerful customization options.
Usage
After initializing the project, you will have a zensical.toml config file and a ./docs folder.
# Create new documentation
zensical new [OPTIONS] <PROJECT_DIRECTORY>
# Serve
zensical serve
# Build into static site
zensical build