mirror of
https://github.com/srid/rib.git
synced 2024-12-02 10:23:46 +03:00
479996ce2e
To give an overview to the user
25 lines
824 B
Markdown
25 lines
824 B
Markdown
# rib
|
|
|
|
[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)
|
|
|
|
<!--
|
|
Credit for this image: https://www.svgrepo.com/svg/24439/ribs
|
|
-->
|
|
<img src="https://raw.githubusercontent.com/srid/rib/master/doc/a/static/rib.svg?sanitize=true" width="150" />
|
|
|
|
**Rib** is a static site generator written in Haskell with the goal of reusing
|
|
existing tools (`Shake`, `Lucid` and `Clay`) instead of re-inventing them.
|
|
|
|
See https://rib.srid.ca for documentation.
|
|
|
|
<img src="https://raw.githubusercontent.com/srid/rib/master/doc/a/static/rib-sample-main.png?sanitize=true" />
|
|
|
|
## Examples
|
|
|
|
* [rib-sample](https://github.com/srid/rib-sample): Use this to get started with
|
|
your own site.
|
|
|
|
* `./doc`: Rib's own documentation site. Live at: https://rib.srid.ca/
|
|
|
|
* Author's own website. Live at https://notes.srid.ca/
|