Skip to content

Commit 4fe213a

Browse files
committed
ssh tunnel article draft false, placeholder articles draft true
1 parent 3ccd6dc commit 4fe213a

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

src/content/post/2022/02-16-example-article-1/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tags:
1212
- python
1313
category: tutorials
1414
toc: true
15+
draft: true
1516
---
1617

1718
import { Icon } from 'astro-icon/components';

src/content/post/2022/03-17-example-article-2/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tags:
1212
- astro
1313
category: video
1414
toc: true
15+
draft: true
1516
---
1617

1718
import { Icon } from 'astro-icon/components';

src/content/post/2023/01-19-example-article-3/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tags:
1313
- python
1414
category: news
1515
toc: true
16+
draft: true
1617
---
1718

1819
import { Icon } from 'astro-icon/components';

src/content/post/2024/01-20-example-article-4/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ tags:
1414
- astro
1515
category: tools
1616
toc: true
17+
draft: true
1718
---
1819

1920
import { Icon } from 'astro-icon/components';

src/content/post/2025/04-20-ssh-tunnel-docker/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags:
1010
- docker
1111
category: tutorials
1212
toc: true
13-
draft: true
13+
draft: false
1414
---
1515

1616
import { Image } from 'astro:assets';

0 commit comments

Comments
 (0)