mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-10-30 01:13:08 +00:00
22 lines
278 B
Markdown
22 lines
278 B
Markdown
|
# kiln
|
||
|
|
||
|
A simple static site generator built in Rust.
|
||
|
|
||
|
## Features
|
||
|
|
||
|
- Zero-config
|
||
|
- Simple and fast
|
||
|
- [Tera] templates
|
||
|
- [Sass] stylesheets
|
||
|
- Markdown
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```
|
||
|
kiln
|
||
|
```
|
||
|
|
||
|
[Tera]: https://tera.netlify.com
|
||
|
[Sass]: https://sass-lang.com
|
||
|
[repo]: https://git.sr.ht/~adnano/kiln
|