Commit graph

914 commits

Author SHA1 Message Date
Jasper Van der Jeugt
30f191044a Dug in git commits to restore changelogs. 2010-03-31 15:23:00 +02:00
Jasper Van der Jeugt
19268870c7 Updated changelog. 2010-03-31 15:06:33 +02:00
Jasper Van der Jeugt
318c3a4330 Fixed zip file url's. 2010-03-31 15:06:22 +02:00
Jasper Van der Jeugt
64b1a7f77b Updated zip files. 2010-03-31 15:06:04 +02:00
Jasper Van der Jeugt
87e2bea88c Version bump. 2010-03-31 14:50:19 +02:00
Jasper Van der Jeugt
1b8e2ec316 Added update note on tutorials page. 2010-03-31 14:31:46 +02:00
Jasper Van der Jeugt
8a27b9af12 Some minor updates to hakyll site.
- Hide image captions.
- Remove old tutorials.
- Some minor changes to the tutorials.
2010-03-31 14:19:47 +02:00
Jasper Van der Jeugt
193dc6d3d8 Updated tutorial about categoryblog. 2010-03-31 13:51:28 +02:00
Jasper Van der Jeugt
d108263907 Added "helping out" section to tutorials.
We really need more feedback on the turorials, so we can
adapt them to the needs of the readers.
2010-03-30 19:36:41 +02:00
Jasper Van der Jeugt
622c259708 Adapted examples to general style guide.
Because I thought the examples should follow the same style
guidelines as the Hakyll code itself, I adapted them to it.
2010-03-30 19:25:22 +02:00
Jasper Van der Jeugt
82931dd666 Updated categoryblog example to Hakyll-2.x. 2010-03-30 17:36:56 +02:00
Jasper Van der Jeugt
6fd37349cf Updated part 7 of the tutorial. 2010-03-29 22:15:04 +02:00
Jasper Van der Jeugt
0be1f8afbf Fixed error causing post lists to be reversed.
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-27 16:40:45 +01:00
Jasper Van der Jeugt
509f919997 Fixed error when rendering literate Haskell.
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-26 16:49:12 +01:00
Jasper Van der Jeugt
c9e3458083 Added .txt support, tests update.
- 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-26 14:10:10 +01:00
Jasper Van der Jeugt
c8dd9b7f74 Hakyll site style update. 2010-03-24 15:39:16 +01:00
Jasper Van der Jeugt
159b03cefe Added sixth tutorial part. 2010-03-24 15:30:51 +01:00
Jasper Van der Jeugt
4e6ab05b78 Updated tagblog example to hakyll-2.x 2010-03-21 15:57:12 +01:00
Jasper Van der Jeugt
099de3b47f Typo fix by Andrew Antle. 2010-03-18 07:58:20 +01:00
Jasper Van der Jeugt
56fa60388f Removed comments from feeds. 2010-03-15 19:08:37 +01:00
Jasper Van der Jeugt
7af87aa883 Added 5th part of the tutorial. 2010-03-15 19:08:17 +01:00
Jasper Van der Jeugt
e358894df1 Migrated rssblog example to feedblog. 2010-03-15 19:07:53 +01:00
Jasper Van der Jeugt
47586163d2 Added renderBody function. 2010-03-14 22:19:07 +01:00
Jasper Van der Jeugt
9acf269cea Changes String to FilePath on appropriate places. 2010-03-12 16:46:27 +01:00
Jasper Van der Jeugt
e7918c39f8 Wrote fourth part of the tutorials. 2010-03-12 16:46:08 +01:00
Jasper Van der Jeugt
dabfc43e08 Added "Why renderChain" section, fixed some typos. 2010-03-12 14:24:29 +01:00
Jasper Van der Jeugt
d98520a226 Added 'The gist of it' sections. 2010-03-11 21:34:16 +01:00
Jasper Van der Jeugt
e0504b0de2 Updated tutorial 3. 2010-03-11 21:28:52 +01:00
Jasper Van der Jeugt
fa88a0e922 Started writing Hakyll 2.x tutorials. Updated brochure example. 2010-03-11 18:03:48 +01:00
Jasper Van der Jeugt
01d8c4b330 Updated some comments. 2010-03-11 12:25:49 +01:00
Jasper Van der Jeugt
a2c15932b7 Gave some functions better (more appropriate) names. 2010-03-11 12:10:55 +01:00
Jasper Van der Jeugt
d25b0b6834 Moved some modules around for fun and profit. 2010-03-11 11:03:40 +01:00
Jasper Van der Jeugt
35e8246484 Merged Text.Hakyll.Internal.Render into Text.Hakyll.Render. 2010-03-10 19:47:53 +01:00
Jasper Van der Jeugt
23f9d1e0cf Removed xxxWith functions, they can be implemented more elegant using Arrows anyway. 2010-03-10 16:02:17 +01:00
Jasper Van der Jeugt
fa28eac8a3 Renamed RenderAction to HakyllAction. 2010-03-10 13:35:53 +01:00
Jasper Van der Jeugt
a028b35470 Added logo. 2010-03-10 10:20:24 +01:00
Jasper Van der Jeugt
24959fd68b Fixed some minor issues. 2010-03-09 18:47:35 +01:00
Jasper Van der Jeugt
0204dd678a Added Arrow implementation for RenderAction. 2010-03-09 18:26:53 +01:00
Jasper Van der Jeugt
4756b82329 Documented Text.Hakyll.Feed. 2010-03-08 22:54:41 +01:00
Jasper Van der Jeugt
45459c3a20 Added renderAtom, feeds now validate. 2010-03-08 21:42:56 +01:00
Jasper Van der Jeugt
64b640f97d Added RSS date for items. 2010-03-08 19:04:53 +01:00
Jasper Van der Jeugt
d023eb5bf6 Added Text.Hakyll.Internal.FileType module. 2010-03-08 18:44:12 +01:00
Jasper Van der Jeugt
94400da4a0 Documented Text.Hakyll.RenderAction. 2010-03-08 09:10:09 +01:00
Jasper Van der Jeugt
7cbeb1739f createCustomPage can automatically infer dependencies. 2010-03-07 23:18:30 +01:00
Jasper Van der Jeugt
89d6cb26bb Documentation++, added copyValue function. 2010-03-06 18:11:06 +01:00
Jasper Van der Jeugt
1736710b9e Added RSS module. 2010-03-06 15:39:45 +01:00
Jasper Van der Jeugt
f47fd1a967 Added rebuild mode. 2010-03-06 10:25:26 +01:00
Jasper Van der Jeugt
7ae56f7d4b Fixed bug with tag rendering. 2010-03-05 19:02:49 +01:00
Jasper Van der Jeugt
65b1a9cf00 Fixed bug in date rendering. 2010-03-05 19:02:25 +01:00
Jasper Van der Jeugt
f1b1e179aa Reintegrated Tag module. 2010-03-05 18:50:33 +01:00