Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-04 | static and css now both use arrows. | Jasper Van der Jeugt | 1 | -9/+23 | |
2010-03-04 | Again an url mistake, now the simpleblog works too. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-03-04 | Got it to compile again, disabled Tags for now. | Jasper Van der Jeugt | 1 | -40/+51 | |
2010-03-04 | Work on migration to arrows. Compulation fails. | Jasper Van der Jeugt | 1 | -2/+2 | |
- Update readPage to produce a Hakyll Context. - Update createPagePath to produce a Context Arrow. - Move Page to internal modules. | |||||
2010-03-01 | Added simple pagination (unstable). | Jasper Van der Jeugt | 1 | -8/+8 | |
2010-02-12 | Added autocompile mode to replace preview mode. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-02-01 | Added indexUrl option - experimental. | Jasper Van der Jeugt | 1 | -2/+3 | |
This option will render, for example, about.html to about/index.html. This way, url's will generally look more pretty. | |||||
2010-01-31 | Better naming scheme. | Jasper Van der Jeugt | 1 | -3/+3 | |
2010-01-27 | Added createListing, createListingWith functions. | Jasper Van der Jeugt | 1 | -3/+3 | |
These functions were added to have a simpler and more high-level way to do the common createCustomPage/renderAndConcat combination to create post lists, rss feeds, ... | |||||
2010-01-24 | Module cleanup. | Jasper Van der Jeugt | 1 | -3/+3 | |
2010-01-24 | Added Template type (experimental). | Jasper Van der Jeugt | 1 | -6/+8 | |
2010-01-24 | Wrote some more documentation. | Jasper Van der Jeugt | 1 | -0/+2 | |
2010-01-20 | Made site and cache directory configurable. Caching stubs. | Jasper Van der Jeugt | 1 | -10/+11 | |
2010-01-19 | Hakyll now passes HLint. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-01-17 | Changed to tibbe's style guide for imports. | Jasper Van der Jeugt | 1 | -2/+0 | |
2010-01-17 | Documentation++. | Jasper Van der Jeugt | 1 | -8/+26 | |
2010-01-17 | Fixed warnings when compiling with the new GHC 6.12.1. | Jasper Van der Jeugt | 1 | -2/+1 | |
2010-01-15 | Moved some more functions from the IO monad to the Hakyll monad stack. | Jasper Van der Jeugt | 1 | -6/+6 | |
2010-01-14 | Added ReaderT to our stack. | Jasper Van der Jeugt | 1 | -20/+24 | |
2010-01-12 | Added pure renderAndConcat function. | Jasper Van der Jeugt | 1 | -9/+5 | |
2010-01-12 | Added pure renderChain function. | Jasper Van der Jeugt | 1 | -7/+8 | |
2010-01-12 | Added pure render function. | Jasper Van der Jeugt | 1 | -52/+5 | |
2010-01-12 | Some more strictness. | Jasper Van der Jeugt | 1 | -1/+4 | |
2010-01-11 | Readability++. | Jasper Van der Jeugt | 1 | -22/+27 | |
2010-01-11 | Fixed $$ escaping. | Jasper Van der Jeugt | 1 | -11/+21 | |
2010-01-10 | Added custom Template system. Highly experimental. | Jasper Van der Jeugt | 1 | -15/+29 | |
2010-01-10 | Worked on substitution. | Jasper Van der Jeugt | 1 | -1/+15 | |
2010-01-03 | Added context manipulating functions and associated render functions. Also, ↵ | Jasper Van der Jeugt | 1 | -6/+36 | |
version bump. | |||||
2009-12-27 | More explicit imports. | Jasper Van der Jeugt | 1 | -8/+8 | |
2009-12-20 | Fixed bug in css rendering. | Jasper Van der Jeugt | 1 | -0/+1 | |
2009-12-18 | Changed to a more general directory command, and added css command. | Jasper Van der Jeugt | 1 | -5/+9 | |
2009-12-17 | Splitted Text.Hakyll.Util into Text.Hakyll.File and Text.Hakyll.Util. | Jasper Van der Jeugt | 1 | -1/+1 | |
2009-12-13 | Moved writePage to Text.Hakyll.Page. | Jasper Van der Jeugt | 1 | -8/+0 | |
2009-12-12 | Static files now also make use of cache. | Jasper Van der Jeugt | 1 | -3/+2 | |
2009-12-12 | Documented Text.Hakyll.Render and Text.Hakyll.Util. | Jasper Van der Jeugt | 1 | -9/+26 | |
2009-12-11 | Added CustomPage. | Jasper Van der Jeugt | 1 | -6/+5 | |
2009-12-10 | Pages should only contain ByteStrings. | Jasper Van der Jeugt | 1 | -2/+2 | |
2009-12-10 | Made an abstract Renderable class. Still need some cleanup now. | Jasper Van der Jeugt | 1 | -16/+15 | |
2009-12-09 | Discovered the unless function. | Jasper Van der Jeugt | 1 | -2/+1 | |
2009-12-08 | Added page chain rendering. | Jasper Van der Jeugt | 1 | -7/+2 | |
2009-12-07 | Added basic dependency checking. | Jasper Van der Jeugt | 1 | -5/+23 | |
2009-12-07 | Added general renderAndConcat function. | Jasper Van der Jeugt | 1 | -1/+11 | |
2009-12-04 | Added simple caching. | Jasper Van der Jeugt | 1 | -4/+0 | |
2009-12-04 | Switched to ByteStrings for efficiency reasons. | Jasper Van der Jeugt | 1 | -2/+2 | |
2009-12-04 | Working with file handles so files get closed in time. | Jasper Van der Jeugt | 1 | -1/+4 | |
2009-12-03 | Commented Text.Hakyll.Util. | Jasper Van der Jeugt | 1 | -2/+2 | |
2009-12-02 | Fixed some more issues. | Jasper Van der Jeugt | 1 | -1/+3 | |
2009-12-02 | Better module definitions. | Jasper Van der Jeugt | 1 | -3/+8 | |
2009-12-02 | Initial commit. | Jasper Van der Jeugt | 1 | -0/+40 | |