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. | |||||
2017-08-19 | Default CSS mobile-friendly (contribution by Iko) | Jasper Van der Jeugt | 1 | -29/+114 | |
2017-05-21 | Use semantic html in example | Elie GĂ©nard | 3 | -30/+33 | |
2016-07-13 | #444 - group viewport meta tag with other meta tags | Peter Doherty | 1 | -1/+1 | |
2016-07-12 | #444 - porting default.html to valid html5 | Peter Doherty | 1 | -7/+7 | |
2016-02-29 | Change example posts dates to be 3 years newer | Andrew Barchuk | 4 | -0/+0 | |
No need to trick people into thinking Hakyll is dated when it is not ;) | |||||
2015-10-24 | templateBodyCompiler compiles resource body only | Bergi | 1 | -1/+1 | |
and becomes the new default, instead of templateCompiler fixes #378 | |||||
2014-04-25 | close a missing p tag | Jyotsna Prakash | 1 | -1/+1 | |
2013-06-12 | All ready for the 4.3 release! | Jasper Van der Jeugt | 3 | -1/+8 | |
2013-06-05 | Update hakyll-init example to new template system | Jasper Van der Jeugt | 5 | -24/+19 | |
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 | 17 | -95/+300 | |
2012-12-07 | Bit of work on example site | Jasper Van der Jeugt | 5 | -16/+83 | |
2012-12-05 | Start simple init program | Jasper Van der Jeugt | 8 | -0/+154 | |