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-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
2016-03-14
Fixes #408: Documentation for "unixFilter" now compiles
Richard Cook
1
-1
/
+1
2016-01-31
Merge pull request #385 from bergus/template
Jasper Van der Jeugt
1
-1
/
+9
2015-11-20
Item context has precedence before feed context
Yuriy Syrovetskiy
1
-2
/
+2
2015-10-24
templateBodyCompiler compiles resource body only
Bergi
1
-1
/
+9
2015-10-24
Export getModificationTime
Jasper Van der Jeugt
1
-2
/
+13
2015-09-25
guard explained
Javran Cheng
1
-0
/
+6
2015-09-24
prevent "-h" or "--help" from generating dir
Javran Cheng
1
-2
/
+2
2015-08-16
Add "poster" as a URL attribute
Duncan
1
-1
/
+1
2015-08-01
Allow time 1.4.*
Adam Bergmark
2
-4
/
+12
2015-08-01
Bump fsnotify to 0.2
Jasper Van der Jeugt
1
-4
/
+3
2015-06-30
Allow empty template, fix some import warnings
Jasper Van der Jeugt
4
-5
/
+6
2015-06-24
Improve documentation of getResourceBody, getResourceString, and getResourceLBS.
Matthias C. M. Troffaes
1
-3
/
+4
[next]