mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-12-19 03:33:42 +00:00
change project structure to more pretty one
This commit is contained in:
19
sitemap.xml
19
sitemap.xml
@ -1,11 +1,4 @@
|
||||
---
|
||||
projects:
|
||||
- awesome-widgets
|
||||
- git-etc
|
||||
- oblikuestrategies
|
||||
- netctl-gui
|
||||
- reportabug
|
||||
- queued
|
||||
---
|
||||
<?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">
|
||||
@ -39,23 +32,15 @@ projects:
|
||||
<url>
|
||||
<loc>{{ site.url }}/ru/blog/archive/</loc>
|
||||
</url>
|
||||
{% for post in site.posts %}
|
||||
<url>
|
||||
<loc>{{ site.url }}{{ post.url }}</loc>
|
||||
</url>
|
||||
{% endfor %}
|
||||
<url>
|
||||
<loc>{{ site.url }}/projects/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{{ site.url }}/ru/projects/</loc>
|
||||
</url>
|
||||
{% for proj in page.projects %}
|
||||
{% for post in site.posts %}
|
||||
<url>
|
||||
<loc>{{ site.url }}/projects/{{ proj }}/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{{ site.url }}/ru/projects/{{ proj }}/</loc>
|
||||
<loc>{{ site.url }}{{ post.url }}</loc>
|
||||
</url>
|
||||
{% endfor %}
|
||||
</urlset>
|
||||
|
||||
Reference in New Issue
Block a user