+ [2019-05-07T17:02:08Z] xmn But yeah it seems like you may be missing some setup or configs.
+ [2019-05-07T17:02:19Z] xmn Sorry can't pin it down for yah. :D
+ [2019-05-10T00:50:48Z] sixfingeredamish When I use for post in site.posts, I get 2 results for each post
+ [2019-05-10T00:51:09Z] sixfingeredamish for example, I'll get: post1, post1/index, post2, post2/index

message no. 172260

Posted by sixfingeredamish in #jekyll at 2019-05-10T00:50:48Z

When I use for post in site.posts, I get 2 results for each post
+ [2019-05-12T12:34:27Z] uliwitness Hi, is this the right place to ask some questions about writing a Generator plugin for Jekyll? I want to generate several copies of a page (with different variables) and am having problems.
+ [2019-05-13T19:02:51Z] mjorgensen This is a bit confusing. In the docs for collections and permalinks, it says the :output_ext variable is “included by default and usually unnecessary”, but it’s totally necessary because the generated URLs need to have the extension.
+ [2019-05-18T12:12:49Z] soots hi, when i want to make a new website using jekyll, is it advised to create it as a theme for jekyll?
+ [2019-05-18T12:18:42Z] soots the website is not supposed to be used as a theme by others, but i wondered if there are other advantages buiding it a gem based theme, like a cleaner project structure or something
+ [2019-05-18T13:10:55Z] xmn soots: probably not at this point. unless you plan on sharing the project with other. for ex. they can work on refining the theme.