+ [9 years ago] miklb yeah, 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.
+ [9 years ago] gynter ok, jekyllthemes.org should be up2date now again
+ [9 years ago] gynter 7 new themes + 1 updated
+ [9 years ago] istrasci1 I'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?
+ [9 years ago] istrasci1 OK, I think I had the syntax for the Frontmatter wrong: I had put `permalink: /about`, but it should be `permalink: about/`.

message no. 132185

Posted by kzisme in #jekyll at 2016-04-19T00:48:08Z

helping a friend :)
+ [9 years ago] allejo when using "serve" or "--watch" and a file from a collection changes, does it regenerate the entire website?
+ [9 years ago] jaybe allejo, hi. yes, by default, for any changed file. there is an experimental feature call 'incremental generation' [[ incremental ]] that provides for systematic rebuilds
+ [9 years ago] jekyllrb (incremental) (#1) http://idratherbewriting.com/2015/11/04/jekyll-30-released-incremental-regeneration-rocks/, or (#2) https://jekyllrb.com/docs/configuration/
+ [9 years ago] allejo oh sweet, thanks for the links
+ [9 years ago] 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/