summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-01-18Added UTF8 where nessecary.Jasper Van der Jeugt4-24/+28
2010-01-18Fixed bug in section metadata writing.Jasper Van der Jeugt1-1/+1
2010-01-17Added section metadata writing.Jasper Van der Jeugt1-1/+8
2010-01-17Ignore ctags' and etags' tag file.Sebastian Schwarz1-0/+2
2010-01-17Changed to tibbe's style guide for imports.Jasper Van der Jeugt12-19/+19
2010-01-17Documentation++.Jasper Van der Jeugt8-24/+48
2010-01-17Use Text.Hakyll.Render.Internal to render tag cloud.Jasper Van der Jeugt1-6/+9
2010-01-17Fixed warnings when compiling with the new GHC 6.12.1.Jasper Van der Jeugt5-8/+4
2010-01-16Fixed issue in tutorial 1.Jasper Van der Jeugt1-7/+7
Kudos to kamatsu for noticing.
2010-01-16Fixed issue in tutorial 1.Jasper Van der Jeugt1-7/+7
Kudos to kamatsu for noticing.
2010-01-15Minor code cleanup.Jasper Van der Jeugt3-11/+18
2010-01-15Moved some more functions from the IO monad to the Hakyll monad stack.Jasper Van der Jeugt4-30/+38
2010-01-14Parallel version bump.Jasper Van der Jeugt3-6/+6
Conflicts: src/Text/Hakyll/Page.hs
2010-01-14Parallel version bump.Jasper Van der Jeugt3-6/+6
2010-01-14Added ReaderT to our stack.Jasper Van der Jeugt11-54/+101
2010-01-14Examples bump.Jasper Van der Jeugt4-0/+0
2010-01-14Version bump. 1.0 release.Jasper Van der Jeugt1-1/+1
2010-01-14Added comment test case for compressCss.Jasper Van der Jeugt1-0/+3
2010-01-12User should always specify task.Jasper Van der Jeugt1-3/+3
2010-01-12Added pure renderAndConcat function.Jasper Van der Jeugt2-9/+18
2010-01-12Added pure renderChain function.Jasper Van der Jeugt3-10/+22
2010-01-12Added pure render function.Jasper Van der Jeugt2-52/+73
2010-01-12Fixed bug in page loading.Jasper Van der Jeugt1-2/+2
2010-01-12Some more strictness.Jasper Van der Jeugt2-8/+10
2010-01-11Efficient file size.Jasper Van der Jeugt1-5/+8
2010-01-11Added some more tests.Jasper Van der Jeugt1-54/+84
2010-01-11Threw away bytestring. Simplicity++.Jasper Van der Jeugt2-39/+37
2010-01-11Readability++.Jasper Van der Jeugt9-148/+187
2010-01-11Added $root in filepaths.Jasper Van der Jeugt2-4/+8
2010-01-11Fixed issue in tutorial 2.Jasper Van der Jeugt1-1/+1
2010-01-11Added some strictness.Jasper Van der Jeugt2-3/+7
2010-01-11Ported the tutorials.Jasper Van der Jeugt4-13/+23
2010-01-11Fixed $$ escaping.Jasper Van der Jeugt1-11/+21
2010-01-10Migrated examples to use $root.Jasper Van der Jeugt11-20/+21
2010-01-10Fixed bug in toURL.Jasper Van der Jeugt1-1/+3
2010-01-10Added custom Template system. Highly experimental.Jasper Van der Jeugt11-90/+97
2010-01-10Worked on substitution.Jasper Van der Jeugt6-20/+21
2010-01-10Started working on relative-url branch.Jasper Van der Jeugt4-1/+23
2010-01-09Apparently we need a higher cabal version.Jasper Van der Jeugt1-1/+1
2010-01-09Merge branch 'master' of git://github.com/seschwar/HakyllJasper Van der Jeugt1-12/+5
2010-01-09Some changes to the regex interface, and version bump.Jasper Van der Jeugt8-29/+90
2010-01-09Simplified .gitignore.Sebastian Schwarz1-12/+5
2010-01-09Extended .gitignore further, added seschwar as contributor.Jasper Van der Jeugt2-2/+23
2010-01-09Merge branch 'cabal'Sebastian Schwarz1-1/+6
2010-01-09Merge branch 'gitignore'Sebastian Schwarz1-0/+9
2010-01-09Added basic .gitignore.Sebastian Schwarz1-0/+9
Ignores Cabal's build directory, vim's temporary files and a few other things.
2010-01-09Added links to GitHub repo and issue tracker.Sebastian Schwarz1-0/+5
This will display "Bug tracker" and "Source repository" fields on Hackage in order to facilitate access to these resources. See http://hackage.haskell.org/package/base for an example.
2010-01-09Increased maximum version for bytestring dependency.Sebastian Schwarz1-1/+1
Apart from bug fixes bytestring will probably hardly change until 0.9.2. This also makes it possible to use Hakyll with bytesting's newest version (0.9.1.5) from Hackage.
2010-01-08Fixed misspelling of "Hakyll" in README.Sebastian Schwarz1-1/+1
2010-01-08Added another tutorial.Jasper Van der Jeugt5-1/+219