summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-16Fix incorrect output of toSiteRoot on Windows.Saeid Al-Wazzan1-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-30Merge pull request #178 from blaenk/port-optionJasper Van der Jeugt2-7/+13
add preview port Configuration field
2013-08-29add preview port Configuration fieldJorge Israel Peña2-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-28Merge pull request #177 from stoltene2/masterJasper Van der Jeugt3-15/+85
Adding a watch command
2013-08-28* Preview now shows the deprecation message and calls watch.Eric Stolten2-9/+10
* Details on how to disable the server in the command description.
2013-08-26Merge pull request #176 from gwern/patch-1Jasper Van der Jeugt1-1/+1
Update examples.markdown: gwern.net repo home
2013-08-251. Added the WATCH_SERVER flag that is enabled by defaultEric Stolten3-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-20Merge branch 'upstream-master'Eric Stolten4-4/+10
2013-08-20Added a watch command that will continually poll for changes and rebuild them.Eric Stolten2-4/+42
2013-08-19Update examples.markdown: gwern.net repo homegwern1-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-16Change type: metadataField :: Context aJasper Van der Jeugt1-1/+1
Closes #175
2013-08-14Fix versions & metadata loading issueJasper Van der Jeugt3-3/+9
Closes #171
2013-08-13Explode when using mapContext over ListFieldJasper Van der Jeugt1-3/+5
2013-08-13Add eanalytica.com to examplesJasper Van der Jeugt1-0/+2
2013-08-10Add functionField againJasper Van der Jeugt6-2/+17
2013-08-05Add mapContext againJasper Van der Jeugt2-2/+12
2013-08-02Merge pull request #170 from duplode/masterJasper Van der Jeugt1-0/+2
Added scr.stunts.hu to the example sites.
2013-08-02Added scr.stunts.hu to the example sites.Daniel Mlot1-0/+2
2013-07-16Add nickcharlton.net to examplesJasper Van der Jeugt1-0/+2
2013-07-07Merge pull request #168 from Keruspe/masterJasper Van der Jeugt1-1/+2
Fix check of escaped internal uris
2013-07-07check: unescape internal urisMarc-Antoine Perennou1-1/+2
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2013-07-01Merge pull request #166 from uu1101/doc-fixJasper Van der Jeugt1-1/+1
Correct example code: parseGlob ==> fromGlob
2013-06-30Correct example code: parseGlob ==> fromGlobuu11011-1/+1
2013-06-18Add darkfox.us.to to examplesJasper Van der Jeugt1-0/+2
2013-06-17Merge pull request #162 from uu1101/seq-stderrJasper Van der Jeugt1-0/+2
Deepseq stderr before closing the handle
2013-06-17Add xinitrc.de to examplesJasper Van der Jeugt1-0/+2
2013-06-17Version bump (4.3.1.0)Jasper Van der Jeugt2-1/+7
2013-06-17Update teaser tutorialJasper Van der Jeugt1-0/+13
2013-06-17Only add teaser when <!--more--> is thereJasper Van der Jeugt3-27/+40
2013-06-16Tighten network dependencyJasper Van der Jeugt1-6/+6
2013-06-16Merge pull request #165 from nagisa/uri-sanitiseJasper Van der Jeugt3-10/+19
Better sanitising for URIs
2013-06-16Make toUri sanitise all characters neededSimonas Kazlauskas2-6/+10
2013-06-16More tests for toUrl functionSimonas Kazlauskas1-4/+9
2013-06-15Sanitize URLs in toUrlJasper Van der Jeugt2-5/+14
Closes #163
2013-06-14Set handle encoding as per localeuu11011-0/+1
2013-06-14Deepseq stderr before closing the handleuu11011-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-12All ready for the 4.3 release!Jasper Van der Jeugt5-15/+147
2013-06-09Merge pull request #161 from blaenk/add-siteJasper Van der Jeugt1-0/+2
add blaenkdenum.com to examples
2013-06-08add blaenkdenum.com to examplesJorge Israel Peña1-0/+2
2013-06-06teaserContext -> teaserFieldJasper Van der Jeugt3-15/+16
2013-06-05Update hakyll-init example to new template systemJasper Van der Jeugt6-25/+20
2013-06-04Clarify ./site rebuild a bitJasper Van der Jeugt1-2/+6
See #160
2013-06-04Fix link to list moduleJasper Van der Jeugt1-1/+1
See #159
2013-06-04The File util module is not internalJasper Van der Jeugt1-4/+0
See #159
2013-06-04Merge pull request #158 from regisfoucault/patch-2Jasper Van der Jeugt1-1/+1
Update examples.markdown
2013-05-31Update examples.markdownRégis Foucault1-1/+1
2013-05-28Merge pull request #157 from regisfoucault/patch-1Jasper Van der Jeugt1-0/+2
Update examples.markdown
2013-05-26Update examples.markdownRégis Foucault1-0/+2
2013-05-24Merge pull request #155 from blaenk/win32-preview-fixJasper Van der Jeugt1-3/+43
fix preview functionality on windows
2013-05-22finish incomplete commentJorge Israel Peña1-1/+1