Add libraries page on website

This commit is contained in:
Jasper Van der Jeugt 2014-12-01 11:10:40 +01:00
parent 168a6967ae
commit 3fd234b030
2 changed files with 21 additions and 0 deletions

20
web/libraries.markdown Normal file
View file

@ -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.

View file

@ -29,6 +29,7 @@
<h1>Navigation</h1>
<a href="/index.html">home</a>
<a href="/tutorials.html">tutorials</a>
<a href="/libraries.html">libraries</a>
<a href="/reference.html">reference</a>
<a href="/about.html">about</a>
<a href="/tutorials/faq.html">faq</a>