mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
将发布方式从黑名单改为白名单
This commit is contained in:
parent
e286c3386f
commit
2688b35fb5
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 时廻者 LOOPERS 短评
|
||||
draft: false
|
||||
publish: true
|
||||
tags:
|
||||
- 游戏
|
||||
- Galgame
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Nginx proxy manager关于获取ip-ranges.json时卡住的解决方案
|
||||
draft: false
|
||||
publish: true
|
||||
date: 2025-01-23
|
||||
tags:
|
||||
- 运维
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
draft: false
|
||||
publish: true
|
||||
tags:
|
||||
- 随笔
|
||||
date: 2023-03-10
|
||||
|
||||
@ -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地址。
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Obsidian 中文斜体楷体优化插件
|
||||
draft: false
|
||||
publish: true
|
||||
tags:
|
||||
- obsidian
|
||||
date: 2025-02-04
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 阿瑞纳与阿巴拉契亚的博客
|
||||
draft: false
|
||||
publish: true
|
||||
tags:
|
||||
date: 2025-01-22
|
||||
comments: false
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
---
|
||||
comments: false
|
||||
date: 2025-02-04
|
||||
publish: false
|
||||
---
|
||||
|
||||
*纯中文斜体*
|
||||
|
||||
@ -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(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user