Commit graph

255 commits

Author SHA1 Message Date
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
Jasper Van der Jeugt
034c659b91 Aliased RenderAction () Context to Renderable, custompages now have correct dependencies. 2010-03-05 16:18:52 +01:00
Jasper Van der Jeugt
45eb74655f Removed deprecated code. 2010-03-05 12:48:52 +01:00
Jasper Van der Jeugt
664111c001 Simplified css and static code. 2010-03-05 12:22:09 +01:00
Jasper Van der Jeugt
cd51ba5789 Removes superfluous functions, added some logging. 2010-03-05 12:02:54 +01:00
Jasper Van der Jeugt
5d577bb8ef static and css now both use arrows. 2010-03-04 23:52:52 +01:00
Jasper Van der Jeugt
66ad9ce7f2 Again an url mistake, now the simpleblog works too. 2010-03-04 22:45:50 +01:00
Jasper Van der Jeugt
6b4b8064cd Fixed url inclusion bug. Brochure example works now. 2010-03-04 22:37:50 +01:00
Jasper Van der Jeugt
11996929aa Got it to compile again, disabled Tags for now. 2010-03-04 22:09:41 +01:00
Jasper Van der Jeugt
192c4a16ea Work on migration to arrows. Compulation fails.
- Update readPage to produce a Hakyll Context.
- Update createPagePath to produce a Context Arrow.
- Move Page to internal modules.
2010-03-04 09:50:25 +01:00