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(),