All Projects → AbstractXan → Mizi

AbstractXan / Mizi

Licence: MIT license
A simple markdown to website generator written in C++.

Programming Languages

C++
36643 projects - #6 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Mizi

Blended
The Most Versatile Static HTML Site Generator
Stars: ✭ 22 (-29.03%)
Mutual labels:  static-site, website-generation
haxe.org
The haxe.org website
Stars: ✭ 74 (+138.71%)
Mutual labels:  static-site, website-generation
Docpress
Documentation website generator
Stars: ✭ 815 (+2529.03%)
Mutual labels:  static-site, markdown-to-html
you-draw-it
Datenjournalismus: Nutzer können schätzen, wie sich Statistiken verändert haben und ihre Einschätzung danach überprüfen.
Stars: ✭ 24 (-22.58%)
Mutual labels:  static-site
madness
Instant Markdown Server
Stars: ✭ 54 (+74.19%)
Mutual labels:  markdown-to-html
CuteMarkEd-NG
Markdown Editor in Qt 5
Stars: ✭ 55 (+77.42%)
Mutual labels:  markdown-to-html
xkeditor
📝 XK-Editor | 一个支持富文本和Markdown的编辑器
Stars: ✭ 58 (+87.1%)
Mutual labels:  markdown-to-html
SAAS
🤣🔫Sicko Mode as a service
Stars: ✭ 21 (-32.26%)
Mutual labels:  static-site
vscode-front-matter
Front Matter is a CMS running straight in Visual Studio Code. Can be used with static site generators like Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...
Stars: ✭ 962 (+3003.23%)
Mutual labels:  static-site
pehapkari.cz-old
Website of Czech and Slovak PHP Community
Stars: ✭ 31 (+0%)
Mutual labels:  static-site
chromarkdown
Generate single-file static responsive HTML page from Markdown with syntax-highlighting.
Stars: ✭ 13 (-58.06%)
Mutual labels:  markdown-to-html
static-aws-deploy
A tool for deploying files to an AWS S3 bucket with configurable headers and invalidating AWS Cloudfront Objects.
Stars: ✭ 27 (-12.9%)
Mutual labels:  static-site
tm-nextjs-starter
React + Nextjs + MobX starter
Stars: ✭ 49 (+58.06%)
Mutual labels:  static-site
TokamakPublish
Use Tokamak in your Publish themes.
Stars: ✭ 19 (-38.71%)
Mutual labels:  static-site
presta
Minimalist serverless framework for SSR, SSG, serverless APIs and more.
Stars: ✭ 89 (+187.1%)
Mutual labels:  static-site
nuxt-static
Generate a static site using Nuxt.js
Stars: ✭ 31 (+0%)
Mutual labels:  static-site
Pointless
A Static Blog Generator
Stars: ✭ 18 (-41.94%)
Mutual labels:  static-site
11ta-template
Deeply customizable, full-featured, ready to publish blog template built with 11ty, TailwindCSS, & Alpine.js
Stars: ✭ 98 (+216.13%)
Mutual labels:  static-site
precompress
Generate pre-compressed .gz and .br files for static web servers
Stars: ✭ 27 (-12.9%)
Mutual labels:  static-site
static-webpack-boilerplate
🚀 Minimal & Modern Webpack Boilerplate for building static sites
Stars: ✭ 40 (+29.03%)
Mutual labels:  static-site

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
  • Update src/config.conf for your webpages
  • Update src/website.md
  • Build using ./build.sh or Run ./src/mizi to create site
  • Open index.html which opens site/home.html

Currently supported features:

  1. Inputs a single markdown file as input
  2. Configurable <head> and header and footer for every page
  3. Create reusable components using templates by updating templates.conf
# Category
## Page
### Section
- 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
### Section
Text

{{Template Arg1 Arg2}}
  • A config.conf file for <head> , header and footer
  • Templating feature through template.conf

Contribute

Open a new issue for bug / feature requests. PRs are welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].