Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sepisoad/zaart

⚡ zaart! is a dead simple dart lang based static site generator
https://github.com/sepisoad/zaart

dart dartlang generator markdown mustache site static static-site-generator template web

Last synced: about 22 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# ⚡ Zaart!


![enter image description here](https://i.postimg.cc/XJgv7ys8/Sepisoad.png)

zaart is a dead simple static site generator written in [dart programming language](https://dartlang.org).

you feed zaart with [markdown](https://daringfireball.net/projects/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:

```sh

#> pub global activate zaart

```

# 🌎 Usage:

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

```sh

#> zaart init --name [MY_SITE_NAME]

```

for more information type in:

```sh

#> zaart -h

```

or

```sh

#> zaart --help

```

see `TODO.md` file for a list of missing features