summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-08-06Readable errors when hamlet parsing failsJasper Van der Jeugt1-2/+13
2010-08-06Fix link bug in paginate moduleJasper Van der Jeugt1-1/+6
2010-08-06Refactored Template data structure.Jasper Van der Jeugt3-45/+52
2010-08-05Hamlet support (experimental)Jasper Van der Jeugt5-26/+92
2010-08-02Add a simple static configurationJasper Van der Jeugt4-17/+93
2010-08-02Add inHakyllDirectory function and test casesJasper Van der Jeugt3-0/+32
2010-07-31Option to choose between preview modesJasper Van der Jeugt2-3/+40
2010-06-22User can supply custom time locale for renderDateJasper Van der Jeugt1-3/+17
2010-06-20Add newtype for ContextJasper Van der Jeugt10-33/+42
2010-06-18Allow markdown/tex/... in templatesJasper Van der Jeugt2-9/+14
2010-06-17Force setting of absoluteUrl with custom config.Jasper Van der Jeugt1-4/+5
2010-06-16Rewrote preview mode.Jasper Van der Jeugt3-33/+29
Preview mode is now based on server requests instead of time intervals. This should solve some problems out there.
2010-05-25Server allows URL's containing '?'.Jasper Van der Jeugt1-1/+2
2010-05-25Typo fix by masak.Jasper Van der Jeugt1-1/+1
2010-05-22Add possibility to change URL through Arrows.Jasper Van der Jeugt6-18/+33
2010-05-20Expose pandoc options (patch by JD Marble).Jasper Van der Jeugt3-39/+52
2010-04-04Added fix to allow dashes in pages.Jasper Van der Jeugt1-10/+20
Hakyll splits pages into metadata sections by lines starting with `---`. Because of this, thing like Header ------ Some text. will not parse. This commit fixes this, by fixating the length of the the dash pattern -- all dashed lines should contain the same number of dashes. Therefor, you can use something like --- title: Foobar --- Header ------ Some text.
2010-04-01Moved Arbitrary Template instance to tests.Jasper Van der Jeugt1-34/+2
This way, the code for Text.Hakyll.Internal.Template is cleaner, and our library does not depend on QuickCheck anymore.
2010-03-31Updated tutorial about categoryblog.Jasper Van der Jeugt1-2/+2
2010-03-27Fixed error causing post lists to be reversed.Jasper Van der Jeugt2-11/+16
This error was caused when rendering post lists produced by readTagMap. I also gave some shorter implementations for functions in Text.Hakyll.HakyllAction.
2010-03-26Fixed error when rendering literate Haskell.Jasper Van der Jeugt1-4/+5
Literate haskell was not listed in the pattern matching on FileType's, so it gave an error that the file type could not be rendered. This was quickly resolved by adding it to the list.
2010-03-26Added `.txt` support, tests update.Jasper Van der Jeugt2-0/+4
- Pure text files are now supported. - We now hide the Internal modules. - Tests should be run through ghci. - Added testing of page reading.
2010-03-14Added renderBody function.Jasper Van der Jeugt1-0/+11
2010-03-12Changes String to FilePath on appropriate places.Jasper Van der Jeugt1-2/+2
2010-03-11Started writing Hakyll 2.x tutorials. Updated brochure example.Jasper Van der Jeugt1-0/+1
2010-03-11Updated some comments.Jasper Van der Jeugt3-13/+11
2010-03-11Gave some functions better (more appropriate) names.Jasper Van der Jeugt7-63/+57
2010-03-11Moved some modules around for fun and profit.Jasper Van der Jeugt13-105/+109
2010-03-10Merged Text.Hakyll.Internal.Render into Text.Hakyll.Render.Jasper Van der Jeugt4-53/+38
2010-03-10Removed xxxWith functions, they can be implemented more elegant using Arrows ↵Jasper Van der Jeugt9-181/+95
anyway.
2010-03-10Renamed RenderAction to HakyllAction.Jasper Van der Jeugt7-85/+85
2010-03-09Fixed some minor issues.Jasper Van der Jeugt2-3/+3
2010-03-09Added Arrow implementation for RenderAction.Jasper Van der Jeugt1-0/+11
2010-03-08Documented Text.Hakyll.Feed.Jasper Van der Jeugt1-11/+24
2010-03-08Added renderAtom, feeds now validate.Jasper Van der Jeugt2-83/+127
2010-03-08Added RSS date for items.Jasper Van der Jeugt1-2/+8
2010-03-08Added Text.Hakyll.Internal.FileType module.Jasper Van der Jeugt3-26/+60
2010-03-08Documented Text.Hakyll.RenderAction.Jasper Van der Jeugt1-26/+48
2010-03-07createCustomPage can automatically infer dependencies.Jasper Van der Jeugt3-19/+31
2010-03-06Documentation++, added copyValue function.Jasper Van der Jeugt3-12/+31
2010-03-06Added RSS module.Jasper Van der Jeugt7-18/+90
2010-03-06Added rebuild mode.Jasper Van der Jeugt1-0/+2
2010-03-05Fixed bug with tag rendering.Jasper Van der Jeugt1-1/+1
2010-03-05Fixed bug in date rendering.Jasper Van der Jeugt1-1/+2
2010-03-05Reintegrated Tag module.Jasper Van der Jeugt2-33/+42
2010-03-05Aliased `RenderAction () Context` to Renderable, custompages now have ↵Jasper Van der Jeugt5-35/+45
correct dependencies.
2010-03-05Removed deprecated code.Jasper Van der Jeugt2-59/+1
2010-03-05Simplified css and static code.Jasper Van der Jeugt3-37/+32
2010-03-05Removes superfluous functions, added some logging.Jasper Van der Jeugt2-29/+5
2010-03-04static and css now both use arrows.Jasper Van der Jeugt1-9/+23