Note that there are some explanatory texts on larger screens.

plurals
  1. POJekyll seems to have stopped processing pages
    primarykey
    data
    text
    <p>I've been using Jekyll (with the auto option set to true, so it auto builds to the _site folder) on a site for a few weeks, and everything has been working fine.</p> <p>The posts were in a structure like this</p> <pre><code>/language/_posts/yyyy-mm-dd-filename.html </code></pre> <p>and so jekyll built them out into the _site folder and the results looked like this: </p> <pre><code>/language/filename.html </code></pre> <p>Recently the folder structure of the site had to change, to duplicate the existing content out into 4 regions, which has quadrupled the number of posts on the site.</p> <p>So I updated the structure and the posts are now in a subfolders like this:</p> <pre><code>/region/language/_posts/yyyy-mm-dd-filename.html </code></pre> <p>so jekyll builds them out into the _site folder which should result in: </p> <pre><code>/region/language/filename.html </code></pre> <p>this worked at first, but as I've added more regions, jekyll seems to stop processing the files, and I can't seem to figure out why.</p> <p>Becuase I've inherited this site off someone else, it is using the yyyy-mm-dd in the filename structure in a bit of a hacky way, to get the pages to appear in the 'order' they are meant to. I'm wondering if this might have anything to do with it.</p> <p>The dates on my posts range from <code>0000-01-01</code> to <code>0039-10-10</code> - so they're not really being used as actual dates, but I wouldn't have thought this would affect jekyll processing them. </p> <p>So my thoughts are:</p> <p>1) Does jekyll have any sort of maximum page/post limits? I have 11 posts x 9 languages x 4 regions = 396 posts</p> <p>2) Would the fact that there are over 30 'years' between posts cause any problems?</p> <p>Any help much appreciated, I'm more of a front end kinda guy...</p> <p>Cheers</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload