Skip to content

Commit

Permalink
Update the sitemap.
Browse files Browse the repository at this point in the history
* Include all `/install/` and `/docs/` pages.
* List every blog post URL as well.
  • Loading branch information
postmodern committed Nov 27, 2023
1 parent 4cabfc2 commit 395c3f9
Showing 1 changed file with 114 additions and 26 deletions.
140 changes: 114 additions & 26 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,49 @@ layout: null
<priority>1.0</priority>
</url>
<url>
<loc>http://ronin-rb.dev/blog/</loc>
<loc>http://ronin-rb.dev/install/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>monthly</changefreq>
<changefreq>yearly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>http://ronin-rb.dev/install/</loc>
<loc>http://ronin-rb.dev/install/arch/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/install/fedora/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/install/freebsd/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/install/macos/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/install/nix/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/install/opensuse/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/install/ubuntu/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
Expand All @@ -25,48 +61,100 @@ layout: null
<loc>http://ronin-rb.dev/faq/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.7</priority>
<priority>0.9</priority>
</url>
<url>
<loc>http://ronin-rb.dev/docs/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.7</priority>
<priority>0.9</priority>
</url>
<url>
<loc>http://ronin-rb.dev/downloads/</loc>
<loc>http://ronin-rb.dev/docs/guides/getting-started/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/examples/</loc>
<lastmod>{{ site.time | date_to_xmlschema }}</lastmod>
<changefreq>monthly</changefreq>
<priority>0.1</priority>
<loc>http://ronin-rb.dev/docs/guides/using-the-ronin-cli/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/examples/commands/</loc>
<lastmod>{{ site.time | date_to_xmlschema }}</lastmod>
<changefreq>monthly</changefreq>
<priority>0.1</priority>
<loc>http://ronin-rb.dev/docs/guides/using-the-ronin-ruby-shell/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/examples/formatting/</loc>
<lastmod>{{ site.time | date_to_xmlschema }}</lastmod>
<changefreq>monthly</changefreq>
<priority>0.1</priority>
<loc>http://ronin-rb.dev/docs/guides/using-ronin-db/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/docs/guides/using-ronin-repos/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/docs/guides/ruby-quick-ref/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/docs/guides/writing-ronin-ruby-scripts/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/docs/porting/metasploit-exploits-to-ronin-exploits/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/examples/network/</loc>
<lastmod>{{ site.time | date_to_xmlschema }}</lastmod>
<loc>http://ronin-rb.dev/docs/porting/metasploit-payloads-to-ronin-payloads/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/docs/porting/python-to-ronin-quick-ref/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://ronin-rb.dev/docs/porting/pwnlib-to-ronin-quick-ref/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
{% for library in site.libraries %}
<url>
<loc>http://ronin-rb.dev/docs/{{ library[0] }}/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>yearly</changefreq>
<priority>0.7</priority>
</url>
{% endfor %}
<url>
<loc>http://ronin-rb.dev/blog/</loc>
<lastmod>{{ site.time | date_to_xmlschema}}</lastmod>
<changefreq>monthly</changefreq>
<priority>0.1</priority>
<priority>0.9</priority>
</url>
{% for post in site.categories.blog %}
<url>
<loc>http://ronin-rb.dev/examples/web/</loc>
<lastmod>{{ site.time | date_to_xmlschema }}</lastmod>
<loc>http://ronin-rb.dev{{ post.url }}</loc>
<lastmod>{{ post.time | date_to_xmlschema}}</lastmod>
<changefreq>monthly</changefreq>
<priority>0.1</priority>
<priority>0.8</priority>
</url>
{% endfor %}
</urlset>

0 comments on commit 395c3f9

Please sign in to comment.