Popularity
3.2
Declining
Activity
0.0
Stable
1
3
1
Monthly Downloads: 10
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-elm
Hakyll wrapper for the Elm (http://elm-lang.org) compiler -
hakyll-contrib
Extra pre-made configurations and useful modules for hakyll -
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.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
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