Popularity
3.4
Declining
Activity
0.0
Stable
1
3
1
Monthly Downloads: 11
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-shortcut-links
✂️ Hakyll shortcut-links in markdown files -
hakyll-contrib
Extra pre-made configurations and useful modules for hakyll -
hakyll-elm
Hakyll wrapper for the Elm (http://elm-lang.org) compiler -
hakyll-dir-list
Hakyll extension which supports the creation of hierarchical menus from source files in directories and single page sites. -
hakyll-shortcode
WordPress-style shortcodes for Hakyll sites. -
hakyll-typescript
Typescript and Javascript Hakyll Compilers -
hakyll-process
Hakyll compiler for arbitrary external processes.
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.com
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