Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2013-06-30 | Correct example code: parseGlob ==> fromGlob | uu1101 | 1 | -1/+1 | |
2013-06-18 | Add darkfox.us.to to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-06-17 | Merge pull request #162 from uu1101/seq-stderr | Jasper Van der Jeugt | 1 | -0/+2 | |
Deepseq stderr before closing the handle | |||||
2013-06-17 | Add xinitrc.de to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-06-17 | Version bump (4.3.1.0) | Jasper Van der Jeugt | 2 | -1/+7 | |
2013-06-17 | Update teaser tutorial | Jasper Van der Jeugt | 1 | -0/+13 | |
2013-06-17 | Only add teaser when <!--more--> is there | Jasper Van der Jeugt | 3 | -27/+40 | |
2013-06-16 | Tighten network dependency | Jasper Van der Jeugt | 1 | -6/+6 | |
2013-06-16 | Merge pull request #165 from nagisa/uri-sanitise | Jasper Van der Jeugt | 3 | -10/+19 | |
Better sanitising for URIs | |||||
2013-06-16 | Make toUri sanitise all characters needed | Simonas Kazlauskas | 2 | -6/+10 | |
2013-06-16 | More tests for toUrl function | Simonas Kazlauskas | 1 | -4/+9 | |
2013-06-15 | Sanitize URLs in toUrl | Jasper Van der Jeugt | 2 | -5/+14 | |
Closes #163 | |||||
2013-06-14 | Set handle encoding as per locale | uu1101 | 1 | -0/+1 | |
2013-06-14 | Deepseq stderr before closing the handle | uu1101 | 1 | -0/+1 | |
Otherwise laziness allows for the handle to be closed withouth receiving the input. This caused that no error messages were printed when `unixFilter`s failed. | |||||
2013-06-12 | All ready for the 4.3 release! | Jasper Van der Jeugt | 5 | -15/+147 | |
2013-06-09 | Merge pull request #161 from blaenk/add-site | Jasper Van der Jeugt | 1 | -0/+2 | |
add blaenkdenum.com to examples | |||||
2013-06-08 | add blaenkdenum.com to examples | Jorge Israel Peña | 1 | -0/+2 | |
2013-06-06 | teaserContext -> teaserField | Jasper Van der Jeugt | 3 | -15/+16 | |
2013-06-05 | Update hakyll-init example to new template system | Jasper Van der Jeugt | 6 | -25/+20 | |
2013-06-04 | Clarify ./site rebuild a bit | Jasper Van der Jeugt | 1 | -2/+6 | |
See #160 | |||||
2013-06-04 | Fix link to list module | Jasper Van der Jeugt | 1 | -1/+1 | |
See #159 | |||||
2013-06-04 | The File util module is not internal | Jasper Van der Jeugt | 1 | -4/+0 | |
See #159 | |||||
2013-06-04 | Merge pull request #158 from regisfoucault/patch-2 | Jasper Van der Jeugt | 1 | -1/+1 | |
Update examples.markdown | |||||
2013-05-31 | Update examples.markdown | Régis Foucault | 1 | -1/+1 | |
2013-05-28 | Merge pull request #157 from regisfoucault/patch-1 | Jasper Van der Jeugt | 1 | -0/+2 | |
Update examples.markdown | |||||
2013-05-26 | Update examples.markdown | Régis Foucault | 1 | -0/+2 | |
2013-05-24 | Merge pull request #155 from blaenk/win32-preview-fix | Jasper Van der Jeugt | 1 | -3/+43 | |
fix preview functionality on windows | |||||
2013-05-22 | finish incomplete comment | Jorge Israel Peña | 1 | -1/+1 | |
2013-05-22 | add max-retries to waitOpen and gracefully handle remove/delete events | Jorge Israel Peña | 1 | -11/+22 | |
2013-05-22 | Merge pull request #156 from simukis/deploy-propagate | Jasper Van der Jeugt | 3 | -5/+6 | |
Deploy should propagate error code |