+[2016-04-19T21:01:10Z]miklbyeah, that' the last i saw, subscribed to that pull request discussion but hadn't seen any more. Didn't know if any other channel there might have been an update on. +[2016-04-19T21:32:26Z]gynterok, jekyllthemes.org should be up2date now again +[2016-04-19T21:32:42Z]gynter7 new themes + 1 updated +[2016-04-19T21:55:41Z]istrasci1I'm using page frontmatter to set permalinks, but `jekyll build` is not putting the files in the right place. For example, my about.html page should get built to about/index.html, right? What am I doing wrong? +[2016-04-19T22:03:44Z]istrasci1OK, I think I had the syntax for the Frontmatter wrong: I had put `permalink: /about`, but it should be `permalink: about/`.
+[2016-04-20T03:52:20Z]allejowhen using "serve" or "--watch" and a file from a collection changes, does it regenerate the entire website? +[2016-04-20T03:57:03Z]jaybeallejo, hi. yes, by default, for any changed file. there is an experimental feature call 'incremental generation' [[ incremental ]] that provides for systematic rebuilds +[2016-04-20T03:57:03Z]jekyllrb(incremental) (#1) http://idratherbewriting.com/2015/11/04/jekyll-30-released-incremental-regeneration-rocks/, or (#2) https://jekyllrb.com/docs/configuration/ +[2016-04-20T04:07:34Z]allejooh sweet, thanks for the links +[2016-04-20T09:05:33Z]tools_Hey I have a couple of product pages I need to render and for that I need to include markdown, where I have used this guide: http://wolfslittlestore.be/2013/10/rendering-markdown-in-jekyll/