Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-05 | Revert "Throw an error in case of duplicate compilers" | Jasper Van der Jeugt | 2 | -19/+6 | |
This reverts commit ffbce966075d258b16b44e6856333ef41e4487f4. | |||||
2013-12-05 | Bump various versions | Jasper Van der Jeugt | 1 | -8/+8 | |
2013-11-22 | Throw an error in case of duplicate compilers | Jasper Van der Jeugt | 2 | -6/+19 | |
2013-11-20 | Merge pull request #196 from Tordek/master | Jasper Van der Jeugt | 2 | -4/+4 | |
Fixed unescaped dollar-signs in tutorials template. | |||||
2013-11-20 | Fixed README typo | Guillermo O. Freschi | 1 | -1/+1 | |
2013-11-20 | Fixed unescaped dollar-signs in tutorials template. | Guillermo O. Freschi | 1 | -3/+3 | |
2013-11-18 | Detect change if metadata file is deleted | Jasper Van der Jeugt | 1 | -1/+3 | |
Closes #191 | |||||
2013-10-19 | Bump tagsoup | Jasper Van der Jeugt | 1 | -3/+3 | |
Closes #193 | |||||
2013-10-18 | Bump cryptohash dependency | Jasper Van der Jeugt | 1 | -3/+3 | |
2013-10-18 | Added test case for global metadata | Alexey Kreshchuk | 7 | -1/+85 | |
2013-10-16 | Track metadata dependencies | Alexey Kreshchuk | 5 | -14/+45 | |
I had to prepend some Rules to global Rules set. This might be possible to replaced by a correct Store.set call. I also had to prepend some Compile rules. | |||||
2013-10-15 | Fix root directory in directory-wise metadata and beautify code | Alexey Kreshchuk | 1 | -20/+14 | |
2013-10-12 | Fix loadGlobalMetadata on Windows | Alexey Kreshchuk | 1 | -4/+4 | |
2013-10-11 | added gloabl metadata parsing | Alexey Kreshchuk | 1 | -2/+43 | |
2013-10-07 | Add web.engr.oregonstate.edu/~walkiner/ example | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-09-29 | Enable Pandoc highlighting by default | Jasper Van der Jeugt | 3 | -1/+8 | |
2013-09-29 | contribution | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-09-29 | Bump version (4.4.0.0), update changelog | Jasper Van der Jeugt | 2 | -1/+30 | |
2013-09-29 | Merge remote-tracking branch 'piyush-kurur/master' | Jasper Van der Jeugt | 1 | -0/+2 | |
Conflicts: web/examples.markdown | |||||
2013-09-28 | added piyush's homepage to examples | Piyush P Kurur | 1 | -0/+2 | |
2013-09-26 | Add dikmax.name to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-09-18 | Restrict pandoc version a bit more | Jasper Van der Jeugt | 1 | -2/+2 | |
2013-09-18 | updated to work with pandoc 1.12 | Jorge Israel Peña | 2 | -65/+62 | |
Pandoc 1.12 decouples citeproc-hs from itself, so there is no longer a Text.Pandoc.Biblio module in Pandoc. Further, citeproc-hs depends on pandoc-types 1.10 but Pandoc 1.12 depends on pandoc-types 1.12. To alleviate these issues, pandoc-citeproc was created which includes a copy of the citeproc-hs source made to be compatible, since the developer of citeproc-hs is apparently MIA. pandoc-citeproc is a separate module that handles the mixture of citeproc-hs and Pandoc. It includes `processCites` in Text.CSL.Pandoc, which is the new name of what used to be `processBiblio` from Text.Pandoc.Biblio Most of these changes are seamless, consisting of simple name changes in both functions and modules. However, a more direct change in the Hakyll API itself is that `readPandocBiblio`'s second parameter, the CSL, is now mandatory, i.e. not of type Maybe. This is to reflect the same change in the underlying processing function from Text.CSL.Pandoc, `processCites`, where the Style argument is now mandatory, and the style is derived from the CSL. See the old function: processBiblio :: Maybe Style -> [Reference] -> Pandoc -> Pandoc Compared to the new one: processCites :: Style -> [Reference] -> Pandoc -> Pandoc Sources: * http://hackage.haskell.org/packages/archive/pandoc/1.11.1/doc/html/Text-Pandoc-Biblio.html * http://hackage.haskell.org/packages/archive/pandoc-citeproc/0.1/doc/html/Text-CSL-Pandoc.html Similarly, there is no longer a `readerReferences` field in the reader options structure. | |||||
2013-09-17 | Merge pull request #181 from clinty/cryptohash0.10 | Jasper Van der Jeugt | 1 | -2/+2 | |
Build with cryptohash 0.10. | |||||
2013-09-17 | Merge pull request #180 from clinty/quickcheck2.6 | Jasper Van der Jeugt | 1 | -1/+1 | |
Work with QuickCheck 2.6 | |||||
2013-09-16 | Build with cryptohash 0.10. | Clint Adams | 1 | -2/+2 | |
2013-09-16 | Work with QuickCheck 2.6 | Clint Adams | 1 | -1/+1 | |
2013-09-16 | Merge pull request #179 from saeidw/windows-site-root | Jasper Van der Jeugt | 1 | -1/+1 | |
Fix incorrect output of toSiteRoot on Windows. | |||||
2013-09-16 | Fix incorrect output of toSiteRoot on Windows. | Saeid Al-Wazzan | 1 | -1/+1 | |
toSiteRoot uses splitPath, joinPath, and takeDirectory from the System.FilePath module. On Windows systems, the implementation of joinPath will build up a path using the Windows path separator "\\". We don't want this behavior since the paths we are working with are always URLs, so we force POSIX behavior for System.FilePath. | |||||
2013-08-30 | Merge pull request #178 from blaenk/port-option | Jasper Van der Jeugt | 2 | -7/+13 | |
add preview port Configuration field | |||||
2013-08-29 | add preview port Configuration field | Jorge Israel Peña | 2 | -7/+13 | |
Make it possible to specify the default port to listen on when the preview server is run. This is useful if another service on the system already runs on port 8000 (the default), since it's a hassle to keep providing the port overriding option. For example: ./site preview vs. ./site preview -p 4000 | |||||
2013-08-28 | Merge pull request #177 from stoltene2/master | Jasper Van der Jeugt | 3 | -15/+85 | |
Adding a watch command | |||||
2013-08-28 | * Preview now shows the deprecation message and calls watch. | Eric Stolten | 2 | -9/+10 | |
* Details on how to disable the server in the command description. | |||||
2013-08-26 | Merge pull request #176 from gwern/patch-1 | Jasper Van der Jeugt | 1 | -1/+1 | |
Update examples.markdown: gwern.net repo home | |||||
2013-08-25 | 1. Added the WATCH_SERVER flag that is enabled by default | Eric Stolten | 3 | -30/+61 | |
1. Added an argument to watch, --no-server which will disable the embedded server. 1. Added a deprecation message to the preview mode | |||||
2013-08-20 | Merge branch 'upstream-master' | Eric Stolten | 4 | -4/+10 | |
2013-08-20 | Added a watch command that will continually poll for changes and rebuild them. | Eric Stolten | 2 | -4/+42 | |
2013-08-19 | Update examples.markdown: gwern.net repo home | gwern | 1 | -1/+1 | |
I've ceased hosting the repo myself since it has grown to 1.6GB, and instead put it on Patch-tag.com, so the command is no longer correct. | |||||
2013-08-16 | Change type: metadataField :: Context a | Jasper Van der Jeugt | 1 | -1/+1 | |
Closes #175 | |||||
2013-08-14 | Fix versions & metadata loading issue | Jasper Van der Jeugt | 3 | -3/+9 | |
Closes #171 | |||||
2013-08-13 | Explode when using mapContext over ListField | Jasper Van der Jeugt | 1 | -3/+5 | |
2013-08-13 | Add eanalytica.com to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-08-10 | Add functionField again | Jasper Van der Jeugt | 6 | -2/+17 | |
2013-08-05 | Add mapContext again | Jasper Van der Jeugt | 2 | -2/+12 | |
2013-08-02 | Merge pull request #170 from duplode/master | Jasper Van der Jeugt | 1 | -0/+2 | |
Added scr.stunts.hu to the example sites. | |||||
2013-08-02 | Added scr.stunts.hu to the example sites. | Daniel Mlot | 1 | -0/+2 | |
2013-07-16 | Add nickcharlton.net to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-07-07 | Merge pull request #168 from Keruspe/master | Jasper Van der Jeugt | 1 | -1/+2 | |
Fix check of escaped internal uris | |||||
2013-07-07 | check: unescape internal uris | Marc-Antoine Perennou | 1 | -1/+2 | |
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | |||||
2013-07-01 | Merge pull request #166 from uu1101/doc-fix | Jasper Van der Jeugt | 1 | -1/+1 | |
Correct example code: parseGlob ==> fromGlob |