{
    "version": "https://jsonfeed.org/version/1",
    "title": "林清安的博客",
    "description": "记录 Screeps、JavaScript、自动化脚本和个人学习内容",
    "home_page_url": "https://www.linqingan.com",
    "items": [
        {
            "id": "https://www.linqingan.com/2026/07/09/hello-world/",
            "url": "https://www.linqingan.com/2026/07/09/hello-world/",
            "title": "Hello World",
            "date_published": "2026-07-09T11:18:24.789Z",
            "content_html": "<p>Welcome to <a href=\"https://hexo.io/\">Hexo</a>! This is your very first post. Check <a href=\"https://hexo.io/docs/\">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a href=\"https://hexo.io/docs/troubleshooting.html\">troubleshooting</a> or you can ask me on <a href=\"https://github.com/hexojs/hexo/issues\">GitHub</a>.</p>\n<h2 id=\"quick-start\"><a class=\"anchor\" href=\"#quick-start\">#</a> Quick Start</h2>\n<h3 id=\"create-a-new-post\"><a class=\"anchor\" href=\"#create-a-new-post\">#</a> Create a new post</h3>\n<pre class=\"shiki shiki-themes vitesse-light vitesse-dark\" style=\"background-color:#ffffff;--shiki-dark-bg:#121212;color:#393a34;--shiki-dark:#dbd7caee\" tabindex=\"0\"><code class=\"language-bash\"><span class=\"line\"><span style=\"color:#59873A;--shiki-dark:#80A665\">$</span><span style=\"color:#B56959;--shiki-dark:#C98A7D\"> hexo</span><span style=\"color:#B56959;--shiki-dark:#C98A7D\"> new</span><span style=\"color:#B5695977;--shiki-dark:#C98A7D77\"> \"</span><span style=\"color:#B56959;--shiki-dark:#C98A7D\">My New Post</span><span style=\"color:#B5695977;--shiki-dark:#C98A7D77\">\"</span></span></code></pre>\n<p>More info: <a href=\"https://hexo.io/docs/writing.html\">Writing</a></p>\n<h3 id=\"run-server\"><a class=\"anchor\" href=\"#run-server\">#</a> Run server</h3>\n<pre class=\"shiki shiki-themes vitesse-light vitesse-dark\" style=\"background-color:#ffffff;--shiki-dark-bg:#121212;color:#393a34;--shiki-dark:#dbd7caee\" tabindex=\"0\"><code class=\"language-bash\"><span class=\"line\"><span style=\"color:#59873A;--shiki-dark:#80A665\">$</span><span style=\"color:#B56959;--shiki-dark:#C98A7D\"> hexo</span><span style=\"color:#B56959;--shiki-dark:#C98A7D\"> server</span></span></code></pre>\n<p>More info: <a href=\"https://hexo.io/docs/server.html\">Server</a></p>\n<h3 id=\"generate-static-files\"><a class=\"anchor\" href=\"#generate-static-files\">#</a> Generate static files</h3>\n<pre class=\"shiki shiki-themes vitesse-light vitesse-dark\" style=\"background-color:#ffffff;--shiki-dark-bg:#121212;color:#393a34;--shiki-dark:#dbd7caee\" tabindex=\"0\"><code class=\"language-bash\"><span class=\"line\"><span style=\"color:#59873A;--shiki-dark:#80A665\">$</span><span style=\"color:#B56959;--shiki-dark:#C98A7D\"> hexo</span><span style=\"color:#B56959;--shiki-dark:#C98A7D\"> generate</span></span></code></pre>\n<p>More info: <a href=\"https://hexo.io/docs/generating.html\">Generating</a></p>\n<h3 id=\"deploy-to-remote-sites\"><a class=\"anchor\" href=\"#deploy-to-remote-sites\">#</a> Deploy to remote sites</h3>\n<pre class=\"shiki shiki-themes vitesse-light vitesse-dark\" style=\"background-color:#ffffff;--shiki-dark-bg:#121212;color:#393a34;--shiki-dark:#dbd7caee\" tabindex=\"0\"><code class=\"language-bash\"><span class=\"line\"><span style=\"color:#59873A;--shiki-dark:#80A665\">$</span><span style=\"color:#B56959;--shiki-dark:#C98A7D\"> hexo</span><span style=\"color:#B56959;--shiki-dark:#C98A7D\"> deploy</span></span></code></pre>\n<p>More info: <a href=\"https://hexo.io/docs/one-command-deployment.html\">Deployment</a></p>\n",
            "tags": []
        },
        {
            "id": "https://www.linqingan.com/2026/07/09/first-screeps-blog/",
            "url": "https://www.linqingan.com/2026/07/09/first-screeps-blog/",
            "title": "为什么我要写一个 Screeps 博客",
            "date_published": "2026-07-08T16:00:00.000Z",
            "content_html": "<p>这是临清安的第一篇博客文章。</p>\n<p>我准备在这里记录 Screeps 游戏中的编程实践、自动化脚本、房间运营、资源调度和策略复盘。</p>\n<p>Screeps 和普通游戏不太一样，它更像是一个长期运行的编程实验场。玩家需要用 JavaScript 编写逻辑，让自己的单位自动采集、建造、防御、扩张和管理资源。</p>\n<p>这个博客后续会主要记录几个方向：</p>\n<ol>\n<li>Screeps 入门笔记</li>\n<li>Creep 行为逻辑</li>\n<li>Spawn 和房间管理</li>\n<li>资源运输与自动化</li>\n<li>战斗、防御和扩张策略</li>\n<li>我的代码迭代过程</li>\n</ol>\n<p>这篇文章只是一个开始。</p>\n",
            "tags": [
                "Screeps",
                "JavaScript",
                "个人博客"
            ]
        }
    ]
}