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

jekyll-sitemap in container #216

Closed davidobrien1985 closed 6 years ago

davidobrien1985 commented 6 years ago

Hi,

I'm hosting my jekyll site inside of a container and this doesn't seem to work well with the jekyll-sitemap plugin.

<urlset xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"><url><loc>http://0.0.0.0:4000/blog/</loc></url><url><loc>http://0.0.0.0:4000/contact/</loc></url><url><loc>http://0.0.0.0:4000/</loc></url></urlset>

Does this plugin not like creating a sitemap in a container? I would've expected it to use the site.url value, not the http://0.0.0.0 value.

pathawks commented 6 years ago

Duplicate of #215