<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Lvxiang Story</title><description>Xie Yimeng&apos;s Blog</description><link>https://fuwari.vercel.app/</link><language>zh_CN</language><item><title>Edgetunnel2：基于 Cloudflare 的轻量化边缘方案概览</title><link>https://fuwari.vercel.app/posts/edgetunnel2/</link><guid isPermaLink="true">https://fuwari.vercel.app/posts/edgetunnel2/</guid><description>对 Edgetunnel2 的非操作性内容总结，整理其核心特性、界面改进、Cloudflare 平台结合方式与整体思路。</description><pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h1&gt;Edgetunnel2：基于 Cloudflare 的轻量化边缘方案概览&lt;/h1&gt;
&lt;p&gt;最近看到一篇关于 &lt;strong&gt;Edgetunnel2.0&lt;/strong&gt; 的文章，整体感受是：它更像是一个围绕 &lt;strong&gt;Cloudflare Pages / Workers&lt;/strong&gt; 生态打造的可视化边缘项目方案。相比早期偏脚本化、变量化的方式，这个版本明显更强调 &lt;strong&gt;WebUI 管理、配置简化、功能整合&lt;/strong&gt;。&lt;/p&gt;
&lt;p&gt;原文标题也很直接：&lt;strong&gt;“就是这么简单，就是这么方便”&lt;/strong&gt;。从文章结构来看，作者想传递的重点并不是单一功能，而是一个更易上手、更集中管理、更适合折腾的新版本形态。&lt;/p&gt;
&lt;h2&gt;原文链接&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;原文：&lt;a href=&quot;https://blog.cmliussss.com/p/edt2/&quot;&gt;https://blog.cmliussss.com/p/edt2/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;项目仓库：&lt;a href=&quot;https://github.com/cmliu/edgetunnel&quot;&gt;https://github.com/cmliu/edgetunnel&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;文章配图&lt;/h2&gt;
&lt;h3&gt;封面图&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/edt2.png&quot; alt=&quot;Edgetunnel2.0 封面&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Demo 预览&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/demo.png&quot; alt=&quot;Edgetunnel2.0 Demo&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;这篇文章主要讲了什么&lt;/h2&gt;
&lt;p&gt;从内容上看，这篇文章主要围绕下面几个方面展开：&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Edgetunnel2.0 的整体升级&lt;/li&gt;
&lt;li&gt;相比旧方案的功能增强&lt;/li&gt;
&lt;li&gt;基于 Cloudflare 平台的整体思路&lt;/li&gt;
&lt;li&gt;可视化管理界面的引入&lt;/li&gt;
&lt;li&gt;多种功能模块的统一整合&lt;/li&gt;
&lt;li&gt;边缘平台场景下的扩展能力&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;也就是说，它并不只是介绍一个单点功能，而是在展示一个更完整的项目形态：&lt;br /&gt;
&lt;strong&gt;从部署形态、管理方式，到状态感知和多节点扩展，尽量集中到一个面板里。&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;核心亮点总结&lt;/h2&gt;
&lt;h2&gt;1. 引入 WebUI，降低配置门槛&lt;/h2&gt;
&lt;p&gt;原文最明显的变化之一，就是加入了 &lt;strong&gt;WebUI 管理界面&lt;/strong&gt;。&lt;/p&gt;
&lt;p&gt;这意味着很多原本需要手动改配置才能完成的事情，现在可以直接在界面中完成。对普通用户来说，这种变化非常关键：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;更直观&lt;/li&gt;
&lt;li&gt;更容易理解&lt;/li&gt;
&lt;li&gt;减少手工修改出错概率&lt;/li&gt;
&lt;li&gt;更适合后续维护&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;界面示意&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/6-2-1.png&quot; alt=&quot;管理界面示意 1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/vt1-1-0.png&quot; alt=&quot;管理界面示意 2&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;2. 更强调统一管理&lt;/h2&gt;
&lt;p&gt;从原文结构能看出来，Edgetunnel2.0 想做的不只是一个简单页面，而是一个集中的管理入口。文章里展示的能力包括：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;基础配置集中管理&lt;/li&gt;
&lt;li&gt;节点信息统一查看&lt;/li&gt;
&lt;li&gt;结果集中维护&lt;/li&gt;
&lt;li&gt;通知能力整合&lt;/li&gt;
&lt;li&gt;请求统计展示&lt;/li&gt;
&lt;li&gt;日志与状态感知&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;这种思路比较接近“轻面板化”。也就是说，它不是单纯把功能堆起来，而是在把功能收拢进一个相对统一的管理体验里。&lt;/p&gt;
&lt;h2&gt;3. 与 Cloudflare 生态结合得更紧&lt;/h2&gt;
&lt;p&gt;文章明确围绕 &lt;strong&gt;Cloudflare Pages / Workers&lt;/strong&gt; 展开。&lt;br /&gt;
这类方案的优势通常包括：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;借助全球边缘网络&lt;/li&gt;
&lt;li&gt;部署流程相对轻量&lt;/li&gt;
&lt;li&gt;对个人开发者比较友好&lt;/li&gt;
&lt;li&gt;与 GitHub / 静态站点工作流兼容度较高&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;从项目定位看，Edgetunnel2.0 很适合作为一个 &lt;strong&gt;Cloudflare 边缘应用实践案例&lt;/strong&gt; 来理解。&lt;/p&gt;
&lt;h3&gt;相关文章截图&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/1-2-1.png&quot; alt=&quot;Cloudflare Pages 相关界面 1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/1-3-1.png&quot; alt=&quot;Cloudflare Pages 相关界面 2&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;4. 功能整合度明显增强&lt;/h2&gt;
&lt;p&gt;原文列出了很多升级点，归纳下来，重点不在某一个功能，而在于“把原本零散的能力整合到一起”。&lt;/p&gt;
&lt;p&gt;比如文章提到的新版本思路包括：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;全新传输架构&lt;/li&gt;
&lt;li&gt;更简化的配置流程&lt;/li&gt;
&lt;li&gt;多模块支持&lt;/li&gt;
&lt;li&gt;自动化能力整合&lt;/li&gt;
&lt;li&gt;通知能力整合&lt;/li&gt;
&lt;li&gt;请求统计能力整合&lt;/li&gt;
&lt;li&gt;多节点协同管理能力&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;这种设计会让项目从“能跑”变成“更容易持续使用”。&lt;/p&gt;
&lt;h2&gt;5. 更适合做面板型、可视化项目&lt;/h2&gt;
&lt;p&gt;如果从工程角度看，这篇文章最大的价值之一，是展示了一个趋势：&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;以前很多 Cloudflare 上的轻量项目偏向“参数驱动”，&lt;br /&gt;
现在越来越多项目开始走向“可视化 + 管理化 + 面板化”。&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;这对于用户体验提升很明显。尤其是当功能越来越多时，如果仍然完全依赖变量和脚本，维护成本会迅速升高。&lt;/p&gt;
&lt;h2&gt;功能模块的文章结构梳理&lt;/h2&gt;
&lt;p&gt;虽然这里不展开具体操作步骤，但从原文目录可以看出，作者将内容分成了几个大的模块。&lt;/p&gt;
&lt;h3&gt;1. 部署相关&lt;/h3&gt;
&lt;p&gt;主要介绍项目如何落到 Cloudflare 平台上，并完成基础初始化。&lt;/p&gt;
&lt;p&gt;相关配图示例：&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/1-4-1.png&quot; alt=&quot;部署图 1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/1-6-1.png&quot; alt=&quot;部署图 2&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/1-7-1.png&quot; alt=&quot;部署图 3&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;2. 管理入口与页面使用&lt;/h3&gt;
&lt;p&gt;重点展示如何进入管理页面，以及面板中能看到什么。&lt;/p&gt;
&lt;p&gt;相关配图示例：&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/6-1-1.png&quot; alt=&quot;登录页&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/6-2-1.png&quot; alt=&quot;后台页&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;3. 自动化与结果管理能力&lt;/h3&gt;
&lt;p&gt;原文很强调集中式结果管理，并将其做成多个子能力。&lt;/p&gt;
&lt;p&gt;这里不展开具体方法，但可以看出作者在努力解决的是：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;使用门槛&lt;/li&gt;
&lt;li&gt;维护成本&lt;/li&gt;
&lt;li&gt;自动化程度&lt;/li&gt;
&lt;li&gt;灵活性与可控性之间的平衡&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;相关配图示例：&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/2-1-1-1.png&quot; alt=&quot;结果管理 1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/2-1-1-2.png&quot; alt=&quot;结果管理 2&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/2-1-2-1.png&quot; alt=&quot;结果管理 3&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/2-1-2-2.png&quot; alt=&quot;结果管理 4&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;4. 通知与状态感知&lt;/h3&gt;
&lt;p&gt;原文也加入了通知与状态展示相关功能。&lt;br /&gt;
这说明作者已经不满足于“部署完成就结束”，而是开始考虑后续维护体验，例如：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;是否有人访问&lt;/li&gt;
&lt;li&gt;是否有登录动作&lt;/li&gt;
&lt;li&gt;是否有数据获取行为&lt;/li&gt;
&lt;li&gt;请求额度是否够用&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;相关配图示例：&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/t1-1-0.png&quot; alt=&quot;通知配置&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/cf1-0-1.png&quot; alt=&quot;请求统计&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;5. 多节点协同思路&lt;/h3&gt;
&lt;p&gt;文章最后还展示了更进一步的扩展思路：通过一个面板对多个节点进行统一管理。&lt;/p&gt;
&lt;p&gt;这类思路的意义在于：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;增强扩展性&lt;/li&gt;
&lt;li&gt;分摊资源压力&lt;/li&gt;
&lt;li&gt;让架构更灵活&lt;/li&gt;
&lt;li&gt;便于后期持续追加节点&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;相关配图示例：&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/m1-1-1.png&quot; alt=&quot;多节点 1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/m1-10-1.png&quot; alt=&quot;多节点 2&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://blog.cmliussss.com/img/edt2/m0-1-1.png&quot; alt=&quot;多节点 3&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;我对这篇文章的看法&lt;/h2&gt;
&lt;p&gt;如果不去看具体细节操作，只从产品形态来看，我觉得 Edgetunnel2.0 的价值主要有三点：&lt;/p&gt;
&lt;h3&gt;第一，降低了 Cloudflare 项目的理解门槛&lt;/h3&gt;
&lt;p&gt;很多人知道 Workers / Pages，但不知道这些平台除了托管页面，还能怎么玩。&lt;br /&gt;
这篇文章等于给了一个比较完整的案例。&lt;/p&gt;
&lt;h3&gt;第二，把“能用”往“好用”推进了一步&lt;/h3&gt;
&lt;p&gt;原本很多这类项目都偏技术向，普通用户不容易上手。引入 WebUI 后，至少在可理解性和维护性上提升很大。&lt;/p&gt;
&lt;h3&gt;第三，体现了边缘平台项目的演进方向&lt;/h3&gt;
&lt;p&gt;从脚本化、变量化，走向可视化、整合化、面板化，这其实是很自然的一步。&lt;br /&gt;
Edgetunnel2.0 很适合作为这种演进趋势的一个观察样本。&lt;/p&gt;
&lt;h2&gt;适合哪些人参考&lt;/h2&gt;
&lt;p&gt;这篇文章比较适合下面几类读者阅读：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;对 Cloudflare Pages / Workers 感兴趣的人&lt;/li&gt;
&lt;li&gt;想看一个边缘平台项目如何做 UI 化的人&lt;/li&gt;
&lt;li&gt;想了解轻量部署与管理面板思路的人&lt;/li&gt;
&lt;li&gt;对边缘计算应用实践感兴趣的人&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;总结&lt;/h2&gt;
&lt;p&gt;整体来看，&lt;strong&gt;Edgetunnel2.0&lt;/strong&gt; 这篇文章最重要的不是某一个单点功能，而是它展示了一种更完整的项目形态：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;依托 Cloudflare 平台&lt;/li&gt;
&lt;li&gt;提供更轻量的上线方式&lt;/li&gt;
&lt;li&gt;通过 WebUI 降低配置门槛&lt;/li&gt;
&lt;li&gt;用统一面板整合多个能力模块&lt;/li&gt;
&lt;li&gt;从“能部署”进一步走向“便于管理和维护”&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;如果你平时关注 &lt;strong&gt;Cloudflare 生态、边缘计算部署、轻量化服务发布、管理面板设计&lt;/strong&gt;，那么这篇文章还是很值得参考的。&lt;/p&gt;
</content:encoded></item><item><title>武汉出发·六月海滨五天四晚亲子游全攻略</title><link>https://fuwari.vercel.app/posts/wuhan-seaside-trip/</link><guid isPermaLink="true">https://fuwari.vercel.app/posts/wuhan-seaside-trip/</guid><description>从武汉出发的海滨亲子游详细攻略，含行程安排、住宿推荐、费用预算。</description><pubDate>Thu, 21 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&amp;lt;iframe src=&quot;https://blog.20210421.xyz/wuhan-seaside-trip.html&quot; width=&quot;100%&quot; height=&quot;900px&quot; style=&quot;border:none;&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
</content:encoded></item><item><title>Markdown Extended Features</title><link>https://fuwari.vercel.app/posts/markdown-extended/</link><guid isPermaLink="true">https://fuwari.vercel.app/posts/markdown-extended/</guid><description>Read more about Markdown features in Fuwari</description><pubDate>Wed, 01 May 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2&gt;GitHub Repository Cards&lt;/h2&gt;
&lt;p&gt;You can add dynamic cards that link to GitHub repositories, on page load, the repository information is pulled from the GitHub API.&lt;/p&gt;
&lt;p&gt;::github{repo=&quot;Fabrizz/MMM-OnSpotify&quot;}&lt;/p&gt;
&lt;p&gt;Create a GitHub repository card with the code &lt;code&gt;::github{repo=&quot;&amp;lt;owner&amp;gt;/&amp;lt;repo&amp;gt;&quot;}&lt;/code&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;::github{repo=&quot;saicaca/fuwari&quot;}
&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Admonitions&lt;/h2&gt;
&lt;p&gt;Following types of admonitions are supported: &lt;code&gt;note&lt;/code&gt; &lt;code&gt;tip&lt;/code&gt; &lt;code&gt;important&lt;/code&gt; &lt;code&gt;warning&lt;/code&gt; &lt;code&gt;caution&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;:::note
Highlights information that users should take into account, even when skimming.
:::&lt;/p&gt;
&lt;p&gt;:::tip
Optional information to help a user be more successful.
:::&lt;/p&gt;
&lt;p&gt;:::important
Crucial information necessary for users to succeed.
:::&lt;/p&gt;
&lt;p&gt;:::warning
Critical content demanding immediate user attention due to potential risks.
:::&lt;/p&gt;
&lt;p&gt;:::caution
Negative potential consequences of an action.
:::&lt;/p&gt;
&lt;h3&gt;Basic Syntax&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;:::note
Highlights information that users should take into account, even when skimming.
:::

