forked from alema/rivet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
372 B
13 lines
372 B
4 years ago
|
# Rivet: static site genetator
|
||
|
River takes a source directory containing a the file sources and produces an
|
||
|
output directoru that can actually be uploaded to a server.
|
||
|
|
||
|
## Dependencies
|
||
|
- [lowdown](https://kristaps.bsd.lv/lowdown/)
|
||
|
- POSIX sh
|
||
|
|
||
|
## Similar tools
|
||
|
|
||
|
- [saait](https://git.codemadness.org/saait/file/README.html)
|
||
|
- [ssg](https://www.romanzolotarev.com/ssg.html)
|