

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://userliubl.github.io/</id>
  <title>userliubl 的博客</title>
  <subtitle>这里记录编程学习、项目实践、工具使用和阶段性思考，把零散经验整理成可复用的笔记。</subtitle>
  <updated>2026-05-02T16:46:34+08:00</updated>
  <author>
    <name>userliubl</name>
    <uri>https://userliubl.github.io/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="https://userliubl.github.io/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="zh-CN"
    href="https://userliubl.github.io/"/>
  <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator>
  <rights> © 2026 userliubl </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>使用 GitHub Pages 搭建个人博客</title>
    <link href="https://userliubl.github.io/posts/build-blog-with-github-pages/" rel="alternate" type="text/html" title="使用 GitHub Pages 搭建个人博客" />
    <published>2026-05-02T15:30:00+08:00</published>
  
    <updated>2026-05-02T15:30:00+08:00</updated>
  
    <id>https://userliubl.github.io/posts/build-blog-with-github-pages/</id>
    <content type="text/html" src="https://userliubl.github.io/posts/build-blog-with-github-pages/" />
    <author>
      <name>userliubl</name>
    </author>

  
    
    <category term="博客" />
    
    <category term="实践" />
    
  

  <summary>个人博客的第一步不是写出复杂的页面，而是先建立一个稳定、可持续更新的发布流程。这个站点基于 GitHub Pages、Jekyll 和 Chirpy 主题搭建，适合作为学习笔记和项目复盘的长期入口。  为什么选择 GitHub Pages  GitHub Pages 的优势在于简单和稳定。代码、文章和部署配置都放在同一个仓库里，更新内容时只需要提交 Markdown 文件，后续交给 GitHub Actions 或 Pages 服务完成构建和发布。  这种方式适合个人博客，因为它把维护成本控制在很低的范围内：     不需要单独购买服务器。   文章可以用 Git 做版本管理。   可以直接复用 GitHub 的协作、备份和自动化能力。   静态站点访问速度快，也更容易维护。   Chirpy 主题带来的便利  Chirpy 是一个功能比较完整的 Jekyll 主题，默认支持分类、标...</summary>

  </entry>

  
  <entry>
    <title>欢迎来到我的博客</title>
    <link href="https://userliubl.github.io/posts/welcome-to-my-blog/" rel="alternate" type="text/html" title="欢迎来到我的博客" />
    <published>2026-05-01T19:45:00+08:00</published>
  
    <updated>2026-05-01T19:45:00+08:00</updated>
  
    <id>https://userliubl.github.io/posts/welcome-to-my-blog/</id>
    <content type="text/html" src="https://userliubl.github.io/posts/welcome-to-my-blog/" />
    <author>
      <name>userliubl</name>
    </author>

  
    
    <category term="博客" />
    
    <category term="开始" />
    
  

  <summary>这是使用 jekyll-theme-chirpy 搭建的博客。  搭建这个站点的目的很简单：给自己的学习和实践留一个稳定的出口。平时遇到的问题、查过的资料、写过的脚本和完成过的小项目，如果只停留在临时文件或聊天记录里，很快就会被新的信息覆盖。把它们整理成文章，可以帮助我重新理解问题，也能让之后的自己更快找到答案。  这里会写什么  后续我会在这里持续发布这些内容：     技术学习笔记：记录语言、框架、命令行工具和开发流程。   项目实践过程：从需求、实现到部署，把关键选择和踩坑写清楚。   网站搭建记录：整理 GitHub Pages、Jekyll、Chirpy 主题和自动化部署相关经验。   阶段性复盘：总结近期做过的事情、学到的东西和下一步计划。   写作原则  这个博客会尽量保持几条简单原则：     先保证真实可复现，再追求表达完整。   记录问题出现的背景，不只写最后答案...</summary>

  </entry>

</feed>


