Giter Site home page Giter Site logo

xiamuguizhi / mizi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abstractxan/mizi

0.0 0.0 0.0 10.23 MB

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

Home Page: https://abstractxan.xyz/site/mizi__static_site_generator

License: MIT License

C++ 62.17% HTML 25.54% CSS 11.89% Shell 0.14% Makefile 0.27%

mizi's Introduction

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.

mizi's People

Contributors

abstractxan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.