Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-26 | Remove constant field title for index.html in the example site | Liang-Ting Chen | 1 | -1/+0 | |
In the default site generated by Hakyll, `index.html` has specified the filed `title` in its front matter, but it will always been overridden by `constField "title" "Home"` in `site.hs`. It is a very minor issue, but it may cause confusion to newcomers. | |||||
2015-10-24 | templateBodyCompiler compiles resource body only | Bergi | 1 | -1/+1 | |
and becomes the new default, instead of templateCompiler fixes #378 | |||||
2013-06-05 | Update hakyll-init example to new template system | Jasper Van der Jeugt | 1 | -14/+9 | |
2013-02-24 | Update example & tutorials with new recentFirst | Jasper Van der Jeugt | 1 | -5/+5 | |
2013-01-08 | Example site preprocess shadowing | Jasper Van der Jeugt | 1 | -2/+2 | |
2013-01-06 | Update create/match in example/tutorial | Jasper Van der Jeugt | 1 | -1/+1 | |
2012-12-17 | saveSnapshot would only complicate stuff | Jasper Van der Jeugt | 1 | -7/+4 | |
2012-12-15 | Rename pageCompiler to pandocCompiler | Jasper Van der Jeugt | 1 | -2/+2 | |
2012-12-14 | Docs on basic rules and routes | Jasper Van der Jeugt | 1 | -8/+0 | |
2012-12-13 | Rename require to load, thanks @ddfreyne | Jasper Van der Jeugt | 1 | -9/+17 | |
2012-12-13 | Update example site | Jasper Van der Jeugt | 1 | -9/+41 | |
2012-12-07 | Bit of work on example site | Jasper Van der Jeugt | 1 | -1/+21 | |
2012-12-05 | Start simple init program | Jasper Van der Jeugt | 1 | -0/+23 | |