summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-06-21Version bumpJasper Van der Jeugt1-1/+1
2010-06-21Update tutorial, changelogJasper Van der Jeugt2-7/+22
2010-06-21More conservative dependenciesJasper Van der Jeugt1-12/+12
2010-06-20Add newtype for ContextJasper Van der Jeugt12-42/+57
2010-06-18Allow markdown/tex/... in templatesJasper Van der Jeugt2-9/+14
2010-06-17Update interlude for defaultHakyllConfiguration.Jasper Van der Jeugt1-7/+3
2010-06-17Force setting of absoluteUrl with custom config.Jasper Van der Jeugt1-4/+5
2010-06-17Add section on default/global values.Jasper Van der Jeugt1-0/+15
2010-06-17Warning about indexUrl's/absoluteUrl in tutorial.Jasper Van der Jeugt1-0/+4
2010-06-17Version bump.Jasper Van der Jeugt2-1/+5
2010-06-16Rewrote preview mode.Jasper Van der Jeugt3-33/+29
Preview mode is now based on server requests instead of time intervals. This should solve some problems out there.
2010-05-25Server allows URL's containing '?'.Jasper Van der Jeugt1-1/+2
2010-05-25Typo fix by masak.Jasper Van der Jeugt1-1/+1
2010-05-22Add possibility to change URL through Arrows.Jasper Van der Jeugt6-18/+33
2010-05-21Update changelog for 2.1.Jasper Van der Jeugt1-0/+8
2010-05-20Expose pandoc options (patch by JD Marble).Jasper Van der Jeugt4-40/+54
2010-05-13Add tutorial section about syntax highlighting.Jasper Van der Jeugt1-0/+10
2010-04-08Fixedencoding error in RSS feed.Jasper Van der Jeugt1-1/+1
2010-04-04Added fix to allow dashes in pages.Jasper Van der Jeugt3-11/+39
Hakyll splits pages into metadata sections by lines starting with `---`. Because of this, thing like Header ------ Some text. will not parse. This commit fixes this, by fixating the length of the the dash pattern -- all dashed lines should contain the same number of dashes. Therefor, you can use something like --- title: Foobar --- Header ------ Some text.
2010-04-04Added some links to examples on hakyll homepage.Jasper Van der Jeugt1-0/+8
2010-04-01Moved Arbitrary Template instance to tests.Jasper Van der Jeugt3-36/+35
This way, the code for Text.Hakyll.Internal.Template is cleaner, and our library does not depend on QuickCheck anymore.
2010-04-01Added test case for non-metadata pages.Jasper Van der Jeugt1-0/+9
2010-03-31Type fix by minh thu.Jasper Van der Jeugt1-4/+4
2010-03-31Dug in git commits to restore changelogs.Jasper Van der Jeugt1-1/+32
2010-03-31Updated changelog.Jasper Van der Jeugt1-0/+10
2010-03-31Fixed zip file url's.Jasper Van der Jeugt6-6/+6
2010-03-31Updated zip files.Jasper Van der Jeugt6-0/+0
2010-03-31Version bump.Jasper Van der Jeugt1-1/+1
2010-03-31Added update note on tutorials page.Jasper Van der Jeugt1-0/+7
2010-03-31Some minor updates to hakyll site.Jasper Van der Jeugt10-1009/+12
- Hide image captions. - Remove old tutorials. - Some minor changes to the tutorials.
2010-03-31Updated tutorial about categoryblog.Jasper Van der Jeugt5-2/+105
2010-03-30Added "helping out" section to tutorials.Jasper Van der Jeugt2-9/+25
We really need more feedback on the turorials, so we can adapt them to the needs of the readers.
2010-03-30Adapted examples to general style guide.Jasper Van der Jeugt5-39/+55
Because I thought the examples should follow the same style guidelines as the Hakyll code itself, I adapted them to it.
2010-03-30Updated categoryblog example to Hakyll-2.x.Jasper Van der Jeugt4-40/+37
2010-03-29Updated part 7 of the tutorial.Jasper Van der Jeugt1-0/+60
2010-03-27Fixed error causing post lists to be reversed.Jasper Van der Jeugt2-11/+16
This error was caused when rendering post lists produced by readTagMap. I also gave some shorter implementations for functions in Text.Hakyll.HakyllAction.
2010-03-26Fixed error when rendering literate Haskell.Jasper Van der Jeugt2-5/+5
Literate haskell was not listed in the pattern matching on FileType's, so it gave an error that the file type could not be rendered. This was quickly resolved by adding it to the list.
2010-03-26Added `.txt` support, tests update.Jasper Van der Jeugt8-47/+60
- Pure text files are now supported. - We now hide the Internal modules. - Tests should be run through ghci. - Added testing of page reading.
2010-03-24Hakyll site style update.Jasper Van der Jeugt2-14/+14
2010-03-24Added sixth tutorial part.Jasper Van der Jeugt2-2/+224
2010-03-21Updated tagblog example to hakyll-2.xJasper Van der Jeugt3-39/+32
2010-03-18Typo fix by Andrew Antle.Jasper Van der Jeugt2-2/+2
2010-03-15Removed comments from feeds.Jasper Van der Jeugt2-2/+0
2010-03-15Added 5th part of the tutorial.Jasper Van der Jeugt1-0/+84
2010-03-15Migrated rssblog example to feedblog.Jasper Van der Jeugt15-34/+46
2010-03-14Added renderBody function.Jasper Van der Jeugt1-0/+11
2010-03-12Changes String to FilePath on appropriate places.Jasper Van der Jeugt1-2/+2
2010-03-12Wrote fourth part of the tutorials.Jasper Van der Jeugt2-6/+163
2010-03-12Added "Why renderChain" section, fixed some typos.Jasper Van der Jeugt2-2/+10
2010-03-11Added 'The gist of it' sections.Jasper Van der Jeugt2-0/+12