Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-01-24 | Backported previous tests. | Jasper Van der Jeugt | 6 | -1/+165 |
2010-01-24 | test-framework is fixed again, so we use it again. | Jasper Van der Jeugt | 4 | -26/+46 |
2010-01-24 | Added some different formats in the first example as a demonstration. | Jasper Van der Jeugt | 7 | -18/+56 |
2010-01-24 | Added support for literate haskell files - patch by Mark Harris. | Jasper Van der Jeugt | 2 | -1/+5 |
2010-01-24 | Changed test system. Wrote some test cases. | Jasper Van der Jeugt | 6 | -147/+114 |
2010-01-24 | Module cleanup. | Jasper Van der Jeugt | 6 | -29/+32 |
2010-01-24 | Added Template type (experimental). | Jasper Van der Jeugt | 6 | -41/+107 |
2010-01-24 | Simplified pureRenderAndConcat function. | Jasper Van der Jeugt | 2 | -9/+5 |
2010-01-24 | Use ascending list for serializing where possible. | Jasper Van der Jeugt | 2 | -4/+4 |
2010-01-24 | Added tagMap caching. | Jasper Van der Jeugt | 3 | -14/+33 |
2010-01-24 | Wrote some more documentation. | Jasper Van der Jeugt | 4 | -2/+9 |
2010-01-23 | Documentation++. | Jasper Van der Jeugt | 5 | -15/+54 |
2010-01-23 | Added changeExtension ContextManipulation. | Jasper Van der Jeugt | 2 | -8/+28 |
2010-01-23 | Added meta tag to fix encoding issue in IE. | Jasper Van der Jeugt | 6 | -0/+18 |
2010-01-23 | Strictness cleanup. | Jasper Van der Jeugt | 4 | -11/+7 |
2010-01-21 | Some more documentation. | Jasper Van der Jeugt | 3 | -3/+14 |
2010-01-20 | Speedup of factor 4 by switching to the Data.Binary library for serialization. | Jasper Van der Jeugt | 3 | -9/+15 |
2010-01-20 | Fixed bug in hakyll site. | Jasper Van der Jeugt | 1 | -2/+3 |
2010-01-20 | Added caching again. But now the more sexy, stable and fast version. | Jasper Van der Jeugt | 2 | -5/+27 |
2010-01-20 | Made site and cache directory configurable. Caching stubs. | Jasper Van der Jeugt | 8 | -59/+71 |
2010-01-20 | Code formatting. | Jasper Van der Jeugt | 1 | -3/+5 |
2010-01-19 | Fixed type in tutorial. | Jasper Van der Jeugt | 2 | -5/+5 |
2010-01-19 | Updated examples to hakyll-1.1. | Jasper Van der Jeugt | 5 | -0/+0 |
2010-01-19 | Made hakyll function backward-compatible. Version bump. | Jasper Van der Jeugt | 8 | -15/+20 |
2010-01-19 | Wrote another tutorial, and updated some tutorials. | Jasper Van der Jeugt | 12 | -388/+699 |
2010-01-19 | Removed debug output. | Jasper Van der Jeugt | 1 | -1/+0 |
2010-01-19 | Removed page caching. | Jasper Van der Jeugt | 3 | -47/+10 |
2010-01-19 | Made page parser a little less strict. | Jasper Van der Jeugt | 2 | -5/+6 |
2010-01-19 | Hakyll now passes HLint. | Jasper Van der Jeugt | 11 | -48/+48 |
2010-01-19 | Added some experimental features to the hakyll site. | Jasper Van der Jeugt | 4 | -11/+15 |
2010-01-19 | Cleaner page reading. | Jasper Van der Jeugt | 1 | -10/+10 |
2010-01-19 | [awesome feature] Added combining of Renderables. | Jasper Van der Jeugt | 1 | -8/+52 |
2010-01-19 | Unicode is a bitch. | Jasper Van der Jeugt | 4 | -15/+12 |
2010-01-19 | Enable Pandoc's smart typography parsing. | Sebastian Schwarz | 1 | -1/+5 |
2010-01-18 | Made hakyll website up-to-date with master branch. | Jasper Van der Jeugt | 4 | -31/+23 |
2010-01-18 | Fixed unicode handling in server. | Jasper Van der Jeugt | 1 | -14/+12 |
2010-01-18 | Migrated examples to be up-to-date with master. | Jasper Van der Jeugt | 3 | -16/+18 |
2010-01-18 | Added basic support for metadata sections. | Jasper Van der Jeugt | 2 | -33/+59 |
2010-01-18 | Added liftIO. | Jasper Van der Jeugt | 1 | -1/+1 |
2010-01-18 | Merge branch 'master' of git://github.com/seschwar/Hakyll into experimental | Jasper Van der Jeugt | 3 | -6/+17 |
2010-01-18 | Added reStructuredText support. | Sebastian Schwarz | 2 | -0/+2 |
2010-01-18 | Added support for other common Markdown file extensions. | Sebastian Schwarz | 2 | -5/+12 |
2010-01-18 | Added UTF8 where nessecary. | Jasper Van der Jeugt | 4 | -24/+28 |
2010-01-18 | Fixed bug in section metadata writing. | Jasper Van der Jeugt | 1 | -1/+1 |
2010-01-17 | Added section metadata writing. | Jasper Van der Jeugt | 1 | -1/+8 |
2010-01-17 | Ignore ctags' and etags' tag file. | Sebastian Schwarz | 1 | -0/+2 |
2010-01-17 | Changed to tibbe's style guide for imports. | Jasper Van der Jeugt | 12 | -19/+19 |
2010-01-17 | Documentation++. | Jasper Van der Jeugt | 8 | -24/+48 |
2010-01-17 | Use Text.Hakyll.Render.Internal to render tag cloud. | Jasper Van der Jeugt | 1 | -6/+9 |
2010-01-17 | Fixed warnings when compiling with the new GHC 6.12.1. | Jasper Van der Jeugt | 5 | -8/+4 |