Mizi
v1.0.0

A simple static website generator written in C++ that takes markdown format as input.
Inspired from hundredrabbits/100r.co
Created for my website abstractxan.xyz
Sample generated repo here : mizi.netlify.com
src/config.conf for your webpagessrc/website.md./build.sh or Run ./src/mizi to create siteindex.html which opens site/home.html
<head> and header and footer for every pagetemplates.conf# Category
## Page
### Section
- First
- Second
- Third
<p>Could write in HTML too!</p>
Inline [links!](https://abstractxan.xyz)
Inline images 
$$$ Seperate Pages
## Seperate Page
### Section
Text
{{Template Arg1 Arg2}}config.conf file for <head> , header and footertemplate.confOpen a new issue for bug / feature requests. PRs are welcome.