Skip to content

Commit f683b78

Browse files
committed
feat(content): ✏️ update article metadata and standardize tags
- Added Open Graph metadata for better social sharing. - Standardized author field to use an array format. - Corrected tag capitalization for consistency.
1 parent b441d07 commit f683b78

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"frontMatter.dashboard.openOnStart": true
3+
}

content/articles/2026-06-23-how-to-write-for-powershell-org.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
title: How to Write for PowerShell.org
3-
description: Two ways to submit an article to PowerShell.org, best practices that get you published faster, and why claiming an author page is worth five minutes of your time.
4-
author: Gilbert Sanchez
53
authors:
64
- Gilbert Sanchez
75
date: 2026-06-23T00:00:00+00:00
6+
description: Two ways to submit an article to PowerShell.org, best practices that get you published faster, and why claiming an author page is worth five minutes of your time.
7+
og_title: How to Write for PowerShell.org
8+
og_description: Two ways to submit an article, best practices that get you published faster, and why claiming an author page is worth your time.
89
categories:
910
- Tutorials
1011
tags:
11-
- contributing
12-
- community
13-
- writing
12+
- Contributing
13+
- Community
14+
- Writing
1415
fmContentType: article
1516
---
1617

@@ -79,7 +80,7 @@ flow through the same review.
7980

8081
3. Start it with this front matter:
8182

82-
```
83+
```markdown
8384
---
8485
title: "Your Article Title"
8586
description: "A 1-2 sentence summary used for SEO, social cards, and the article list."

0 commit comments

Comments
 (0)