Sha256: af3d862680cce1bb578cccf2baaad58b640442ad5538da354ff28073bd3c8aa3

Contents?: true

Size: 1.03 KB

Versions: 62

Compression:

Stored size: 1.03 KB

Contents

---
layout: nil
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>http://example.com</loc>
    <lastmod>{{ site.time | date: "%Y-%m-%d" }}</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  {% for post in site.posts %}
  <url>
    <loc>http://example.com{{ post.url }}/</loc>
    <lastmod>{{ post.date | date: "%Y-%m-%d" }}</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.2</priority>
  </url>
  {% endfor %}

  {% for page in site.html_pages %}
  <url>
    <loc>http://example.com{{ page.url }}</loc>
    <lastmod>{{ site.time | date: "%Y-%m-%d" }}</lastmod>
    {% if page.changefreq %}<changefreq>{{ page.changefreq }}</changefreq>{% endif %}
    {% if page.priority %}<priority>{{ page.priority }}</priority>{% endif %}
  </url>
  {% endfor %}
</urlset>

Version data entries

62 entries across 62 versions & 9 rubygems

Version Path
jekyll-2.2.0 test/source/sitemap.xml
jekyll-2.1.1 test/source/sitemap.xml
jekyll-2.1.0 test/source/sitemap.xml
jekyll-2.0.3 test/source/sitemap.xml
jekyll-2.0.2 test/source/sitemap.xml
jekyll-2.0.1 test/source/sitemap.xml
jekyll-2.0.0 test/source/sitemap.xml
jekyll-2.0.0.rc1 test/source/sitemap.xml
jekyll-2.0.0.alpha.3 test/source/sitemap.xml
jekyll-1.5.1 test/source/sitemap.xml
jekyll-2.0.0.alpha.2 test/source/sitemap.xml
jekyll-1.5.0 test/source/sitemap.xml
tigefa-1.1.3 test/source/sitemap.xml
tigefa-1.1.2 test/source/sitemap.xml
jekyll-2.0.0.alpha.1 test/source/sitemap.xml
tigefa-1.1.1 test/source/sitemap.xml
jekyll-1.4.3 test/source/sitemap.xml
jekyll-1.4.2 test/source/sitemap.xml
jekyll-1.4.1 test/source/sitemap.xml
jekyll-1.4.0 test/source/sitemap.xml