+[2013-12-01T22:24:07Z]jaybenickoe, basically, i'm dumping the entirety of {{ page }} and {{ site }} respectively... which show/provide *all* defined variables. +[2013-12-01T22:24:39Z]nickoethat is usefull +[2013-12-01T22:24:51Z]jaybenickoe, in the example i provided via url, obviously, i am formatting them quite lovingly - along with syntax highlighting, indentation, and grouping sub-hashes, etc. point is the same though - you can design 'debugging' to show what's defined. +[2013-12-01T22:26:09Z]jaybein the easiest, purest sense, you could simply include the following on a page/include/template: {{ page }} {{ site }} +[2013-12-01T22:26:17Z]jaybe... and get the same data, just not as sexy as mine :)
message no. 14353
Posted by jaybe in #jekyll at 2013-12-01T22:26:17Z
... and get the same data, just not as sexy as mine :)
+[2013-12-02T00:01:04Z]osxorgatecan i combine build and serve in 1 command? right now i have 2 terminals, one with build --watch and one with serve --watch +[2013-12-02T00:46:08Z]dmisonosxorgate: "jekyll serve -w" should build when changes are detected AFAIK +[2013-12-02T00:46:57Z]dmisonwell, template and content changes at least I think, not config +[2013-12-02T00:47:51Z]osxorgatei see, thanks +[2013-12-02T05:12:54Z]datapoliticalquick jekyll routing question