kinnetica/jekyll-plugins

Toplevel pages only

thany opened this issue · 7 comments

This plugins generates a sitemap just fine, but for toplevel pages only. Any directories down seem to be entirely ignored. Is this by design? If not, then I may have found a bug.

I tried explicitly including a directory, but even then it's ignored. All options for the sitemap plugin are default.

Using the latest everything.

Btw, I'm using the jekyll-pages-directory plugin. Perhaps either it is not setting the directory with pages in the right place, or sitemap generator is not pulling it from the right place (or at all)...

I have this same issue with the pages-directory plugin

...same issue with the pages-directory plugin

@kutulus You actually don't really need a plugin for this, just include the _pages directory in your _config.yml file and you should be good to go! Take a look here to see what I mean.

Hi @eberkund,
thanks for your tip. It seems to work fine :-)
I'm quite new to Jekyll and just evaluating the possibilities...

... but now I have the _pages back in my URL´s ???

You will have to specify the permalink of the pages to avoid that