From b36ee8202b3fa224ae71bd89aca03f13786a9f0e Mon Sep 17 00:00:00 2001 From: afoim Date: Wed, 30 Apr 2025 19:44:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E7=AB=A0fuwari?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF=E7=9A=84ICON?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=95=99=E7=A8=8B=EF=BC=8C=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E7=94=B1Font=20Awesome=E6=94=B9=E4=B8=BAicones.js.org=EF=BC=8C?= =?UTF-8?q?=E5=B9=B6=E4=B8=94=E9=87=8D=E6=96=B0=E9=85=8D=E5=9B=BE=E3=80=82?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E7=AB=A0gh-proxy=E5=92=8Cstarrail-f?= =?UTF-8?q?ast=E6=B7=BB=E5=8A=A0=E5=AF=B9=E5=BA=94=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E3=80=82=E6=9B=B4=E6=96=B0=E6=96=87=E7=AB=A0static-web?= =?UTF-8?q?=E5=B0=86=E6=A0=87=E7=AD=BECloudflare=20Page=E6=94=B9=E4=B8=BAC?= =?UTF-8?q?loudflare=20Pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/posts/fuwari.md | 16 ++++++++++------ src/content/posts/gh-proxy.md | 2 +- src/content/posts/starrail-fast.md | 2 +- src/content/posts/static-web.md | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/src/content/posts/fuwari.md b/src/content/posts/fuwari.md index d6603af22..711bbf901 100644 --- a/src/content/posts/fuwari.md +++ b/src/content/posts/fuwari.md @@ -2,14 +2,14 @@ category: 教程 description: Fuwari是一个静态博客框架,Cloudflare Pages是一个托管静态网站的服务,将他俩结合即可得到一个快速安全无需托管的高效博客 draft: false -image: https://r2.072103.xyz/fuwari-blog/img/2024-10-15-09-04-45-image.webp +image: https://r2.072103.xyz/myblog/img/f286ef4d-326c-4c7c-8a1e-ed150937a12b.webp lang: '' -published: 2024-10-14 -tags: -- Fuwari -- Cloudflare Pages +published: 2025-04-30 +tags: [Fuwari, Cloudflare Pages] title: Fuwari静态博客搭建教程 + --- + ### 你需要准备的东西 1. 一个牛逼的脑子,支持并行运算至少两个单位以上的事件。遇到问题先思考,想不通就搜索,搜索不到就去和AI调情,不要上来就问问问 @@ -82,7 +82,11 @@ title: Fuwari静态博客搭建教程 - `NavBarConfig` 为导航栏设置的超链接。`ProfileConfig` 为你的用户的超链接,分别如图![](https://r2.072103.xyz/fuwari-blog/img/2024-10-15-17-49-30-image.webp) - - icon:你需要前往[Font Awesome](https://fontawesome.com/search)去搜索你想要的图标,比如QQ,则填写 `fa6-brands:qq` ,如图。Fuwari支持这几种类型:`fa6-brands`, `fa6-regular`, `fa6-solid`, `material-symbols`![](https://r2.072103.xyz/fuwari-blog/img/2024-10-15-17-47-10-image.webp) + - icon:你需要前往[icones.js](https://https://icones.js.org/)去搜索你想要的图标,比如QQ,则填写 `fa6-brands:qq` ,如图。Fuwari默认支持这几种类型:`fa6-brands`, `fa6-regular`, `fa6-solid`, `material-symbols`。可以在 `astro.config.mjs` 中搜索关键字进行配置 + + - ![](https://r2.072103.xyz/myblog/img/1ef05530-10fd-4301-af4e-21ddadf18605.webp) + + - ![](https://r2.072103.xyz/myblog/img/da94494b-cc4b-4f07-ae95-8bf3b2f95d3c.webp) - 这里我附上我的 `config.ts` diff --git a/src/content/posts/gh-proxy.md b/src/content/posts/gh-proxy.md index 92e848b98..f469d772f 100644 --- a/src/content/posts/gh-proxy.md +++ b/src/content/posts/gh-proxy.md @@ -5,7 +5,7 @@ draft: false image: https://r2.072103.xyz/myblog/img/8bb2d8ae-1703-44e8-9f3b-10b46ab69913.webp lang: '' published: 2025-04-15 -tags: [] +tags: [Cloudflare Worker] title: 使用Cloudflare Worker搭建Github全站代理(防钓鱼) --- # 项目原理 diff --git a/src/content/posts/starrail-fast.md b/src/content/posts/starrail-fast.md index 6565f74c7..d9a95c43b 100644 --- a/src/content/posts/starrail-fast.md +++ b/src/content/posts/starrail-fast.md @@ -5,7 +5,7 @@ draft: false image: https://r2.072103.xyz/myblog/img/36f34153-b96f-43ec-911e-8c3d65bc8aa0.webp lang: '' published: 2025-04-15 -tags: [] +tags: [崩坏星穹铁道, DLL注入] title: 崩坏星穹铁道全局加速 --- # 原理剖析 diff --git a/src/content/posts/static-web.md b/src/content/posts/static-web.md index 484828ca8..939feae6b 100644 --- a/src/content/posts/static-web.md +++ b/src/content/posts/static-web.md @@ -7,7 +7,7 @@ lang: '' published: 2024-11-28 tags: - Vercel -- Cloudflare Page +- Cloudflare Pages - Netlify - Surge - Render