You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,6 @@ If you're not comfortable with Git, you can pitch or submit your article through
32
32
authors:
33
33
- Your Name
34
34
date: "YYYY-MM-DDT00:00:00+00:00"
35
-
url: /articles/YYYY-MM-DD-your-article-slug/
36
35
categories:
37
36
- Category Name
38
37
tags:
@@ -41,8 +40,11 @@ If you're not comfortable with Git, you can pitch or submit your article through
41
40
---
42
41
43
42
Your article content in Markdown goes here.
43
+
44
44
```
45
45
46
+
The Article URL is derived from this hierarchy as `/articles/YYYY/MM/your-article-slug/`. Do not add `url:` for a new Article; it is reserved for migrated Articles that preserve a historic dated URL.
47
+
46
48
> Tip: create a new Article with Hugo from the repository root. Set `$slug` to a lowercase, hyphenated title, then replace the generated front matter values:
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,8 @@ PowerShell.org stewards.
10
10
You're in the right place — most contributions don't require running the site at
11
11
all. **[`CONTRIBUTING.md`](CONTRIBUTING.md)** walks you through each one:
12
12
13
-
-**Write a guest blog post** — submit a Markdown article via a GitHub issue form
14
-
or a pull request to `content/articles/`.
15
-
-**Add your author profile** — an avatar, bio, and links on your `/authors/<you>/`
16
-
page. Profiles are opt-in; your byline works without one.
13
+
-**Write a guest blog post** — submit a Markdown Article via a GitHub issue form or a pull request. Articles are organized in `content/articles/` by publication year and month.
14
+
-**Add your Author Profile** — an avatar, bio, and links on your `/authors/<you>/` page. Profiles are opt-in; your byline works without one.
17
15
-**Submit a community event** — get your PowerShell event onto the calendar.
0 commit comments