Skip to content

Commit 9b8435c

Browse files
authored
content: add article template (#174)
1 parent fc4dfec commit 9b8435c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

content/3.resources/.template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title:
3+
description:
4+
authors:
5+
- name:
6+
picture:
7+
twitter:
8+
packages:
9+
-
10+
project: # Source code of the project or examples
11+
publishedAt:
12+
modifiedAt:
13+
layout: article
14+
---
15+
16+
Checklist:
17+
18+
- [ ] Filename is the title stringified prefix with the date in the format YYYY-MM-DD and replacing dot with dash
19+
- [ ] Packages must match the package filename

0 commit comments

Comments
 (0)