[Haskell-cafe] Blog platform written in Haskell
Thomas Koch
thomas at koch.ro
Sun May 31 16:38:54 UTC 2015
On Sunday 31 May 2015 16:56:29 Nicola Gigante wrote:
> Hi all,
>
> Is there a blog platform written in Haskell? I mean something
> dynamic (as opposed to a static site generator like hakyll) like
> WordPress but written in Haskell.
>
> Does something like that exist?
i want to add a blog feature to gitit2 modeled after ikiwiki.
some yesod bloging code snippets:
- https://github.com/konn/Yablog
- https://github.com/yesodweb/yesodweb.com/blob/master/Handler/Blog.hs
- https://github.com/coreyoconnor/corebot-bliki/blob/master/src/Yesod/CoreBot/Bliki/Resources/Blog.hs
More information about the Haskell-Cafe
mailing list