+[9 years ago]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. +[9 years ago]gynterok, jekyllthemes.org should be up2date now again +[9 years ago]gynter7 new themes + 1 updated +[9 years ago]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? +[9 years ago]istrasci1OK, I think I had the syntax for the Frontmatter wrong: I had put `permalink: /about`, but it should be `permalink: about/`.
+[9 years ago]allejowhen using "serve" or "--watch" and a file from a collection changes, does it regenerate the entire website? +[9 years ago]jaybeallejo, 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]allejooh 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/