summaryrefslogtreecommitdiffstats
path: root/content/en
diff options
context:
space:
mode:
authorVerdant <i@yingyu5658.me>2026-02-28 21:44:04 +0800
committerGitHub <noreply@github.com>2026-02-28 21:44:04 +0800
commitd369dacf5bad0079d75cf65e1dcfe01b4a313364 (patch)
tree089440f5ecaf79c836d85d5ac68782ec5280f77f /content/en
parent5e57e61a0e42b269c6e2f9d9ef067253c911f7a4 (diff)
parent96b88e99201b4aabd3eabf0453ab75a5f34d17df (diff)
downloadblog-d369dacf5bad0079d75cf65e1dcfe01b4a313364.tar.gz
blog-d369dacf5bad0079d75cf65e1dcfe01b4a313364.zip
Merge pull request #2 from yingyu5658/refactor/style
Refactor/style
Diffstat (limited to 'content/en')
-rw-r--r--content/en/_index.md5
-rw-r--r--content/en/archives.md6
-rw-r--r--content/en/posts/HelloWorld.md10
3 files changed, 21 insertions, 0 deletions
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.