sepisoad / zaart

⚡ zaart! is a dead simple dart lang based static site generator

Home Page:https://pub.dartlang.org/packages/zaart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚡ Zaart!

enter image description here

zaart is a dead simple static site generator written in dart programming language.

you feed zaart with markdown files and it gives you back html files, that's it.

zaart also supports mustache template language that enables you to put some short

codes in your markdown files and have them expanded while building.

all keys defined in zaart.json can be accessed via mustache.

☢️ CAUTIONS!

zaart is in early development stage, use it at your own risk, you probably face some nasty bugs here an there.

✔️ How to install:

#> pub global activate zaart

🌎 Usage:

type in the command bellow in console to start a new site

#> zaart init --name [MY_SITE_NAME]

for more information type in:

#> zaart -h

or

#> zaart --help

see TODO.md file for a list of missing features

About

⚡ zaart! is a dead simple dart lang based static site generator

https://pub.dartlang.org/packages/zaart

License:GNU General Public License v3.0


Languages

Language:Dart 100.0%