ClickHouse/website/sitemap-index.xml
Ivan Blinkov 9a26d48ad0
Basic blog similar to docs (#11609)
* Basic blog similar to docs

* rename post

* no post content in post_meta

* update readme and template

* more "en" content

* complete "en" content

* build blog redirects

* redirects for migration

* link sitemaps

* update po

* add "ru" content

* ru redirects

* remove old domain mentions

* adjust styles

* content improvements

* +1 alt

* use main images from CDN

* use re-hosted in-content images

* extra vertical margin around embedded youtube

* minor improvements

* adjust post page

* adjust html meta

* adjust post page

* improve blog rendering
2020-06-16 09:31:00 +03:00

34 lines
1001 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://clickhouse.tech/docs/en/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://clickhouse.tech/docs/zh/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://clickhouse.tech/docs/es/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://clickhouse.tech/docs/fr/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://clickhouse.tech/docs/ru/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://clickhouse.tech/docs/ja/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://clickhouse.tech/docs/fa/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://clickhouse.tech/blog/en/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://clickhouse.tech/blog/ru/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://clickhouse.tech/sitemap-static.xml</loc>
</sitemap>
</sitemapindex>