GuoZeyu.com is a personal blog repository on GitHub that stores the raw Markdown sources and edit history behind the articles published at guozeyu.com, with a Hexo-based deployment workflow.
What is GuoZeyu.com?
GuoZeyu.com is the source repository for the personal website guozeyu.com, holding the original article data and the historical record of how those articles changed over time. Its README documents a single deployment command — hexo clean && hexo deploy — which rebuilds the static site and pushes it to the hosting target through Hexo's deploy pipeline. The repository is described in Chinese as 我的网站文章的原始数据与历史, which translates to "the raw data and history of my website's articles."
Key features
- Hexo deployment — the project ships with the command
hexo clean && hexo deploy, the standard Hexo workflow for cleaning generated files and publishing the site. - Markdown article sources — blog posts are stored as Markdown files, which serve as the input for Hexo's static generation step.
- Full revision history — the repository's stated purpose is preserving the raw article data and the historical changes, making every edit recoverable through Git.
- Platform migration record — topic tags on the repository reference blog, blog-article, jekyll, jekyll-blog, and wordpress, indicating the site has moved through WordPress, Jekyll, and Hexo tooling.
- Public GitHub archive — the repository is publicly accessible and has accumulated 20 stars.
Who is it for?
- The site author — Guo Zeyu uses this repository as the working copy of his blog, maintaining Markdown drafts and deploying the finished site with Hexo commands.
- Developers exploring blog migrations — anyone interested in how a personal site transitions between WordPress, Jekyll, and Hexo can trace that journey through the repository's topic tags and Git history.
- Hexo and Jekyll users — people running their own static blogs can look at this real-world repository as a reference for organizing article sources and deployment scripts.
What can you do with it?
- Publish the blog: run
hexo clean && hexo deployto clean generated files and deploy the latest build of guozeyu.com. - Browse the article archive: read the historical Markdown sources of published posts, including their evolution across platform migrations.
- Study a real-world static site setup: inspect the repository structure to see how one personal site organizes raw content, history, and deployment configuration.
FAQ
Is GuoZeyu.com a Jekyll or Hexo blog?
The repository topics reference both jekyll and wordpress, while the deployment command uses Hexo (hexo clean && hexo deploy). This indicates the blog has migrated platforms over time and currently deploys through Hexo.
What does GuoZeyu.com contain?
The repository stores the raw article data and the historical versions of every post published on guozeyu.com, described in Chinese as 我的网站文章的原始数据与历史.
How do you deploy GuoZeyu.com?
The README shows a single command: hexo clean && hexo deploy, which cleans the Hexo output and deploys the generated static site to its hosting destination.





