Skip to content

sepisoad/zaart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ 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