Popularity
2.4
Declining
Activity
0.0
Stable
1
3
1

Monthly Downloads: 10
Programming language: Haskell
License: MIT License
Tags: Web     Hakyll    

hakyll-ogmarkup alternatives and similar packages

Based on the "hakyll" category.
Alternatively, view hakyll-ogmarkup alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hakyll-ogmarkup or a related project?

Add another 'hakyll' Package

README

Hakyll + ogmarkup

With the module, you can use the ogmarkup language to write your stories and Hakyll to publish them.

For instance, one can add the following lines (considering HakyllConf is a valid ogmarkup configuration which has been defined elsewere, see ogmarkup configuration for additional information):

    match "w/*" $ do
        route $ setExtension "html"
        compile $ ogmarkupCompile HakyllConf
            >>= loadAndApplyTemplate "templates/post.html"    postCtx
            >>= loadAndApplyTemplate "templates/default.html" postCtx
            >>= relativizeUrls