Commit graph

728 commits

Author SHA1 Message Date
Jasper Van der Jeugt
54817e3f13 Version bump. 2010-06-17 10:29:07 +02:00
Jasper Van der Jeugt
e3253e79e3 Rewrote preview mode.
Preview mode is now based on server requests
instead of time intervals. This should solve
some problems out there.
2010-06-16 18:00:09 +02:00
Jasper Van der Jeugt
b1d4f48d24 Server allows URL's containing '?'. 2010-05-25 19:13:55 +02:00
Jasper Van der Jeugt
eac0473a0b Typo fix by masak. 2010-05-25 18:00:30 +02:00
Jasper Van der Jeugt
c31f22c79a Add possibility to change URL through Arrows. 2010-05-22 11:07:28 +02:00
Jasper Van der Jeugt
f88a5ec219 Update changelog for 2.1. 2010-05-21 10:46:46 +02:00
Jasper Van der Jeugt
06aa9fbc7b Expose pandoc options (patch by JD Marble). 2010-05-20 23:54:38 +02:00
Jasper Van der Jeugt
e7d446c1a4 Add tutorial section about syntax highlighting. 2010-05-13 17:15:19 +02:00
Jasper Van der Jeugt
7a7382096b Fixedencoding error in RSS feed. 2010-04-08 20:52:32 +02:00
Jasper Van der Jeugt
ff57c2f660 Added fix to allow dashes in pages.
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-04 15:08:59 +02:00
Jasper Van der Jeugt
681d46c8ff Added some links to examples on hakyll homepage. 2010-04-04 14:39:01 +02:00
Jasper Van der Jeugt
057b7fa485 Moved Arbitrary Template instance to tests.
This way, the code for Text.Hakyll.Internal.Template is
cleaner, and our library does not depend on QuickCheck
anymore.
2010-04-01 12:27:27 +02:00
Jasper Van der Jeugt
417a9a92d8 Added test case for non-metadata pages. 2010-04-01 12:26:31 +02:00
Jasper Van der Jeugt
1a8f00e787 Type fix by minh thu. 2010-03-31 15:53:24 +02:00
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