latest 18 messages by davidsilvasmith
+
[2015-02-17T05:01:59Z]
davidsilvasmith
does the liquid where filter support not equal?
+
[2015-02-17T05:01:50Z]
davidsilvasmith
in case you were wondering it does not :(
+
[2015-02-17T04:51:20Z]
davidsilvasmith
does lsi work on github pages?
+
[2015-02-17T02:21:57Z]
davidsilvasmith
`whatis lis
+
[2015-02-17T02:20:59Z]
davidsilvasmith
'whatis lsi
+
[2015-02-17T02:20:36Z]
davidsilvasmith
very cool!
+
[2015-02-17T02:17:03Z]
davidsilvasmith
that jekyllrb bot is pretty sweet. how did it know to link to parkers blog post?
+
[2015-02-17T02:16:07Z]
davidsilvasmith
this is my site: https://github.com/davidsilvasmith/bitcoinbulls.net
+
[2015-02-17T02:15:39Z]
davidsilvasmith
this is the jekyll command line I use to serve to have the override jekyll serve --watch --destination "$TMPDIR"jekyll --drafts --config _config.yml,_dev.yml
+
[2015-02-17T02:14:47Z]
davidsilvasmith
but I'm still not sure I understand the issue correctly
+
[2015-02-17T02:14:36Z]
davidsilvasmith
another option for you might be baseurl
+
[2015-02-17T02:14:17Z]
davidsilvasmith
so in your case you could replace your <link href="/css/reset.css" with a <link href="{{site.cssdir}}/css/reset.css" then in your _config.yml make a cssdir
+
[2015-02-17T02:13:35Z]
davidsilvasmith
I have a _config.yml and then a _config.dev.yml. when I run locally variables in _config.dev.yml override _config.yml
+
[2015-02-17T02:11:56Z]
davidsilvasmith
cpg why doesn't that work?
+
[2015-02-17T01:40:40Z]
davidsilvasmith
hi :)
+
[2015-02-17T01:40:38Z]
davidsilvasmith
oops
+
[2015-02-17T01:40:26Z]
davidsilvasmith
can I enable LSI via conighello?
+
[2015-02-17T01:18:47Z]
davidsilvasmith
hey all, does LSI work on github pages?