Commit graph

293 commits

Author SHA1 Message Date
Jasper Van der Jeugt
1af0421efe Option to choose between preview modes 2010-07-31 12:55:41 +02:00
Jasper Van der Jeugt
48b170601f Version bump 2010-07-29 11:49:02 +02:00
Jasper Van der Jeugt
07392acd5e More liberal dependency versions 2010-07-29 11:32:22 +02:00
Jasper Van der Jeugt
2d4d31d542 Version bump 2010-06-22 11:59:49 +02:00
Jasper Van der Jeugt
d875c1e330 Wrap RSS descriptions in CDATA 2010-06-22 11:56:42 +02:00
Jasper Van der Jeugt
6059de5401 User can supply custom time locale for renderDate 2010-06-22 11:53:15 +02:00
Jasper Van der Jeugt
739be369d9 Version bump 2010-06-21 17:11:33 +02:00
Jasper Van der Jeugt
a5630e8adc Update tutorial, changelog 2010-06-21 17:10:19 +02:00
Jasper Van der Jeugt
e4840df772 More conservative dependencies 2010-06-21 17:00:57 +02:00
Jasper Van der Jeugt
bb9ea6f122 Add newtype for Context 2010-06-20 10:45:17 +02:00
Jasper Van der Jeugt
2282e78e9c Allow markdown/tex/... in templates 2010-06-18 00:13:10 +02:00
Jasper Van der Jeugt
2a21970c93 Update interlude for defaultHakyllConfiguration. 2010-06-17 18:13:20 +02:00
Jasper Van der Jeugt
cd6822ff8b Force setting of absoluteUrl with custom config. 2010-06-17 18:08:46 +02:00
Jasper Van der Jeugt
1ad5314581 Add section on default/global values. 2010-06-17 17:56:05 +02:00
Jasper Van der Jeugt
1b73752de3 Warning about indexUrl's/absoluteUrl in tutorial. 2010-06-17 17:42:51 +02:00
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