{{- $isZh := eq site.Language.Lang "zh" -}} {{- $latestPostsText := cond $isZh "读最新文章" "Read Latest Posts" -}} {{- $aiProjectsText := cond $isZh "看 AI 项目" "View AI Projects" -}} {{- $aboutMeText := cond $isZh "了解我" "About Me" -}} {{- $subscribeText := cond $isZh "订阅更新" "Subscribe Updates" -}}
{{ .Site.Title }}
{{- if $isZh -}}

你好!我是鑫伟(cubxxw),一名 AI 创业者、开源贡献者和数字游民。

这里分享我在 Kubernetes、Go 语言、AI 开源项目等领域的实践笔记,以及个人成长和旅行见闻。

从下面的入口开始探索,找到你感兴趣的内容。

{{- else -}}

Hi! I'm Xinwei Xiong (cubxxw), an AI entrepreneur, open source contributor, and digital nomad.

I share hands-on notes on Kubernetes, Go, AI open source projects, along with personal growth insights and travel stories.

Start exploring from the quick links below and find what resonates with you.

{{- end -}}
📝 {{ $latestPostsText }} 🚀 {{ $aiProjectsText }} 👤 {{ $aboutMeText }}
{{- partial "rss-subscribe.html" . }}