summaryrefslogtreecommitdiff
path: root/data/example/site.hs
AgeCommit message (Collapse)AuthorFilesLines
2020-02-26Remove constant field title for index.html in the example siteLiang-Ting Chen1-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-24templateBodyCompiler compiles resource body onlyBergi1-1/+1
and becomes the new default, instead of templateCompiler fixes #378
2013-06-05Update hakyll-init example to new template systemJasper Van der Jeugt1-14/+9
2013-02-24Update example & tutorials with new recentFirstJasper Van der Jeugt1-5/+5
2013-01-08Example site preprocess shadowingJasper Van der Jeugt1-2/+2
2013-01-06Update create/match in example/tutorialJasper Van der Jeugt1-1/+1
2012-12-17saveSnapshot would only complicate stuffJasper Van der Jeugt1-7/+4
2012-12-15Rename pageCompiler to pandocCompilerJasper Van der Jeugt1-2/+2
2012-12-14Docs on basic rules and routesJasper Van der Jeugt1-8/+0
2012-12-13Rename require to load, thanks @ddfreyneJasper Van der Jeugt1-9/+17
2012-12-13Update example siteJasper Van der Jeugt1-9/+41
2012-12-07Bit of work on example siteJasper Van der Jeugt1-1/+21
2012-12-05Start simple init programJasper Van der Jeugt1-0/+23