Popularity
2.4
Stable
Activity
0.0
Stable
1
3
1
Monthly Downloads: 3
Programming language: Haskell
License: MIT License
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.
-
hakyll-dir-list
Hakyll extension which supports the creation of hierarchical menus from source files in directories and single page sites.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of hakyll-ogmarkup or a related project?
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