+[2013-10-12T18:52:20Z]zanshinHaven't had the time to dig into the API to see what's broken. +[2013-10-13T17:56:07Z]jsbkkjdoes anyone know if it's possible to start a local dev server for jekyll with the grunt-jeykll plugin? +[2013-10-13T17:56:39Z]jsbkkjI'm not having any luck, it's building the site fine, but can't get her to run +[2013-10-13T17:56:56Z]jsbkkjobviously, running jekyll server in a separate terminal window is asking too much +[2013-10-13T17:57:00Z]jsbkkjserve*
I'm not having any luck, it's building the site fine, but can't get her to run
+[2013-10-14T03:24:16Z]pontikirehi o/ +[2013-10-14T10:07:24Z]maloikAnyone know how to use a .md file as a 'partial' ? +[2013-10-14T10:07:39Z]maloikAs in, {% include footer.md %} or something like that where the markdown gets rendered automatically +[2013-10-14T13:11:59Z]jaybemaloik, partials are not explicitly rendered. you could, however, do something such as the following: +[2013-10-14T13:12:20Z]jaybe{% capture mydata %} {% include mypartial %} {% endcapture %}