index
:
hakyll
master
Haskell library for generating static sites
Igor Pashev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Hakyll
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-31
Merge pull request #478 from lfairy/update-deps
Jasper Van der Jeugt
2
-3
/
+3
2016-10-17
Move from test-framework to tasty
Jasper Van der Jeugt
1
-1
/
+1
2016-10-17
Merge pull request #464 from yogsototh/fix-feed-with-cdata
Jasper Van der Jeugt
1
-1
/
+7
2016-10-14
Update to optparse-applicative 0.13
Chris Wong
1
-1
/
+2
2016-10-14
Update to http-conduit 2.2
Chris Wong
1
-3
/
+2
2016-08-18
Fix feed generator when item contains CDATA
Yann Esposito (Yogsototh)
1
-1
/
+7
2016-08-15
Also trim whitespace around colons.
Nicole Rauch
1
-2
/
+2
2016-08-14
Removed two compiler warnings (unnecessary imports).
Nicole Rauch
1
-2
/
+0
2016-08-14
Unified the constant cases in all three functions.
Nicole Rauch
1
-8
/
+8
2016-08-14
Extracted a helper method because it was defined locally twice.
Nicole Rauch
1
-8
/
+11
2016-08-14
Do not strip comments that are inside constants.
Nicole Rauch
1
-0
/
+2
2016-08-14
Compressed the code by grouping the guards together.
Nicole Rauch
1
-9
/
+6
2016-08-14
We must avoid the compression of whitespace in constants by handling it in th...
Nicole Rauch
1
-1
/
+9
2016-08-14
Improved the compaction a bit more.
Nicole Rauch
1
-2
/
+1
2016-08-14
Compacted the code by unifying all the similar prefix options.
Nicole Rauch
1
-9
/
+6
2016-08-14
We need to constantly check whether we are at the start of a constant, not ju...
Nicole Rauch
1
-5
/
+11
2016-08-14
Whitespace in certain kinds of string constants is no longer eliminated.
Nicole Rauch
1
-6
/
+22
2016-08-04
Fix partials and add a test
Jasper Van der Jeugt
1
-2
/
+2
2016-08-03
Reorganise template module hierarchy
Jasper Van der Jeugt
4
-428
/
+448
2016-07-31
Enable listings and indices in the preview server
Jasper Van der Jeugt
1
-5
/
+6
2016-07-31
Merge pull request #453 from sk3r/cmd_parser_replacement
Jasper Van der Jeugt
1
-71
/
+52
2016-07-25
s/that/that the/
samgd
1
-1
/
+1
2016-07-25
Fix merge conflicts
samgd
3
-19
/
+40
2016-07-25
Trim instructions. TrimRd chunk might need TrimL. Trim tests.
samgd
2
-6
/
+44
2016-07-24
Fix module layout
samgd
3
-204
/
+100
2016-07-24
cmdArgs to Options.Applicative
sk3r
1
-71
/
+52
2016-07-24
Working trimming but module loop and formatting req.
samgd
3
-124
/
+252
2016-07-23
Canonicalize file + initial if/for planning
samgd
1
-0
/
+86
2016-07-23
Expr trimming. '-' binds to '$'.
samgd
2
-7
/
+17
2016-07-23
Partial trimming
samgd
1
-5
/
+11
2016-07-23
For trimming
samgd
1
-6
/
+18
2016-07-23
Include file name in error messages
Lorenzo
3
-5
/
+19
2016-07-23
If Trim parsing
samgd
1
-11
/
+61
2016-07-22
Merge remote-tracking branch 'upstream/master'
Lorenzo
3
-38
/
+16
2016-07-22
Add Trim_ data constructors. Add If test for Trim
samgd
1
-6
/
+10
2016-07-22
Fail if template is not parsed until eof
Lorenzo
1
-3
/
+10
2016-07-22
Switch preview server from Snap to Warp
Arguggi
2
-37
/
+15
2016-07-22
Fixes https://github.com/jaspervdj/hakyll/issues/323 we have less compression...
Luca Molteni
1
-1
/
+1
2016-06-25
Make errors in Check less verbose
Jan Tojnar
1
-14
/
+23
2016-05-17
Read `.metadata` files using bytestring
Jasper Van der Jeugt
1
-1
/
+3
2016-04-29
src/Hakyll/Web/Paginate.hs: Fix build failure
Sergei Trofimovich
1
-1
/
+1
2016-04-28
Remove Show instance for Tags
Jasper Van der Jeugt
1
-1
/
+1
2016-04-27
Import catchIOError from System.IO.Error
Jasper Van der Jeugt
1
-1
/
+1
2016-04-26
Fix import errors on windows
Jasper Van der Jeugt
1
-0
/
+5
2016-04-07
Merge pull request #402 from Nicowcow/snippet-include
Jasper Van der Jeugt
1
-0
/
+17
2016-04-06
Add Snippet expression for snippet includes
Nicolas Mattia
1
-0
/
+17
2016-04-06
Clean warnings
Jasper Van der Jeugt
26
-78
/
+46
2016-04-06
Hint for weird yaml error
Jasper Van der Jeugt
1
-2
/
+13
2016-04-06
Better errors for yaml parsing
Jasper Van der Jeugt
1
-6
/
+31
2016-04-06
Initial YAML support
Jasper Van der Jeugt
8
-102
/
+148
[next]