将发布方式从黑名单改为白名单

This commit is contained in:
ArenaDruid 2025-02-04 18:45:27 +08:00
parent e286c3386f
commit 2688b35fb5
8 changed files with 12 additions and 7 deletions

View File

@ -1,6 +1,6 @@
--- ---
title: 时廻者 LOOPERS 短评 title: 时廻者 LOOPERS 短评
draft: false publish: true
tags: tags:
- 游戏 - 游戏
- Galgame - Galgame

View File

@ -1,6 +1,6 @@
--- ---
title: Nginx proxy manager关于获取ip-ranges.json时卡住的解决方案 title: Nginx proxy manager关于获取ip-ranges.json时卡住的解决方案
draft: false publish: true
date: 2025-01-23 date: 2025-01-23
tags: tags:
- 运维 - 运维

View File

@ -1,5 +1,5 @@
--- ---
draft: false publish: true
tags: tags:
- 随笔 - 随笔
date: 2023-03-10 date: 2023-03-10

View File

@ -4,7 +4,7 @@ date: 2025-01-30
tags: tags:
- 运维 - 运维
comments: true comments: true
draft: false publish: true
--- ---
# 背景和需求 # 背景和需求
目前主力的组网工具Tailscale使用了100.64.0.0/10的网段作为虚拟网段并通过Cloudflare将我的主要域名*arenadruid.top*和它的子域名 *\*.arenadruid.top* 解析为我的NAS的Tailscale地址。 目前主力的组网工具Tailscale使用了100.64.0.0/10的网段作为虚拟网段并通过Cloudflare将我的主要域名*arenadruid.top*和它的子域名 *\*.arenadruid.top* 解析为我的NAS的Tailscale地址。

View File

@ -1,6 +1,6 @@
--- ---
title: Obsidian 中文斜体楷体优化插件 title: Obsidian 中文斜体楷体优化插件
draft: false publish: true
tags: tags:
- obsidian - obsidian
date: 2025-02-04 date: 2025-02-04

View File

@ -1,6 +1,6 @@
--- ---
title: 阿瑞纳与阿巴拉契亚的博客 title: 阿瑞纳与阿巴拉契亚的博客
draft: false publish: true
tags: tags:
date: 2025-01-22 date: 2025-01-22
comments: false comments: false

View File

@ -1,5 +1,7 @@
--- ---
comments: false comments: false
date: 2025-02-04
publish: false
--- ---
*纯中文斜体* *纯中文斜体*

View File

@ -81,7 +81,10 @@ const config: QuartzConfig = {
// Adds image lightbox support // Adds image lightbox support
//Plugin.Lightbox(), //Plugin.Lightbox(),
], ],
filters: [Plugin.RemoveDrafts()], filters: [
//Plugin.RemoveDrafts(),
Plugin.ExplicitPublish(),
],
emitters: [ emitters: [
Plugin.AliasRedirects(), Plugin.AliasRedirects(),
Plugin.ComponentResources(), Plugin.ComponentResources(),