latest 20 messages by mchelen

+ [2020-04-02T19:39:52Z] mchelen anyone know if its possible to automate adding/removal of labels when moving an issue between project columns?
+ [2015-07-25T23:46:10Z] mchelen i have a custom CNAME for an org pages, and now when i make a project in that org going to example.com/project-name doesn't work
+ [2015-02-18T20:09:05Z] mchelen yeah i think that's simplest, and i can use the existing tools
+ [2015-02-18T20:07:48Z] mchelen anyway it looks like travis does indeed support running a webserver
+ [2015-02-18T20:07:28Z] mchelen yeah thats another option, but i'd like to find a generic solution that works on any jekyll site w/o modification
+ [2015-02-18T20:06:09Z] mchelen right so i need to find a way to run a webserver on travis ci
+ [2015-02-18T20:05:24Z] mchelen and what i want is something that can run on travis cs
+ [2015-02-18T20:05:06Z] mchelen the linkchecker is not reading from the filesystem
+ [2015-02-18T20:04:56Z] mchelen ok great, i'm just saying there is a web server in there
+ [2015-02-18T20:04:37Z] mchelen nginx, jekyll, etc.
+ [2015-02-18T20:04:28Z] mchelen <mchelen> which has to be served by a webserver
+ [2015-02-18T20:04:12Z] mchelen and it sees "/css/style.css" as file:///css/style.css
+ [2015-02-18T20:03:57Z] mchelen that's the exact tool i used
+ [2015-01-31T22:55:26Z] mchelen give it a try one piece at a time, and test to make sure its working as you expect
+ [2015-01-31T22:53:37Z] mchelen that sounds like it would work
+ [2015-01-31T22:53:23Z] mchelen oh yeah i see what you mean
+ [2015-01-31T22:53:09Z] mchelen BlueProtoman: you can't redirect to multiple destinations, but you can redirect from multiple origins
+ [2015-01-31T22:52:40Z] mchelen alternatively, use redirect_to which is documented lower down
+ [2015-01-31T22:52:09Z] mchelen BlueProtoman: but those locations have to be within the same jekyll repo