:::tip
Optional information to help a user be more successful.
:::
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;Custom Titles&lt;/h3&gt;
&lt;p&gt;The title of the admonition can be customized.&lt;/p&gt;
&lt;p&gt;:::note[MY CUSTOM TITLE]
This is a note with a custom title.
:::&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;:::note[MY CUSTOM TITLE]
This is a note with a custom title.
:::
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;GitHub Syntax&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;[!TIP]
&lt;a href=&quot;https://github.com/orgs/community/discussions/16925&quot;&gt;The GitHub syntax&lt;/a&gt; is also supported.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;pre&gt;&lt;code&gt;&amp;gt; [!NOTE]
&amp;gt; The GitHub syntax is also supported.

&amp;gt; [!TIP]
&amp;gt; The GitHub syntax is also supported.
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;Spoiler&lt;/h3&gt;
&lt;p&gt;You can add spoilers to your text. The text also supports &lt;strong&gt;Markdown&lt;/strong&gt; syntax.&lt;/p&gt;
&lt;p&gt;The content :spoiler[is hidden &lt;strong&gt;ayyy&lt;/strong&gt;]!&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;The content :spoiler[is hidden **ayyy**]!

&lt;/code&gt;&lt;/pre&gt;
</content:encoded></item><item><title>Expressive Code Example</title><link>https://fuwari.vercel.app/posts/expressive-code/</link><guid isPermaLink="true">https://fuwari.vercel.app/posts/expressive-code/</guid><description>How code blocks look in Markdown using Expressive Code.</description><pubDate>Wed, 10 Apr 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Here, we&apos;ll explore how code blocks look using &lt;a href=&quot;https://expressive-code.com/&quot;&gt;Expressive Code&lt;/a&gt;. The provided examples are based on the official documentation, which you can refer to for further details.&lt;/p&gt;
&lt;h2&gt;Expressive Code&lt;/h2&gt;
&lt;h3&gt;Syntax Highlighting&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://expressive-code.com/key-features/syntax-highlighting/&quot;&gt;Syntax Highlighting&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Regular syntax highlighting&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;console.log(&apos;This code is syntax highlighted!&apos;)
&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Rendering ANSI escape sequences&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;ANSI colors:
- Regular: [31mRed[0m [32mGreen[0m [33mYellow[0m [34mBlue[0m [35mMagenta[0m [36mCyan[0m
- Bold:    [1;31mRed[0m [1;32mGreen[0m [1;33mYellow[0m [1;34mBlue[0m [1;35mMagenta[0m [1;36mCyan[0m
- Dimmed:  [2;31mRed[0m [2;32mGreen[0m [2;33mYellow[0m [2;34mBlue[0m [2;35mMagenta[0m [2;36mCyan[0m

256 colors (showing colors 160-177):
[38;5;160m160 [38;5;161m161 [38;5;162m162 [38;5;163m163 [38;5;164m164 [38;5;165m165[0m
[38;5;166m166 [38;5;167m167 [38;5;168m168 [38;5;169m169 [38;5;170m170 [38;5;171m171[0m
[38;5;172m172 [38;5;173m173 [38;5;174m174 [38;5;175m175 [38;5;176m176 [38;5;177m177[0m

Full RGB colors:
[38;2;34;139;34mForestGreen - RGB(34, 139, 34)[0m

Text formatting: [1mBold[0m [2mDimmed[0m [3mItalic[0m [4mUnderline[0m
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;Editor &amp;amp; Terminal Frames&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://expressive-code.com/key-features/frames/&quot;&gt;Editor &amp;amp; Terminal Frames&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Code editor frames&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;console.log(&apos;Title attribute example&apos;)
&lt;/code&gt;&lt;/pre&gt;
&lt;hr /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!-- src/content/index.html --&amp;gt;
&amp;lt;div&amp;gt;File name comment example&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Terminal frames&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;echo &quot;This terminal frame has no title&quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;hr /&gt;
&lt;pre&gt;&lt;code&gt;Write-Output &quot;This one has a title!&quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Overriding frame types&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;echo &quot;Look ma, no frame!&quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;hr /&gt;
&lt;pre&gt;&lt;code&gt;# Without overriding, this would be a terminal frame
function Watch-Tail { Get-Content -Tail 20 -Wait $args }
New-Alias tail Watch-Tail
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;Text &amp;amp; Line Markers&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://expressive-code.com/key-features/text-markers/&quot;&gt;Text &amp;amp; Line Markers&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Marking full lines &amp;amp; line ranges&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;// Line 1 - targeted by line number
// Line 2
// Line 3
// Line 4 - targeted by line number
// Line 5
// Line 6
// Line 7 - targeted by range &quot;7-8&quot;
// Line 8 - targeted by range &quot;7-8&quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Selecting line marker types (mark, ins, del)&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;function demo() {
  console.log(&apos;this line is marked as deleted&apos;)
  // This line and the next one are marked as inserted
  console.log(&apos;this is the second inserted line&apos;)

  return &apos;this line uses the neutral default marker type&apos;
}
&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Adding labels to line markers&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;// labeled-line-markers.jsx
&amp;lt;button
  role=&quot;button&quot;
  {...props}
  value={value}
  className={buttonClassName}
  disabled={disabled}
  active={active}
&amp;gt;
  {children &amp;amp;&amp;amp;
    !active &amp;amp;&amp;amp;
    (typeof children === &apos;string&apos; ? &amp;lt;span&amp;gt;{children}&amp;lt;/span&amp;gt; : children)}
&amp;lt;/button&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Adding long labels on their own lines&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;// labeled-line-markers.jsx
&amp;lt;button
  role=&quot;button&quot;
  {...props}

  value={value}
  className={buttonClassName}

  disabled={disabled}
  active={active}
&amp;gt;

  {children &amp;amp;&amp;amp;
    !active &amp;amp;&amp;amp;
    (typeof children === &apos;string&apos; ? &amp;lt;span&amp;gt;{children}&amp;lt;/span&amp;gt; : children)}
&amp;lt;/button&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Using diff-like syntax&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;+this line will be marked as inserted
-this line will be marked as deleted
this is a regular line
&lt;/code&gt;&lt;/pre&gt;
&lt;hr /&gt;
&lt;pre&gt;&lt;code&gt;--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+this is an actual diff file
-all contents will remain unmodified
 no whitespace will be removed either
&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Combining syntax highlighting with diff-like syntax&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;  function thisIsJavaScript() {
    // This entire block gets highlighted as JavaScript,
    // and we can still add diff markers to it!
-   console.log(&apos;Old code to be removed&apos;)
+   console.log(&apos;New and shiny code!&apos;)
  }
&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Marking individual text inside lines&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;function demo() {
  // Mark any given text inside lines
  return &apos;Multiple matches of the given text are supported&apos;;
}
&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Regular expressions&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;console.log(&apos;The words yes and yep will be marked.&apos;)
&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Escaping forward slashes&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;echo &quot;Test&quot; &amp;gt; /home/test.txt
&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Selecting inline marker types (mark, ins, del)&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;function demo() {
  console.log(&apos;These are inserted and deleted marker types&apos;);
  // The return statement uses the default marker type
  return true;
}
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;Word Wrap&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://expressive-code.com/key-features/word-wrap/&quot;&gt;Word Wrap&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Configuring word wrap per block&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;// Example with wrap
function getLongString() {
  return &apos;This is a very long string that will most probably not fit into the available space unless the container is extremely wide&apos;
}
&lt;/code&gt;&lt;/pre&gt;
&lt;hr /&gt;
&lt;pre&gt;&lt;code&gt;// Example with wrap=false
function getLongString() {
  return &apos;This is a very long string that will most probably not fit into the available space unless the container is extremely wide&apos;
}
&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Configuring indentation of wrapped lines&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;// Example with preserveIndent (enabled by default)
function getLongString() {
  return &apos;This is a very long string that will most probably not fit into the available space unless the container is extremely wide&apos;
}
&lt;/code&gt;&lt;/pre&gt;
&lt;hr /&gt;
&lt;pre&gt;&lt;code&gt;// Example with preserveIndent=false
function getLongString() {
  return &apos;This is a very long string that will most probably not fit into the available space unless the container is extremely wide&apos;
}
&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Collapsible Sections&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://expressive-code.com/plugins/collapsible-sections/&quot;&gt;Collapsible Sections&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;// All this boilerplate setup code will be collapsed
import { someBoilerplateEngine } from &apos;@example/some-boilerplate&apos;
import { evenMoreBoilerplate } from &apos;@example/even-more-boilerplate&apos;

const engine = someBoilerplateEngine(evenMoreBoilerplate())

// This part of the code will be visible by default
engine.doSomething(1, 2, 3, calcFn)

function calcFn() {
  // You can have multiple collapsed sections
  const a = 1
  const b = 2
  const c = a + b

  // This will remain visible
  console.log(`Calculation result: ${a} + ${b} = ${c}`)
  return c
}

// All this code until the end of the block will be collapsed again
engine.closeConnection()
engine.freeMemory()
engine.shutdown({ reason: &apos;End of example boilerplate code&apos; })
&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Line Numbers&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://expressive-code.com/plugins/line-numbers/&quot;&gt;Line Numbers&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Displaying line numbers per block&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;// This code block will show line numbers
console.log(&apos;Greetings from line 2!&apos;)
console.log(&apos;I am on line 3&apos;)
&lt;/code&gt;&lt;/pre&gt;
&lt;hr /&gt;
&lt;pre&gt;&lt;code&gt;// Line numbers are disabled for this block
console.log(&apos;Hello?&apos;)
console.log(&apos;Sorry, do you know what line I am on?&apos;)
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;Changing the starting line number&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;console.log(&apos;Greetings from line 5!&apos;)
console.log(&apos;I am on line 6&apos;)
&lt;/code&gt;&lt;/pre&gt;
</content:encoded></item><item><title>Simple Guides for Fuwari</title><link>https://fuwari.vercel.app/posts/guide/</link><guid isPermaLink="true">https://fuwari.vercel.app/posts/guide/</guid><description>How to use this blog template.</description><pubDate>Mon, 01 Apr 2024 00:00:00 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;Cover image source: &lt;a href=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=2048/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This blog template is built with &lt;a href=&quot;https://astro.build/&quot;&gt;Astro&lt;/a&gt;. For the things that are not mentioned in this guide, you may find the answers in the &lt;a href=&quot;https://docs.astro.build/&quot;&gt;Astro Docs&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Front-matter of Posts&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;---
title: My First Blog Post
published: 2023-09-09
description: This is the first post of my new Astro blog.
image: ./cover.jpg
tags: [Foo, Bar]
category: Front-end
draft: false
---
&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Attribute&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;title&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;The title of the post.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;published&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;The date the post was published.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;description&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;A short description of the post. Displayed on index page.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;image&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;The cover image path of the post.&amp;lt;br/&amp;gt;1. Start with &lt;code&gt;http://&lt;/code&gt; or &lt;code&gt;https://&lt;/code&gt;: Use web image&amp;lt;br/&amp;gt;2. Start with &lt;code&gt;/&lt;/code&gt;: For image in &lt;code&gt;public&lt;/code&gt; dir&amp;lt;br/&amp;gt;3. With none of the prefixes: Relative to the markdown file&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;tags&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;The tags of the post.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;category&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;The category of the post.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;draft&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;If this post is still a draft, which won&apos;t be displayed.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Where to Place the Post Files&lt;/h2&gt;
&lt;p&gt;Your post files should be placed in &lt;code&gt;src/content/posts/&lt;/code&gt; directory. You can also create sub-directories to better organize your posts and assets.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;src/content/posts/
├── post-1.md
└── post-2/
    ├── cover.png
    └── index.md
&lt;/code&gt;&lt;/pre&gt;
</content:encoded></item><item><title>Markdown Example</title><link>https://fuwari.vercel.app/posts/markdown/</link><guid isPermaLink="true">https://fuwari.vercel.app/posts/markdown/</guid><description>A simple example of a Markdown blog post.</description><pubDate>Sun, 01 Oct 2023 00:00:00 GMT</pubDate><content:encoded>&lt;h1&gt;An h1 header&lt;/h1&gt;
&lt;p&gt;Paragraphs are separated by a blank line.&lt;/p&gt;
&lt;p&gt;2nd paragraph. &lt;em&gt;Italic&lt;/em&gt;, &lt;strong&gt;bold&lt;/strong&gt;, and &lt;code&gt;monospace&lt;/code&gt;. Itemized lists
look like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;this one&lt;/li&gt;
&lt;li&gt;that one&lt;/li&gt;
&lt;li&gt;the other one&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Note that --- not considering the asterisk --- the actual text
content starts at 4-columns in.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Block quotes are
written like so.&lt;/p&gt;
&lt;p&gt;They can span multiple paragraphs,
if you like.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Use 3 dashes for an em-dash. Use 2 dashes for ranges (ex., &quot;it&apos;s all
in chapters 12--14&quot;). Three dots ... will be converted to an ellipsis.
Unicode is supported. ☺&lt;/p&gt;
&lt;h2&gt;An h2 header&lt;/h2&gt;
&lt;p&gt;Here&apos;s a numbered list:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;first item&lt;/li&gt;
&lt;li&gt;second item&lt;/li&gt;
&lt;li&gt;third item&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Note again how the actual text starts at 4 columns in (4 characters
from the left side). Here&apos;s a code sample:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;# Let me re-iterate ...
for i in 1 .. 10 { do-something(i) }
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;As you probably guessed, indented 4 spaces. By the way, instead of
indenting the block, you can use delimited blocks, if you like:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;define foobar() {
    print &quot;Welcome to flavor country!&quot;;
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;(which makes copying &amp;amp; pasting easier). You can optionally mark the
delimited block for Pandoc to syntax highlight it:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;import time
# Quick, count to ten!
for i in range(10):
    # (but not *too* quick)
    time.sleep(0.5)
    print i
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;An h3 header&lt;/h3&gt;
&lt;p&gt;Now a nested list:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;First, get these ingredients:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;carrots&lt;/li&gt;
&lt;li&gt;celery&lt;/li&gt;
&lt;li&gt;lentils&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Boil some water.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Dump everything in the pot and follow
this algorithm:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; find wooden spoon
 uncover pot
 stir
 cover pot
 balance wooden spoon precariously on pot handle
 wait 10 minutes
 goto first step (or shut off burner when done)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Do not bump wooden spoon or it will fall.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Notice again how text always lines up on 4-space indents (including
that last line which continues item 3 above).&lt;/p&gt;
&lt;p&gt;Here&apos;s a link to &lt;a href=&quot;http://foo.bar&quot;&gt;a website&lt;/a&gt;, to a &lt;a href=&quot;local-doc.html&quot;&gt;local
doc&lt;/a&gt;, and to a &lt;a href=&quot;#an-h2-header&quot;&gt;section heading in the current
doc&lt;/a&gt;. Here&apos;s a footnote [^1].&lt;/p&gt;
&lt;p&gt;[^1]: Footnote text goes here.&lt;/p&gt;
&lt;p&gt;Tables can look like this:&lt;/p&gt;
&lt;p&gt;size material color&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;9 leather brown
10 hemp canvas natural
11 glass transparent&lt;/p&gt;
&lt;p&gt;Table: Shoes, their sizes, and what they&apos;re made of&lt;/p&gt;
&lt;p&gt;(The above is the caption for the table.) Pandoc also supports
multi-line tables:&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;keyword text&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;red Sunsets, apples, and
other red or reddish
things.&lt;/p&gt;
&lt;p&gt;green Leaves, grass, frogs
and other things it&apos;s
not easy being.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;A horizontal rule follows.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Here&apos;s a definition list:&lt;/p&gt;
&lt;p&gt;apples
: Good for making applesauce.
oranges
: Citrus!
tomatoes
: There&apos;s no &quot;e&quot; in tomatoe.&lt;/p&gt;
&lt;p&gt;Again, text is indented 4 spaces. (Put a blank line between each
term/definition pair to spread things out more.)&lt;/p&gt;
&lt;p&gt;Here&apos;s a &quot;line block&quot;:&lt;/p&gt;
&lt;p&gt;| Line one
| Line too
| Line tree&lt;/p&gt;
&lt;p&gt;and images can be specified like so:&lt;/p&gt;
&lt;p&gt;Inline math equations go in like so: $\omega = d\phi / dt$. Display
math should get its own line and be put in in double-dollarsigns:&lt;/p&gt;
&lt;p&gt;$$I = \int \rho R^{2} dV$$&lt;/p&gt;
&lt;p&gt;$$
\begin{equation*}
\pi
=3.1415926535
;8979323846;2643383279;5028841971;6939937510;5820974944
;5923078164;0628620899;8628034825;3421170679;\ldots
\end{equation*}
$$&lt;/p&gt;
&lt;p&gt;And note that you can backslash-escape any punctuation characters
which you wish to be displayed literally, ex.: `foo`, *bar*, etc.&lt;/p&gt;
</content:encoded></item><item><title>Include Video in the Posts</title><link>https://fuwari.vercel.app/posts/video/</link><guid isPermaLink="true">https://fuwari.vercel.app/posts/video/</guid><description>This post demonstrates how to include embedded video in a blog post.</description><pubDate>Tue, 01 Aug 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Just copy the embed code from YouTube or other platforms, and paste it in the markdown file.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;---
title: Include Video in the Post
published: 2023-10-19
// ...
---

&amp;lt;iframe width=&quot;100%&quot; height=&quot;468&quot; src=&quot;https://www.youtube.com/embed/5gIf0_xpFPI?si=N1WTorLKL0uwLsU_&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;YouTube&lt;/h2&gt;
&lt;p&gt;&amp;lt;iframe width=&quot;100%&quot; height=&quot;468&quot; src=&quot;https://www.youtube.com/embed/5gIf0_xpFPI?si=N1WTorLKL0uwLsU_&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;h2&gt;Bilibili&lt;/h2&gt;
&lt;p&gt;&amp;lt;iframe width=&quot;100%&quot; height=&quot;468&quot; src=&quot;//player.bilibili.com/player.html?bvid=BV1fK4y1s7Qf&amp;amp;p=1&quot; scrolling=&quot;no&quot; border=&quot;0&quot; frameborder=&quot;no&quot; framespacing=&quot;0&quot; allowfullscreen=&quot;true&quot;&amp;gt; &amp;lt;/iframe&amp;gt;&lt;/p&gt;
</content:encoded></item></channel></rss>