Commit graph

133 commits

Author SHA1 Message Date
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
Jasper Van der Jeugt
dea9cb0698 Logging is now dealt with in a separate thread. 2009-12-30 12:25:20 +01:00
Jasper Van der Jeugt
4ef92fd187 Added the hakyll homepage as an example itself. 2009-12-29 19:26:51 +01:00
Jasper Van der Jeugt
b84c2e0881 Added two example sites. 2009-12-29 19:09:11 +01:00
Jasper Van der Jeugt
01b177e086 Fixed typo. Making another attempt to have it built on hackage... 2009-12-29 15:11:20 +01:00
Jasper Van der Jeugt
5f9014cec2 Expplicit use of Context, in an attempt to solve build errors on hackage. 2009-12-29 11:21:20 +01:00
Jasper Van der Jeugt
533f2c3b60 Some more changes for the 0.3 release. 2009-12-28 18:21:03 +01:00
Jasper Van der Jeugt
4561887cf4 Find index.html in every directory. 2009-12-28 13:46:43 +01:00
Jasper Van der Jeugt
f4f1d86ca8 Added preview command. 2009-12-28 11:23:31 +01:00
Jasper Van der Jeugt
d47227ddbb Made document root configurable. 2009-12-27 20:33:18 +01:00
Jasper Van der Jeugt
849b49aa53 Friendlier output. 2009-12-27 19:45:09 +01:00
Jasper Van der Jeugt
3221ff61fb Easier commands. 2009-12-27 19:12:34 +01:00
Jasper Van der Jeugt
b6c8198796 More explicit imports. 2009-12-27 18:45:58 +01:00
Jasper Van der Jeugt
14f86bab3e Documented SimpleServer, and added a ReaderT stack for configuration. 2009-12-27 18:04:11 +01:00
Jasper Van der Jeugt
8590e0de81 Not Found is 404, not 400. 2009-12-27 17:14:16 +01:00
Jasper Van der Jeugt
ca2e161dd9 Readable error messages. 2009-12-27 14:20:01 +01:00
Jasper Van der Jeugt
d8c3335366 Removed some strange characters from the source file (I don't even know how they got there). 2009-12-27 13:27:24 +01:00
Jasper Van der Jeugt
586998c911 Added a simple HTTP server for testing purposes. 2009-12-27 13:25:02 +01:00
Jasper Van der Jeugt
9608a9bde5 Added main method/module. 2009-12-27 00:01:35 +01:00
Jasper Van der Jeugt
2648115e87 Added some tag cloud code. 2009-12-26 13:47:40 +01:00
Jasper Van der Jeugt
beeac9b101 Added module to deal with tags. 2009-12-26 11:53:25 +01:00
Jasper Van der Jeugt
c790065b46 Added original page path to Page records. 2009-12-26 09:58:15 +01:00
Jasper Van der Jeugt
58ad6a9d38 Added getValue function. 2009-12-25 23:49:15 +01:00
Jasper Van der Jeugt
637ab61284 Added copyValueWith. 2009-12-25 23:06:01 +01:00
Jasper Van der Jeugt
a532352858 Some more tests. Fixed split function. 2009-12-25 12:06:11 +01:00
Jasper Van der Jeugt
4fa472250e Added some tests. 2009-12-25 11:55:03 +01:00
Jasper Van der Jeugt
ce2cef4350 Slightly cleaner split function. 2009-12-22 10:14:12 +01:00
Jasper Van der Jeugt
137bf68805 Some more CSS compression. 2009-12-20 10:02:20 +01:00
Jasper Van der Jeugt
5985951bed Fixed bug in css rendering. 2009-12-20 10:02:02 +01:00
Jasper Van der Jeugt
ef4c166a1c Changed to a more general directory command, and added css command. 2009-12-18 19:38:25 +01:00
Jasper Van der Jeugt
c1d93ebabf Worked on CompressCSS module. 2009-12-18 19:25:28 +01:00
Jasper Van der Jeugt
01009d0ce3 Started a CompressCss module. 2009-12-18 16:31:56 +01:00
Jasper Van der Jeugt
221c029dad Splitted Text.Hakyll.Util into Text.Hakyll.File and Text.Hakyll.Util. 2009-12-17 20:08:42 +01:00
Jasper Van der Jeugt
6bbf514c77 Added a stripHtml function. 2009-12-17 16:42:59 +01:00