Commit graph

1113 commits

Author SHA1 Message Date
Piyush P Kurur
439847eb6f added a default instance for Configuration 2013-03-07 16:46:17 +05:30
Jasper Van der Jeugt
5cbb4ba75c Version bump (4.2.0.0) 2013-03-07 11:41:28 +01:00
Jasper Van der Jeugt
a48b53c385 Add utility getMetadataField 2013-03-07 11:18:34 +01:00
Jasper Van der Jeugt
be7a5e6afd Add yannesposito.com to examples 2013-03-05 12:53:15 +01:00
Jasper Van der Jeugt
9bd35cd755 Add makePatternDependency 2013-03-05 12:51:27 +01:00
Jasper Van der Jeugt
3b9b11c636 Fix broken test case for #115 2013-02-26 19:24:54 +01:00
Jasper Van der Jeugt
d993ebce58 Add testcase for #115 2013-02-26 19:20:55 +01:00
Jasper Van der Jeugt
ac527bd91e Merge pull request #115 from pjones/master
Ignore initial whitespace in a continuation line for a metadata field
2013-02-26 10:05:14 -08:00
Peter Jones
4d244168a7 Ignore initial whitespace in a continuation line for a metadata field
When parsing a metadata field that spans several lines skip over the
initial whitespace on each line.  This allows alignment of metadata
fields:

    ---
    description: A long description that would look better if it
                 spanned multiple lines and was indented
    ---
2013-02-26 10:41:03 -07:00
Jasper Van der Jeugt
151c142960 Merge branch 'dev-metadata-route' 2013-02-24 11:37:24 +01:00
Jasper Van der Jeugt
5ec7f26b29 Use smart typography for tutorials 2013-02-24 10:57:18 +01:00
Jasper Van der Jeugt
b91c8be54b Update example & tutorials with new recentFirst 2013-02-24 10:55:11 +01:00
Jasper Van der Jeugt
9b603587de Fix unused imports warnings 2013-02-23 12:55:35 +01:00
Jasper Van der Jeugt
14fc440511 Merge pull request #112 from simukis/sorting
Make chronological and recentFirst to respect metadata
2013-02-23 03:52:45 -08:00
Simonas Kazlauskas
6b680c9887 Fix code style 2013-02-23 13:38:34 +02:00
Simonas Kazlauskas
45c618b413 Generalize getTimeUTC, chronological, recentFirst 2013-02-23 13:34:54 +02:00
Simonas Kazlauskas
718388495b chronological, recentFirst now respects metadata
Solves #111
2013-02-23 12:47:01 +02:00
Jasper Van der Jeugt
007caa740d Move variadic.me to hakyll 4 examples 2013-02-19 23:23:09 +01:00
Jasper Van der Jeugt
f4f837595d Send user agent in ./site check
Closes #110
2013-02-19 13:11:51 +01:00
Jasper Van der Jeugt
4c40cea9e1 Merge branch 'master' into dev-metadata-route
Conflicts:
	tests/Hakyll/Core/Rules/Tests.hs
2013-02-16 13:01:57 +01:00
Jasper Van der Jeugt
1c2804287a Add a test for compiler/route ordering 2013-02-16 12:59:38 +01:00
Jasper Van der Jeugt
61dcb5f454 Merge branch 'master' into dev-metadata-route 2013-02-14 10:08:21 +01:00
Jasper Van der Jeugt
02a92d54cd Merge pull request #107 from simukis/typo
Fix a typo in FAQ
2013-02-12 10:46:17 -08:00
Simonas Kazlauskas
cbc2983221 Fix a typo in FAQ 2013-02-11 19:53:14 +02:00
Jasper Van der Jeugt
8c575ae521 Fix apparent remaining provider rewrite issues 2013-02-10 22:15:34 +01:00
Jasper Van der Jeugt
46168382f1 Merge branch 'master' into dev-provider-rewrite 2013-02-10 21:51:50 +01:00
Jasper Van der Jeugt
e93753d425 Bump http-types test dependency as well
Closes #105
2013-02-10 11:30:43 +01:00
Jasper Van der Jeugt
3aea9c91ed Merge pull request #106 from nomeata/patch-1
Expand http-types dependency range
2013-02-10 02:27:55 -08:00
Jasper Van der Jeugt
52802ed57f Note that hakyll-init creates a new dir 2013-02-10 11:05:37 +01:00
Jasper Van der Jeugt
86d0b68aed Start provider rewrite 2013-02-09 15:11:40 +01:00
Joachim Breitner
505cf50739 Expand http-types dependency range 2013-02-09 00:37:11 +01:00
Jasper Van der Jeugt
ea953d3415 Ignore files sooner, small speedup 2013-02-06 22:40:18 +01:00
Jasper Van der Jeugt
d34d56b10e Use mtime instead of hashing files, much faster 2013-02-06 20:50:44 +01:00
Jasper Van der Jeugt
6e7f332ea9 Add Miikka Koskinen to contributors 2013-02-02 21:58:09 +01:00
Jasper Van der Jeugt
603e1c20c3 Bail when different compilers for the same id 2013-02-02 21:56:42 +01:00
Jasper Van der Jeugt
1b6dd8a373 Merge pull request #104 from miikka/faq-syntax-highlighting
Add a syntax highlighting example to FAQ
2013-02-02 12:53:28 -08:00
Miikka Koskinen
9aaadd8696 Add a syntax highlighting example to FAQ 2013-02-02 22:13:19 +02:00
Jasper Van der Jeugt
33d7f95090 Merge pull request #103 from miikka/patch-1
Fix unixFilterLBS example to use unixFilterLBS
2013-02-02 10:28:35 -08:00
Miikka Koskinen
8d8392ebdf Fix unixFilterLBS example to use unixFilterLBS 2013-02-02 19:04:48 +02:00
Jasper Van der Jeugt
eaa190f1e3 Fix .tex.lhs patch, add some test cases 2013-01-28 11:36:59 +01:00
Alexander Vershilov
d2d52133f6 Read second extension to find our inner .lhs format
.md.lhs -> will be read as markdown + lhs
.tex.lhs -> will be read as latex +lhs

markdown format is default
2013-01-28 11:19:56 +01:00
Jasper Van der Jeugt
8daef26ac1 Merge pull request #101 from johntyree/patch-1
Fix little typo in tutorial 03.
2013-01-27 11:23:18 -08:00
John Tyree
3572779568 Fix little typo in tutorial 03. 2013-01-27 19:36:01 +01:00
Jasper Van der Jeugt
8e47379703 Update screenshot on website with .||. operator 2013-01-27 12:28:03 +01:00
Jasper Van der Jeugt
d6fa74c54a Export renderTags as well 2013-01-26 11:15:14 +01:00
Jasper Van der Jeugt
fa929d0c9b Export the Tags datatype constructor 2013-01-26 11:08:10 +01:00
Jasper Van der Jeugt
7e4ca6f271 Typo & syntax highlighting fixes in tutorial 4 2013-01-24 09:19:00 +01:00
Jasper Van der Jeugt
dbd670c3dc Add http://brianshourd.com/ to examples 2013-01-22 22:05:31 +01:00
Jasper Van der Jeugt
62aae2cd74 Add missing stuff to extra-source-files
Closes #98
2013-01-22 18:40:00 +01:00
Jasper Van der Jeugt
e5b5e1de55 Add http://bneijt.nl/ to examples 2013-01-22 08:03:39 +01:00