diff options
author | garhve <git@garhve.com> | 2023-02-14 18:40:10 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2023-02-14 18:40:10 +0800 |
commit | 4d12e92153c463bd5fecbc9606a5489601f57ee6 (patch) | |
tree | 84990b20afd1d1c4d7bec1f681b5c3236eef1f4b /en | |
parent | 734f042c9d99e0110d5e4cf8f2994a5ce27385d1 (diff) |
change back to hugo
Diffstat (limited to 'en')
-rw-r--r-- | en/index.html | 10 | ||||
-rw-r--r-- | en/sitemap.xml | 55 |
2 files changed, 65 insertions, 0 deletions
diff --git a/en/index.html b/en/index.html new file mode 100644 index 0000000..b9885a0 --- /dev/null +++ b/en/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <title>https://blog.garhve.com</title> + <link rel="canonical" href="https://blog.garhve.com"> + <meta name="robots" content="noindex"> + <meta charset="utf-8"> + <meta http-equiv="refresh" content="0; url=https://blog.garhve.com"> + </head> +</html> diff --git a/en/sitemap.xml b/en/sitemap.xml new file mode 100644 index 0000000..348bbc3 --- /dev/null +++ b/en/sitemap.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" + xmlns:xhtml="http://www.w3.org/1999/xhtml"> + <url> + <loc>https://blog.garhve.com/</loc> + <lastmod>2022-12-14T00:00:00+00:00</lastmod> + <xhtml:link + rel="alternate" + hreflang="cn" + href="https://blog.garhve.com/cn/" + /> + <xhtml:link + rel="alternate" + hreflang="en" + href="https://blog.garhve.com/" + /> + </url><url> + <loc>https://blog.garhve.com/posts/no-problemo/</loc> + <lastmod>2022-12-14T00:00:00+00:00</lastmod> + </url><url> + <loc>https://blog.garhve.com/posts/</loc> + <lastmod>2022-12-14T00:00:00+00:00</lastmod> + <xhtml:link + rel="alternate" + hreflang="cn" + href="https://blog.garhve.com/cn/posts/" + /> + <xhtml:link + rel="alternate" + hreflang="en" + href="https://blog.garhve.com/posts/" + /> + </url><url> + <loc>https://blog.garhve.com/posts/past-is-great/</loc> + <lastmod>2022-11-07T09:16:15+08:00</lastmod> + </url><url> + <loc>https://blog.garhve.com/posts/mess-with-bash2/</loc> + <lastmod>2022-09-29T09:43:02+08:00</lastmod> + </url><url> + <loc>https://blog.garhve.com/posts/escape-sequence/</loc> + <lastmod>2022-09-12T09:02:06+08:00</lastmod> + </url><url> + <loc>https://blog.garhve.com/posts/architecture-of-linux-kernel/</loc> + <lastmod>2022-09-03T14:33:37+08:00</lastmod> + </url><url> + <loc>https://blog.garhve.com/posts/mess-with-bash1/</loc> + <lastmod>2022-08-25T13:40:56+08:00</lastmod> + </url><url> + <loc>https://blog.garhve.com/posts/install-archlinux-on-tencent-server/</loc> + <lastmod>2022-08-10T19:24:59+08:00</lastmod> + </url><url> + <loc>https://blog.garhve.com/posts/first-website/</loc> + <lastmod>2022-08-10T17:21:02+08:00</lastmod> + </url> +</urlset> |