diff options
| author | Carlos Sosa <gnusosa@gnusosa.net> | 2019-08-15 22:14:36 -0700 |
|---|---|---|
| committer | Carlos Sosa <gnusosa@gnusosa.net> | 2019-08-15 22:14:36 -0700 |
| commit | 4d5b4abd88551c97d434c25220660e5931fce75a (patch) | |
| tree | 36772c5b3439caec0b43a4fd586a4558b5a92cea /site.hs | |
| parent | b0098326cddad2437f9d4b2f30af6568acc5ca54 (diff) | |
Add gsoc matcher and Pandoc syntax highlighting CSS file
Diffstat (limited to 'site.hs')
| -rw-r--r-- | site.hs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -29,6 +29,12 @@ main = hakyll $ do >>= loadAndApplyTemplate "templates/post.html" archiveCtx >>= relativizeUrls + match "gsoc/*.org" $ do + route $ setExtension "html" + compile $ pandocCompiler + >>= loadAndApplyTemplate "templates/post.html" postCtx + >>= relativizeUrls + match "article/**" $ do route idRoute compile getResourceBody |
