Popularity
2.9
Declining
Activity
0.0
Stable
1
3
1
Monthly Downloads: 1
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-contrib
Extra pre-made configurations and useful modules for hakyll -
hakyll-elm
Hakyll wrapper for the Elm (http://elm-lang.org) compiler -
hakyll-shortcut-links
✂️ Hakyll shortcut-links in markdown files -
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.
Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Promo
www.influxdata.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