Markocoa is a C# static site generator that utilizes markdown files to create lightweight, customizable websites.
Markocoa can be installed globally as a dotnet tool by running:
dotnet tool install Markocoa --global
Once installed, simply type Markocoa
in your terminal to start using it.
You can view help for a command by running it with no parameters.
Command | Purpose |
---|---|
new |
Creates a new template project. |
build |
Compiles a project into a website. |
host |
Provides a live preview of the project. |
deploy |
Automatically deploys the site to a web-host (like GitHub Pages). |
Thanks to everyone who has contributed to Markocoa!
Along with:
- All third-party libraries used (see THIRD-PARTY-NOTICES.md)
- @Mickscanlon for their work on the Markocoa prototype, Documentation Generator