summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-09-02Update syntax css to work with pandoc 1.6Jasper Van der Jeugt3-34/+29
2010-09-01Fix another parentheses mismatchJasper Van der Jeugt1-1/+1
2010-09-01Fix 2 tutorial issues (patch by Carl Mäsak)Jasper Van der Jeugt1-2/+2
2010-08-30Fix tutorial example (forgotten liftIO import)Jasper Van der Jeugt1-0/+1
2010-08-06Version bumpJasper Van der Jeugt3-7/+23
2010-08-06Add tutorial about templatesJasper Van der Jeugt7-522/+565
2010-08-06Readable errors when hamlet parsing failsJasper Van der Jeugt1-2/+13
2010-08-06Fix link bug in paginate moduleJasper Van der Jeugt1-1/+6
2010-08-06Refactored Template data structure.Jasper Van der Jeugt3-45/+52
2010-08-05Hamlet support (experimental)Jasper Van der Jeugt6-28/+97
2010-08-02Add a simple static configurationJasper Van der Jeugt5-17/+94
2010-08-02Add inHakyllDirectory function and test casesJasper Van der Jeugt5-2/+53
2010-07-31Option to choose between preview modesJasper Van der Jeugt2-3/+40
2010-07-29Version bumpJasper Van der Jeugt1-1/+1
2010-07-29More liberal dependency versionsJasper Van der Jeugt1-12/+12
2010-06-22Version bumpJasper Van der Jeugt2-1/+6
2010-06-22Wrap RSS descriptions in CDATAJasper Van der Jeugt2-2/+2
2010-06-22User can supply custom time locale for renderDateJasper Van der Jeugt1-3/+17
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.