diff --git a/guide/index.md b/guide/index.md index 2169c77..b4a2aca 100644 --- a/guide/index.md +++ b/guide/index.md @@ -2,7 +2,7 @@ title: Rib --- -[Rib](https://github.com/srid/rib) is a Haskell static site generator based on Shake. It aims to reuse existing libraries instead of reinventing the wheel. +[Rib](https://github.com/srid/rib) is an easily composable Haskell static site generator library based on Shake. ## Compared to Hakyll diff --git a/rib.cabal b/rib.cabal index bcaf3ba..43b95d0 100644 --- a/rib.cabal +++ b/rib.cabal @@ -10,7 +10,7 @@ bug-reports: https://github.com/srid/rib/issues synopsis: Static site generator using Shake description: - Haskell static site generator that aims to reuse existing libraries instead of reinventing the wheel + Easily composable Haskell static site generator library based on Shake. category: Web build-type: Simple extra-source-files: