diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-30 12:08:23 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-30 12:08:23 +0200 |
commit | c98c1f4bc86460d70f32dadaa209f9d841de77f3 (patch) | |
tree | ae6ae346c883c73f478768fd8462e3af4b728022 | |
parent | 29ec0d4e259e2ff177736605d709e8cf8d082265 (diff) |
services: fix phrasing
-rw-r--r-- | dst/services.html | 4 | ||||
-rw-r--r-- | dst/sitemap.xml | 20 | ||||
-rw-r--r-- | src/services.md | 4 |
3 files changed, 14 insertions, 14 deletions
diff --git a/dst/services.html b/dst/services.html index 96c7913..ec9c3bb 100644 --- a/dst/services.html +++ b/dst/services.html @@ -22,8 +22,8 @@ </header><main> <h1 id="services">Services</h1> -<p>All services are using their configs and logging.<br> -Everything is currently run on my <a href="/uses#machines">Hetzner VPS</a> without any CDN.</p> +<p>All services are using their default configs and logging.<br> +Everything is currently hosted on my <a href="/uses#machines">Hetzner VPS</a> without any CDN.</p> <h2 id="public">Public</h2> diff --git a/dst/sitemap.xml b/dst/sitemap.xml index 1b15fdb..f0a3e54 100644 --- a/dst/sitemap.xml +++ b/dst/sitemap.xml @@ -4,14 +4,14 @@ 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"> -<url><loc>https://adast.xyz/uses.html</loc><lastmod>2023-03-27</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/resume.html</loc><lastmod>2023-03-27</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/2023-02-log.html</loc><lastmod>2023-03-27</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/projects.html</loc><lastmod>2023-03-27</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/resume-da.html</loc><lastmod>2023-03-27</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/arena.html</loc><lastmod>2023-03-27</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/donate.html</loc><lastmod>2023-03-27</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/now.html</loc><lastmod>2023-03-27</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/services.html</loc><lastmod>2023-03-27</lastmod><priority>1.0</priority></url> -<url><loc>https://adast.xyz/index.html</loc><lastmod>2023-03-27</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/uses.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/resume.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/2023-02-log.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/projects.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/resume-da.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/arena.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/donate.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/now.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/services.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/index.html</loc><lastmod>2023-03-30</lastmod><priority>1.0</priority></url> </urlset> diff --git a/src/services.md b/src/services.md index 721e577..60d72d2 100644 --- a/src/services.md +++ b/src/services.md @@ -1,7 +1,7 @@ # Services -All services are using their configs and logging.<br> -Everything is currently run on my [Hetzner VPS](/uses#machines) without any CDN. +All services are using their default configs and logging.<br> +Everything is currently hosted on my [Hetzner VPS](/uses#machines) without any CDN. ## Public |