From 87731a63793d8414bf799e8ea33e3a4f4e58054e Mon Sep 17 00:00:00 2001 From: xiaomai Date: Wed, 5 Nov 2025 14:27:00 +0800 Subject: [PATCH] feat(content): add initial homepage content and navigation This commit introduces the foundational content and navigation for the website's homepage. - Adds a new navigation menu to the default layout, linking to Services, Projects, and Insights. - Creates YAML content files for the homepage in both English (en) and Chinese (zh-CN). - Populates the content with key sections including capabilities, featured projects, and tech stack. --- app/layouts/default.vue | 6 +++ app/utils/navLinks.ts | 12 ++++++ content/en-US/index.yml | 81 +++++++++++++++++++++++++++++++++++++++++ content/zh-CN/index.yml | 81 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 180 insertions(+) create mode 100644 app/utils/navLinks.ts create mode 100644 content/en-US/index.yml create mode 100644 content/zh-CN/index.yml diff --git a/app/layouts/default.vue b/app/layouts/default.vue index 1a5f284..859188d 100644 --- a/app/layouts/default.vue +++ b/app/layouts/default.vue @@ -2,6 +2,12 @@ + +