<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Astro 主题配置 &#8211; 壹资源网</title>
	<atom:link href="https://www.iezyw.com/html/tag/astro-%e4%b8%bb%e9%a2%98%e9%85%8d%e7%bd%ae/feed" rel="self" type="application/rss+xml" />
	<link>https://www.iezyw.com</link>
	<description>一个降低试错成本的网站！</description>
	<lastBuildDate>Fri, 06 Mar 2026 04:09:21 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.iezyw.com/wp-content/uploads/2026/01/cropped-logo-5-32x32.png</url>
	<title>Astro 主题配置 &#8211; 壹资源网</title>
	<link>https://www.iezyw.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>零成本搭建高性能个人博客：Fuwari + Cloudflare 全指南</title>
		<link>https://www.iezyw.com/html/202611031.html</link>
		
		<dc:creator><![CDATA[壹资源网]]></dc:creator>
		<pubDate>Fri, 06 Mar 2026 04:04:52 +0000</pubDate>
				<category><![CDATA[网站源码]]></category>
		<category><![CDATA[Astro 主题配置]]></category>
		<category><![CDATA[Cloudflare Pages 部署]]></category>
		<category><![CDATA[Fuwari 博客搭建]]></category>
		<category><![CDATA[GitHub 免费托管]]></category>
		<category><![CDATA[静态博客教程]]></category>
		<guid isPermaLink="false">https://www.iezyw.com/?p=11031</guid>

					<description><![CDATA[静态博客特点:通过GitHub、Cloudflare等提供免费托管服务的平台即可部署。无需服务器，免费部署。同 [&#8230;]]]></description>
										<content:encoded><![CDATA[<h5>静态博客特点:通过GitHub、<span class="">Cloudflare</span>等提供免费托管服务的平台即可部署。无需服务器，免费部署。同时在使用上期文章CloudFlare ImgBed 开源程序。可以做到，不限空间全球可用，免费部署在线博客</h5>
<section><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-11032" src="https://www.iezyw.com/wp-content/uploads/2026/03/20260306120334b23d.png" alt="20260306120334b23d" width="987" height="480" title="零成本搭建高性能个人博客：Fuwari + Cloudflare 全指南 2"></section>
<h3 data-heading="true">必备工具</h3>
<ol class="list-paddingleft-1">
<li>
<section><strong>Git</strong>：最常用的版本控制器，用于操作GitHub（推荐官网安装：Git &#8211; Downloads）。</section>
<ul class="list-paddingleft-1">
<li>
<section>• 补充：可尝试 GitHub Desktop。</section>
</li>
</ul>
</li>
<li>
<section><strong>Node.js</strong>：Fuwari 博客的运行基础，必须安装（官网：Node.js — Run JavaScript Everywhere）。</section>
</li>
<li>
<section><strong>GitHub账号</strong>：用于创建代码仓库，存放<span class="">Fuwari</span>博客的所有文件（注册地址：GitHub）。</section>
</li>
<li>
<section><strong>Cloudflare账号</strong>：用于创建Pages服务，绑定域名实现博客公开访问（注册地址：Cloudflare）。</section>
</li>
<li>
<section><strong>黑曜石（Obsidian）</strong>：可视化Markdown编辑器，用于编写博客文章（Fuwari文章均为Markdown格式，官网：Obsidian）。</section>
</li>
<li>
<section><strong>基础技能</strong>：掌握Markdown基础语法（用于编写博客文章），不会可参考：Markdown 基本语法 | Markdown 官方教程。</section>
</li>
</ol>
<h2 data-heading="true">二、本地部署Mizuki</h2>
<ol class="list-paddingleft-1">
<li>
<section><strong>Fork仓库</strong>：访问 Mizuki 官方仓库，点击右上角「Fork」，将仓库复制到自己的GitHub账号下。</section>
</li>
<li>
<section><strong>克隆仓库到本地</strong>：</section>
<ul class="list-paddingleft-1">
<li>
<section>• 打开Git终端，输入命令：<code>git clone &lt;你的仓库URL&gt;</code>（推荐使用SSH链接，无需科学上网即可推送更改）。</section>
</li>
<li>
<section>• 提示：仓库URL可在自己Fork的仓库页面，点击「Code」获取。</section>
</li>
</ul>
</li>
<li>
<section><strong>安装依赖工具</strong>：</p>
<pre><code>npm install -g pnpm</code></pre>
</section>
<ul class="list-paddingleft-1">
<li>
<section>• 补充：若<span class="">npm</span>国内下载速度过慢，可替换为cnpm（镜像），参考：npmmirror 镜像站。</section>
</li>
</ul>
</li>
<li style="list-style-type: none;">
<ul class="list-paddingleft-1">
<li>
<section>• 全局安装pnpm（包管理工具）：输入命令</section>
</li>
</ul>
</li>
<li>
<section><strong>安装项目依赖</strong>：进入克隆后的项目根目录，依次输入以下两条命令：</p>
<pre><code>pnpm install
pnpm add sharp</code></pre>
</section>
</li>
</ol>
<p>✅ <strong>至此，Fuwari 已成功在本地部署完成，可开始后续个性化配置。</strong></p>
<h2 data-heading="true">三、个性化配置</h2>
<h3 data-heading="true">3.1 修改博客核心信息</h3>
<p>在项目根目录的 <code>src</code> 文件夹中，找到<code>config.ts</code> 文件（用Obsidian或任意文本编辑器打开），按以下说明修改：</p>
<ul class="list-paddingleft-1">
<li>
<section><code>title</code>：填写你的博客主标题（必填）。</section>
</li>
<li>
<section><code>subtitle</code>：填写博客副标题（可选，首页显示为「主标题 &#8211; 副标题」）。</section>
</li>
<li>
<section><code>lang</code>：设置博客显示语言，注释中已标注常用值（如：<code>en</code>、<code>zh_CN</code>、<code>zh_TW</code>、<code>ja</code>、<code>ko</code>）。</section>
</li>
<li>
<section><code>themeColor</code>：设置博客主题色（填写hue值，可通过博客右上角「画板图标」预览喜欢的颜色后填写）。</section>
</li>
<li>
<section><code>banner</code>：设置首页横幅图片，<code>src</code> 后填写图片的http/https链接。</section>
</li>
<li>
<section><code>favicon</code>：设置网站图标，<code>src</code> 后填写图标的http/https链接。</section>
</li>
<li>
<section><code>links</code>：配置友情链接（会显示在博客导航栏）。</section>
</li>
<li>
<section><code>avatar</code>：上传你的个人头像，填写头像的http/https链接。</section>
</li>
<li>
<section><code>name</code>：填写你的名字（将显示在头像下方）。</section>
</li>
<li>
<section><code>bio</code>：填写个性签名（显示在头像和名字下方）。</section>
</li>
<li>
<section><code>NavBarConfig</code>：配置导航栏的超链接（如首页、文章列表等）。</section>
</li>
<li>
<section><code>ProfileConfig</code>：配置你的个人社交链接（如GitHub、公众号等）。</section>
</li>
</ul>
<h3 data-heading="true">3.2 清理冗余文件</h3>
<p>项目根目录的 <code>src/content/posts</code> 文件夹中，会有默认的示例文章（用于介绍Markdown语法和Fuwari使用技巧）。</p>
<p><strong>建议</strong>：将这些示例文章保存到本地其他文件夹（便于后续参考），然后删除 <code>posts</code> 文件夹中的示例文件，避免影响博客整洁度。</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
