summaryrefslogtreecommitdiff
path: root/src/Hakyll/Web
AgeCommit message (Expand)AuthorFilesLines
2015-04-08Merge pull request #344 from cstrahan/ghc710fixJasper Van der Jeugt2-2/+2
2015-04-07fix building on GHC 7.10Charles Strahan2-2/+2
2015-04-03Fix typos in "separator"Jasper Van der Jeugt1-7/+10
2015-04-03Merge pull request #342 from NorfairKing/general-teaser-seperatorJasper Van der Jeugt1-2/+12
2015-03-30change file extension to .dbk for docbookJoshua Simmons1-2/+1
2015-03-30Added support for a custom teaser separatorTom Sydney Kerckhove1-2/+12
2015-03-23let pandoc handle DocBook filesJoshua Simmons2-0/+4
2015-02-20Add author name by default to RSS feedsCalen Pennington1-0/+2
2015-01-13Add boolFieldFerenc Wágner1-1/+13
2014-10-29Add listFieldWithJasper Van der Jeugt1-1/+8
2014-10-27Better functions in templatesJasper Van der Jeugt4-59/+153
2014-10-07support parsing article date from directory names in addition to file name.Takayuki Muranushi1-4/+8
2014-09-08added binary instances for csl and pandoc, fix #174Jan-Philip Loos2-2/+37
2014-08-25Don't have TagSoup decode any HTML entitiesJasper Van der Jeugt1-1/+10
2014-08-20Fix compilation errors with pandoc-citeproc 0.4Rickard Nilsson1-1/+1
2014-06-26Fix build failure introduced by 3ee6f28Simonas Kazlauskas1-1/+1
2014-06-13Merge pull request #269 from co-dan/demoteheadersJasper Van der Jeugt1-0/+1
2014-06-06Draft paginationJasper Van der Jeugt2-77/+89
2014-05-20Fix issue in paginate dependenciesJasper Van der Jeugt1-3/+3
2014-05-10Allow Emacs org-mode as markup-language in *.org filesAlbert Krewinkel1-0/+1
2014-05-09Merge branch 'master' of github.com:jaspervdj/hakyllJasper Van der Jeugt1-0/+1
2014-04-19FIX: `toSiteRoot` no considers "./" to not be relavent.Izzy Cecil1-0/+1
2014-04-11Fix tag dependency issue, slightly improve cachingJasper Van der Jeugt2-5/+8
2014-02-16Fix #223: `demoteHeaders` should not modify anything in the document, apart f...Daniil Frumin1-0/+1
2014-01-28Don't cache pandocCompilerWithTransform, refactorJasper Van der Jeugt1-10/+9
2014-01-26Typo in Pandoc.hsDan1-1/+1
2014-01-24Added the `pandocCompilerWithTransformM` functionDaniil Frumin1-0/+16
2014-01-19Add IsString instance for TemplateJasper Van der Jeugt4-101/+94
2014-01-19Fix escaped quotes + wordingDaniil Frumin1-3/+3
2014-01-19Documentation for the template macrosDaniil Frumin1-0/+83
2014-01-12Haddocks for `field`, `constField`, `bodyField`, and `titleField` in Web.Temp...Daniil Frumin1-2/+8
2014-01-11Added documentation for 'Context' and 'defaultField'Daniil Frumin1-0/+25
2013-09-29Enable Pandoc highlighting by defaultJasper Van der Jeugt1-0/+3
2013-09-18updated to work with pandoc 1.12Jorge Israel Peña1-9/+6
2013-09-16Fix incorrect output of toSiteRoot on Windows.Saeid Al-Wazzan1-1/+1
2013-08-16Change type: metadataField :: Context aJasper Van der Jeugt1-1/+1
2013-08-13Explode when using mapContext over ListFieldJasper Van der Jeugt1-3/+5
2013-08-10Add functionField againJasper Van der Jeugt2-1/+11
2013-08-05Add mapContext againJasper Van der Jeugt1-1/+11
2013-06-17Only add teaser when <!--more--> is thereJasper Van der Jeugt1-3/+7
2013-06-16Make toUri sanitise all characters neededSimonas Kazlauskas1-4/+6
2013-06-15Sanitize URLs in toUrlJasper Van der Jeugt1-2/+10
2013-06-06teaserContext -> teaserFieldJasper Van der Jeugt1-11/+13
2013-05-07Add partials to template systemJasper Van der Jeugt3-5/+36
2013-05-06Implement foreach structureJasper Van der Jeugt5-43/+78
2013-05-06Paginate simplificationJasper Van der Jeugt2-206/+134
2013-05-05Added pagination support.Anton Dubovik1-0/+206
2013-05-04Changed the teaser separator to "more" to use the same format as WordPress does.Ivan N. Veselov1-1/+1
2013-05-04Added a comment explaining "teaserContext" function.Ivan N. Veselov1-0/+3
2013-05-04Added "teasers" support to be used in posts index.Ivan N. Veselov1-1/+13