Skip to content

Commit 650b85d

Browse files
committed
Create template
1 parent 340c0f2 commit 650b85d

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

contents/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
To create an article, please create a copy of the `contents/template/` directory to start your creative writing.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Pygame Article Blog Template
2+
3+
Please use Markdown.

contents/template/data.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"display-year": -1,
3+
"display-month": -1,
4+
"display-day": -1,
5+
"display-authors": [{ "display-name": "novial", "github-name": "novialriptide" }],
6+
"url-title": "something-like-this",
7+
"short-description": "Keep this less than 24 words."
8+
}

0 commit comments

Comments
 (0)