Commit graph

116 commits

Author SHA1 Message Date
Sebastian Schwarz
47fae0ed2a Added support for other common Markdown file extensions. 2010-01-18 17:51:28 +01:00
Sebastian Schwarz
20bde6c55c Ignore ctags' and etags' tag file. 2010-01-17 17:19:01 +01:00
Jasper Van der Jeugt
810e5982a3 Fixed issue in tutorial 1.
Kudos to kamatsu for noticing.
2010-01-16 09:24:23 +01:00
Jasper Van der Jeugt
f3c83030b9 Parallel version bump.
Conflicts:

	src/Text/Hakyll/Page.hs
2010-01-14 21:01:18 +01:00
Jasper Van der Jeugt
332f2f95cd Examples bump. 2010-01-14 13:12:02 +01:00
Jasper Van der Jeugt
3cf7edf2f2 Version bump. 1.0 release. 2010-01-14 13:08:27 +01:00
Jasper Van der Jeugt
ac641ef0b0 Added comment test case for compressCss. 2010-01-14 08:56:40 +01:00
Jasper Van der Jeugt
2851153eb6 User should always specify task. 2010-01-12 16:04:51 +01:00
Jasper Van der Jeugt
a26f84dab5 Added pure renderAndConcat function. 2010-01-12 14:48:16 +01:00
Jasper Van der Jeugt
ecd00b386e Added pure renderChain function. 2010-01-12 13:09:50 +01:00
Jasper Van der Jeugt
ef7ccb1514 Added pure render function. 2010-01-12 12:26:07 +01:00
Jasper Van der Jeugt
36b0b72b63 Fixed bug in page loading. 2010-01-12 08:48:11 +01:00
Jasper Van der Jeugt
0152a15b1e Some more strictness. 2010-01-12 08:40:44 +01:00
Jasper Van der Jeugt
53d9ba2193 Efficient file size. 2010-01-11 18:53:36 +01:00
Jasper Van der Jeugt
243062f126 Added some more tests. 2010-01-11 15:54:04 +01:00
Jasper Van der Jeugt
dc60463bbc Threw away bytestring. Simplicity++. 2010-01-11 14:07:00 +01:00
Jasper Van der Jeugt
dae0258a62 Readability++. 2010-01-11 13:56:32 +01:00
Jasper Van der Jeugt
7a765f29a2 Added $root in filepaths. 2010-01-11 10:02:33 +01:00
Jasper Van der Jeugt
eb1fe13688 Fixed issue in tutorial 2. 2010-01-11 09:19:44 +01:00
Jasper Van der Jeugt
e5202ce852 Added some strictness. 2010-01-11 09:19:23 +01:00
Jasper Van der Jeugt
7c3b55ec27 Ported the tutorials. 2010-01-11 08:55:33 +01:00
Jasper Van der Jeugt
8548888d1c Fixed $$ escaping. 2010-01-11 08:55:13 +01:00
Jasper Van der Jeugt
4e3c26b01c Migrated examples to use $root. 2010-01-10 21:45:36 +01:00
Jasper Van der Jeugt
15733a1a1a Fixed bug in toURL. 2010-01-10 19:39:24 +01:00
Jasper Van der Jeugt
6bcad2701a Added custom Template system. Highly experimental. 2010-01-10 19:17:18 +01:00
Jasper Van der Jeugt
6a2e6998b1 Worked on substitution. 2010-01-10 13:26:57 +01:00
Jasper Van der Jeugt
bc71d54ab7 Started working on relative-url branch. 2010-01-10 12:16:47 +01:00
Jasper Van der Jeugt
3753db702c Apparently we need a higher cabal version. 2010-01-09 22:29:12 +01:00
Jasper Van der Jeugt
fb71a21f67 Merge branch 'master' of git://github.com/seschwar/Hakyll 2010-01-09 21:40:56 +01:00
Jasper Van der Jeugt
73f6b1ab8c Some changes to the regex interface, and version bump. 2010-01-09 21:40:31 +01:00
Sebastian Schwarz
bb4bc55cf3 Simplified .gitignore. 2010-01-09 16:16:07 +01:00
Jasper Van der Jeugt
cb3e3b1193 Extended .gitignore further, added seschwar as contributor. 2010-01-09 12:11:29 +01:00
Sebastian Schwarz
0c5a9ffb48 Merge branch 'cabal' 2010-01-09 01:25:30 +01:00
Sebastian Schwarz
8cade86813 Merge branch 'gitignore' 2010-01-09 01:25:14 +01:00
Sebastian Schwarz
b1c8f0ad85 Added basic .gitignore.
Ignores Cabal's build directory, vim's temporary files and a few
other things.
2010-01-09 00:56:00 +01:00
Sebastian Schwarz
d806e939b1 Added links to GitHub repo and issue tracker.
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-09 00:22:35 +01:00
Sebastian Schwarz
e14595f6a9 Increased maximum version for bytestring dependency.
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-09 00:12:25 +01:00
Sebastian Schwarz
467652477c Fixed misspelling of "Hakyll" in README. 2010-01-08 23:48:38 +01:00
Jasper Van der Jeugt
2751b27c1a Added another tutorial. 2010-01-08 13:33:43 +01:00
Jasper Van der Jeugt
699bd0011e Added tagblog example (tutorial coming up). 2010-01-08 12:41:58 +01:00
Jasper Van der Jeugt
b403d35b08 Added renderTagLinks function. 2010-01-08 12:04:24 +01:00
Jasper Van der Jeugt
547f98dff0 Added link function. 2010-01-08 09:42:33 +01:00
Jasper Van der Jeugt
d29e4157f1 Added an havingExtension filter because it's handy. 2010-01-05 11:11:02 +01:00
Jasper Van der Jeugt
dbb9a0e194 Some work on the hakyll website. 2010-01-05 10:58:01 +01:00
Jasper Van der Jeugt
222cc51627 Made url in readme point to gihub repo instead of snapshot. 2010-01-04 21:03:57 +01:00
Jasper Van der Jeugt
6c1d41dbe2 Added some tests for the date rendering. 2010-01-03 16:01:47 +01:00
Jasper Van der Jeugt
1fdffc6a19 Added context manipulating functions and associated render functions. Also, version bump. 2010-01-03 12:21:15 +01:00
Jasper Van der Jeugt
36056f174f Made tutorial list dynamic. 2010-01-02 20:47:52 +01:00
Jasper Van der Jeugt
ac8e89cc19 Added another tutorial. 2010-01-02 19:57:12 +01:00
Jasper Van der Jeugt
ef7a0dfa0b Wrote second tutorial. 2009-12-30 20:40:23 +01:00