Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days ago
JSON representation
⚡ zaart! is a dead simple dart lang based static site generator
- Host: GitHub
- URL: https://github.com/sepisoad/zaart
- Owner: sepisoad
- License: gpl-3.0
- Created: 2018-11-24T14:24:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T00:10:53.000Z (over 5 years ago)
- Last Synced: 2024-10-09T15:33:13.527Z (about 1 month ago)
- Topics: dart, dartlang, generator, markdown, mustache, site, static, static-site-generator, template, web
- Language: Dart
- Homepage: https://pub.dartlang.org/packages/zaart
- Size: 83 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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