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