From 2688b35fb5d5ae99d62b7902624c9adb93ccd654 Mon Sep 17 00:00:00 2001 From: ArenaDruid <95113209+ArenaDruid@users.noreply.github.com> Date: Tue, 4 Feb 2025 18:45:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=8F=91=E5=B8=83=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E4=BB=8E=E9=BB=91=E5=90=8D=E5=8D=95=E6=94=B9=E4=B8=BA=E7=99=BD?= =?UTF-8?q?=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/LOOPERS.md | 2 +- content/Nginx-Proxy-Manager.md | 2 +- content/blog-20230310.md | 2 +- content/blog-20250130.md | 2 +- content/blog-20250204.md | 2 +- content/index.md | 2 +- content/test.md | 2 ++ quartz.config.ts | 5 ++++- 8 files changed, 12 insertions(+), 7 deletions(-) diff --git a/content/LOOPERS.md b/content/LOOPERS.md index e64125955..a0d475856 100644 --- a/content/LOOPERS.md +++ b/content/LOOPERS.md @@ -1,6 +1,6 @@ --- title: 时廻者 LOOPERS 短评 -draft: false +publish: true tags: - 游戏 - Galgame diff --git a/content/Nginx-Proxy-Manager.md b/content/Nginx-Proxy-Manager.md index 734152213..2ee081edf 100644 --- a/content/Nginx-Proxy-Manager.md +++ b/content/Nginx-Proxy-Manager.md @@ -1,6 +1,6 @@ --- title: Nginx proxy manager关于获取ip-ranges.json时卡住的解决方案 -draft: false +publish: true date: 2025-01-23 tags: - 运维 diff --git a/content/blog-20230310.md b/content/blog-20230310.md index c9eb2b9d5..be52ce105 100644 --- a/content/blog-20230310.md +++ b/content/blog-20230310.md @@ -1,5 +1,5 @@ --- -draft: false +publish: true tags: - 随笔 date: 2023-03-10 diff --git a/content/blog-20250130.md b/content/blog-20250130.md index 18a257fda..f6b2084f0 100644 --- a/content/blog-20250130.md +++ b/content/blog-20250130.md @@ -4,7 +4,7 @@ date: 2025-01-30 tags: - 运维 comments: true -draft: false +publish: true --- # 背景和需求 目前主力的组网工具Tailscale使用了100.64.0.0/10的网段作为虚拟网段,并通过Cloudflare将我的主要域名*arenadruid.top*和它的子域名 *\*.arenadruid.top* 解析为我的NAS的Tailscale地址。 diff --git a/content/blog-20250204.md b/content/blog-20250204.md index 367b2159c..0ce801e7b 100644 --- a/content/blog-20250204.md +++ b/content/blog-20250204.md @@ -1,6 +1,6 @@ --- title: Obsidian 中文斜体楷体优化插件 -draft: false +publish: true tags: - obsidian date: 2025-02-04 diff --git a/content/index.md b/content/index.md index ba397398e..da24fc2ce 100644 --- a/content/index.md +++ b/content/index.md @@ -1,6 +1,6 @@ --- title: 阿瑞纳与阿巴拉契亚的博客 -draft: false +publish: true tags: date: 2025-01-22 comments: false diff --git a/content/test.md b/content/test.md index 2c2539c46..03b8fc8b9 100644 --- a/content/test.md +++ b/content/test.md @@ -1,5 +1,7 @@ --- comments: false +date: 2025-02-04 +publish: false --- *纯中文斜体* diff --git a/quartz.config.ts b/quartz.config.ts index 9746f32c5..9b556b57f 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -81,7 +81,10 @@ const config: QuartzConfig = { // Adds image lightbox support //Plugin.Lightbox(), ], - filters: [Plugin.RemoveDrafts()], + filters: [ + //Plugin.RemoveDrafts(), + Plugin.ExplicitPublish(), + ], emitters: [ Plugin.AliasRedirects(), Plugin.ComponentResources(),