latest 20 messages by osxorgate

+ [2013-12-10T13:34:58Z] osxorgate o_O i dont really understand
+ [2013-12-10T13:00:00Z] osxorgate but it's a bit ugly
+ [2013-12-10T12:59:55Z] osxorgate i have an image that i wish to give an onclick handler, how can i easily achieve this? Now i have so: <img class="popup" src="{{ site.url }}/images/kleyn/kleyn_appicon.png" onclick="popImage('{{ site.url }}/images/kleyn/kleyn_list_framed.png')"/>
+ [2013-12-10T11:00:37Z] osxorgate well it's true and all
+ [2013-12-10T11:00:24Z] osxorgate Firefox only accepts favicon.ico in the web site's root without a <link> tag if the setting browser.chrome.favicons is set to true in about:config. The default value is true. If set to false, these favicons are ignored.
+ [2013-12-10T11:00:15Z] osxorgate weird that firefox wont show it
+ [2013-12-10T10:58:07Z] osxorgate link rel thing
+ [2013-12-10T10:58:00Z] osxorgate i'll just add the lijk rel ting
+ [2013-12-10T10:57:53Z] osxorgate safari uses it
+ [2013-12-10T10:57:47Z] osxorgate yeh firefox and opera optional
+ [2013-12-10T10:57:29Z] osxorgate ah, just firefox won't use it like that
+ [2013-12-10T10:56:23Z] osxorgate hm i thought i could just stash a favicon.ico in the root
+ [2013-12-10T10:51:57Z] osxorgate what do i need to do to have a favicon in my site?
+ [2013-12-02T13:48:50Z] osxorgate but what do i know i started yesterday :0
+ [2013-12-02T13:48:26Z] osxorgate i think you could make an object-page and pass in params
+ [2013-12-02T13:47:01Z] osxorgate SirFunk: says so right here: http://jekyllrb.com/docs/datafiles/
+ [2013-12-02T10:38:54Z] osxorgate i have a feeling the baseurl in _config,yml is not honored somehow
+ [2013-12-02T10:26:06Z] osxorgate hi fellas, when i upload my site to the webserver, it does not seem to use the css. i'm wondering if this is because i placed it in a subdir like www.mysite.com/test
+ [2013-12-02T00:47:51Z] osxorgate i see, thanks
+ [2013-12-02T00:01:04Z] osxorgate can i combine build and serve in 1 command? right now i have 2 terminals, one with build --watch and one with serve --watch