Skip to content

cubxxw/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,753 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Netlify Status

Tip

This is my third generation blog. The first two generations were dynamic blogs with unstable servers in the background. Fortunately, this blog is now more stable and will be continuously maintained.

🔍 项目导航

Readme Poster

GitHub Poster
😎 Check out my GitHub!
Blog Poster
🚀 Visit my Blog!

Category Architecture (v2.0.0)

This blog uses a 4-category architecture aligned with the author's identity as AI Builder, Open Source Contributor, and Digital Nomad.

Category Description Content Coverage
AI & Technology Technical content about AI/LLM, Kubernetes, Go, DevOps AI/LLM applications, Kubernetes cloud-native, Go engineering, DevOps practices
Projects AI open source project deep-dives and product builds LangChain, GPT-Researcher, Jina analysis, independent developer products
Growth Personal growth, annual reviews, mindset, efficiency methods Annual reviews, monthly thoughts, GTD, Flow State, career development
Travel Travel experiences and digital nomad lifestyle Travel itineraries, digital nomad life, cultural exploration, adventures

For detailed category documentation, see content/CATEGORIES.md.


Tagging Standards

For comprehensive governance rules on category vs tag decisions, see docs/TAG_GOVERNANCE.md.

Core Principles

  • Categories (1 per post): Broad content buckets for navigation - choose from 4 core categories
  • Tags (5-8 per post): Specific topics and technologies - flexible and detailed
  • Tag Naming: Use Title Case, avoid duplicates (e.g., use Go not golang or Golang)
  • Language Consistency: Use English tags for both CN/EN blogs for unified tagging

Tag Groups (9 Categories)

|-------|------| | Programming Languages | Go, Python, JavaScript, TypeScript, Rust, Java | | Cloud Native | Kubernetes, Docker, Cloud Native, Helm, Istio, Containerd | | AI/ML | AI, Machine Learning, Deep Learning, LLM, NLP, Computer Vision | | Technology | DevOps, Automation, Testing, Performance, Security, Monitoring, CI/CD | | Architecture | Microservices, System Design, Distributed Systems, Event-Driven | | Tools | Git, GitHub, VS Code, Linux, Vim, Docker Desktop | | Open Source | Open Source, Community, Contribution, Maintenance | | Life | Blog, Travel, Personal Growth, Self-Discovery, Reading, Reflection | | Culture | Remote Work, Team Collaboration, Management, Leadership |

Usage Guidelines

  • Categories (1 per post): Broad content buckets for navigation - choose from 4 core categories
  • Tags (5-8 per post): Specific topics and technologies - flexible and detailed
  • Tag Naming: Use Title Case, avoid duplicates (e.g., use Go not golang or Golang)
  • Language Consistency: Use English tags for both CN/EN blogs for unified tagging

For detailed tagging standards, see TAGS.md.


Subscribe

The articles published on the blog are independent, which is what I have seen and learned since participating in open source projects, and I hope this model can be successful and copied. 👀 My blog has a lot of good content and is worth a read. If you want to subscribe to the SSR 🔍 here

shenxianpeng | ZhiHu

Default English blog subscription:

Default Chinese blog subscription:

Default Spain blog subscription:

Default French blog subscription:

Speed up subscription links for inaccessible networks:

https://rss.starerror.com/${RSS_ADDRESS}

Featured blog subscriptions in English (default)

Here you'll find the latest and most interesting blog posts in English from Xinwei Xiong(cubxxw).

中文博客精选订阅

这里你可以看到Xinwei Xiong(cubxxw)的最新和最有趣的中文博客文章。

Español blog destacado suscripción

Aquí encontrarás las últimas y más interesantes entradas de blog en español de Xinwei Xiong(cubxxw).

Français blog fr vedette abonnement

Ici, vous trouverez les derniers articles de blog les plus intéressants en français de Xinwei Xiong(cubxxw).

Content style

We don't mandate any particular style for your page contents. However, if you'd like some guidance on how to write and format clear, concise technical documentation, we recommend the Google Developer Documentation Style Guide, particularly the Style Guide Highlights.

Running the website locally

Clone the minikube project fork with option --recurse-submodules --depth 1 to download and update submodule dependencies.

❯ git clone --recurse-submodules --depth 1 https://github.com/cubxxw/blog.git  # replace path with your github fork of minikube cd blog

Use

❯ make run

Create a new article

❯ make new-post SECTION="ai-technology" POST_NAME="openim-offline-deployment-design"

Named by an environment variable:

❯ SECTION="growth" POST_NAME="weekly-notes" make new-post
❯ export POST_NAME="my-hugo"export SECTION="ai-technology"
❯ make new-post
❯ make new-ai-project PROJECT_NAME="llama"

Common Issues

Start building sites …
hugo v0.86.0+extended darwin/amd64 BuildDate=unknown
Error: Error building site: "/minikube/site/content/en/docs/contrib/releasing/binaries.md:64:1": failed to extract shortcode: template for shortcode "alert" not found
Built in 667 ms

This indicates the submodules are not updated. Please run the following command to fix.

❯ git submodule update --init --recursive

📱 Join Our WeChat Developer Group 🛠️

Add as a friend and include the note openkf to receive an invitation to our ' openkf ' developers' group chat.

WeChat Group

Reference

Uer netlify to deploy the blog, and use the hexo-theme-next theme.

About

环游世界旅游,创业做 AI 产品,一种比较新的方式和理念生活创业,欢迎订阅 RSS https://nsddd.top/zh/index.xml

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors