jekyll / jekyll-sitemap

Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site
http://rubygems.org/gems/jekyll-sitemap
MIT License
949 stars 134 forks source link

Limit sitemap result by URL #218

Closed ghost closed 6 years ago

ghost commented 6 years ago

Sorry, I'm using Google Translator to translate this content.

How can I display a maximum amount of url in a sitemap through the url of the site.

Look, let's assume I have 500 url in a sitemap, but I want to split it in two this way.

/sitema.xml?redirect=false&start-index=1&max-results=250 /sitema.xml?redirect=false&start-index=251&max-results=500

It is possible?

pathawks commented 6 years ago

This is not possible, and will never be possible since Jekyll is a static site generator–meaning there is no server side processing of content.

ghost commented 6 years ago

Thank you very much for your attention.

Your response was very helpful.