summaryrefslogtreecommitdiff
path: root/web/libraries.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2014-12-01 11:10:40 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2014-12-01 11:10:40 +0100
commit3fd234b0308ee3e72579265fcb22159aeb89f79b (patch)
treef74b68089cca2e1e6d5c80c59f7e07448be01e3a /web/libraries.markdown
parent168a6967aebbb963ff387e7ab6a11fbc974a4512 (diff)
downloadhakyll-3fd234b0308ee3e72579265fcb22159aeb89f79b.tar.gz
Add libraries page on website
Diffstat (limited to 'web/libraries.markdown')
-rw-r--r--web/libraries.markdown20
1 files changed, 20 insertions, 0 deletions
diff --git a/web/libraries.markdown b/web/libraries.markdown
new file mode 100644
index 0000000..77fab37
--- /dev/null
+++ b/web/libraries.markdown
@@ -0,0 +1,20 @@
+---
+title: Libraries
+---
+
+# Libraries
+
+Since some functionality is too specific to be included in the main Hakyll
+library, people have generously written utility libraries and tools for Hakyll.
+Here is a list of the ones I know of (I would be happy to hear about others).
+
+- [hakyll-contrib-links](http://hackage.haskell.org/package/hakyll-contrib-links),
+ a Hakyll library that helps maintain a separate links database.
+- [hakyll-agda](https://hackage.haskell.org/package/hakyll-agda),
+ a simple module useful to generate blog posts from literate Agda files.
+- [hakyll-contrib-hyphenation](http://hackage.haskell.org/package/hakyll-contrib-hyphenation),
+ automatic hyphenation for Hakyll.
+- [hakyll-convert](https://hackage.haskell.org/package/hakyll-convert),
+ a conversion tool from other blog engines to Hakyll.
+- [hakyll-elm](https://hackage.haskell.org/package/hakyll-elm),
+ Hakyll wrapper for the Elm compiler.