From 171dda197c1c71ebff9c62568aafcf2fa9b463e3 Mon Sep 17 00:00:00 2001 From: verdant Date: Sat, 28 Feb 2026 21:32:52 +0800 Subject: feat: add multi-language support (English page) --- content/en/_index.md | 5 +++++ content/en/archives.md | 6 ++++++ content/en/posts/HelloWorld.md | 10 ++++++++++ 3 files changed, 21 insertions(+) create mode 100644 content/en/_index.md create mode 100644 content/en/archives.md create mode 100644 content/en/posts/HelloWorld.md (limited to 'content/en') diff --git a/content/en/_index.md b/content/en/_index.md new file mode 100644 index 0000000..8623c34 --- /dev/null +++ b/content/en/_index.md @@ -0,0 +1,5 @@ +--- +title: "GlowIsle" +--- + +{{< recent-posts >}} diff --git a/content/en/archives.md b/content/en/archives.md new file mode 100644 index 0000000..de873df --- /dev/null +++ b/content/en/archives.md @@ -0,0 +1,6 @@ +--- +title: "归档" +type: "archives" +comments: false +showMeta: false +--- diff --git a/content/en/posts/HelloWorld.md b/content/en/posts/HelloWorld.md new file mode 100644 index 0000000..5f876cd --- /dev/null +++ b/content/en/posts/HelloWorld.md @@ -0,0 +1,10 @@ +--- +title: 'HelloWorld' +date: '2026-02-26T14:16:05+08:00' +slug: "hw" +categories: +tags: +draft: true +comments: true +--- +Hello World! This is my first English post. -- cgit v1.2.3