/Mizi

A simple markdown to website generator written in C++.

Primary LanguageC++MIT LicenseMIT

Mizi

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

Netlify Status

Download and run

  • Clone / Download this repository <<<<<<< HEAD
  • Update src/config.txt
  • Update src/website.md
  • Delete files inside ./site folder
  • Build using cd src; ./build.sh or Run main to create site =======
  • cd src
  • Update config.txt
  • Update website.md
  • Run ./build.sh

bb0b371fc1746d26f4efb3f9759ccc59dbbb87cf

  • Open index.html

Currently supported format:

  • A config file for <head> , header and footer
# Category
## Page
### Part
- First
- Second
- Third
<p>Could write in HTML too!</p>
Inline [links!](https://abstractxan.xyz)
Inline images ![images](./media/interface/favicon.ico)

$$$ Seperate Pages
## Seperate Page
### Part
Text

Todo:

- fix url and image parsing code by split string
- adding classes to images
- fix favicon icon