change project structure to more pretty one

This commit is contained in:
2016-01-27 11:38:36 +03:00
parent 2ab2093829
commit c0ad1a6912
22 changed files with 90 additions and 242 deletions

View File

@ -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>