diff --git a/sitemap.xml b/sitemap.xml index 476aeaf1..018ea7d9 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -10,13 +10,49 @@ layout: null 1.0 - http://ronin-rb.dev/blog/ + http://ronin-rb.dev/install/ {{ site.time | date_to_xmlschema}} - monthly + yearly 0.9 - http://ronin-rb.dev/install/ + http://ronin-rb.dev/install/arch/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 + + + http://ronin-rb.dev/install/fedora/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 + + + http://ronin-rb.dev/install/freebsd/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 + + + http://ronin-rb.dev/install/macos/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 + + + http://ronin-rb.dev/install/nix/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 + + + http://ronin-rb.dev/install/opensuse/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 + + + http://ronin-rb.dev/install/ubuntu/ {{ site.time | date_to_xmlschema}} yearly 0.8 @@ -25,48 +61,100 @@ layout: null http://ronin-rb.dev/faq/ {{ site.time | date_to_xmlschema}} yearly - 0.7 + 0.9 http://ronin-rb.dev/docs/ {{ site.time | date_to_xmlschema}} yearly - 0.7 + 0.9 - http://ronin-rb.dev/downloads/ + http://ronin-rb.dev/docs/guides/getting-started/ {{ site.time | date_to_xmlschema}} - monthly - 0.6 + yearly + 0.8 - http://ronin-rb.dev/examples/ - {{ site.time | date_to_xmlschema }} - monthly - 0.1 + http://ronin-rb.dev/docs/guides/using-the-ronin-cli/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 - http://ronin-rb.dev/examples/commands/ - {{ site.time | date_to_xmlschema }} - monthly - 0.1 + http://ronin-rb.dev/docs/guides/using-the-ronin-ruby-shell/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 - http://ronin-rb.dev/examples/formatting/ - {{ site.time | date_to_xmlschema }} - monthly - 0.1 + http://ronin-rb.dev/docs/guides/using-ronin-db/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 + + + http://ronin-rb.dev/docs/guides/using-ronin-repos/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 + + + http://ronin-rb.dev/docs/guides/ruby-quick-ref/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 + + + http://ronin-rb.dev/docs/guides/writing-ronin-ruby-scripts/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 + + + http://ronin-rb.dev/docs/porting/metasploit-exploits-to-ronin-exploits/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 - http://ronin-rb.dev/examples/network/ - {{ site.time | date_to_xmlschema }} + http://ronin-rb.dev/docs/porting/metasploit-payloads-to-ronin-payloads/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 + + + http://ronin-rb.dev/docs/porting/python-to-ronin-quick-ref/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 + + + http://ronin-rb.dev/docs/porting/pwnlib-to-ronin-quick-ref/ + {{ site.time | date_to_xmlschema}} + yearly + 0.8 + +{% for library in site.libraries %} + + http://ronin-rb.dev/docs/{{ library[0] }}/ + {{ site.time | date_to_xmlschema}} + yearly + 0.7 + +{% endfor %} + + http://ronin-rb.dev/blog/ + {{ site.time | date_to_xmlschema}} monthly - 0.1 + 0.9 +{% for post in site.categories.blog %} - http://ronin-rb.dev/examples/web/ - {{ site.time | date_to_xmlschema }} + http://ronin-rb.dev{{ post.url }} + {{ post.time | date_to_xmlschema}} monthly - 0.1 + 0.8 +{% endfor %}