A flexible static website generator using [Pandoc](https://pandoc.org), written in Haskell.
A flexible static website generator using [Pandoc](https://pandoc.org), written in Haskell. Still very much work in progress and changing fast, but it's already usable.
For an example of what it can do, take a look at [my blog](https://www.eisfunke.com).
@@ -22,6 +22,7 @@ Alternatively download the latest binary [here](https://git.eisfunke.com/softwar
Official packages or container are not yet available, but planned.
## Contribution
If you discover any bugs, or if you have comments or feature ideas, please do open an issue or even submit a merge request.
-- | Puts prev and next tags into all articles. Articles not for index are ignored, and also put in front of the list, which is okay as they're not put on the index page anyway.
-- | Puts prev and next tags into all articles.
-- Articles not for index are ignored, and also put in front of the list.