MarkBind allows you to start off your new project with different templates.
During initialization you can add a flag --template <template-key> to select a different template to initialize with. For example:
markbind init --template minimal
Supported Templates
Name
Template key
Description
Quick Deploy
Sample Site
Default
default
Default template if --template is unspecified. Includes core features such as site and page navigation for a more convenient quick start.
Minimal
minimal
Minimalistic template that gets you started quickly.
Project
project
Project documentation template serves as a good starting point for project developers. This template includes both a user guide and a developer guide, with some formatted dummy content.
Portfolio
portfolio
Portfolio template to quickly build your portfolio.