Skip to content

Commit 682767e

Browse files
authored
Update contribution instructions in README.md
1 parent 3d49003 commit 682767e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,20 @@ We accept contributions submitted as [pull requests](https://github.com/jamstack
1515

1616
To contribute a link to a resource:
1717

18-
1. Create a new yaml file in the [`src/site/_data/resources`](src/site/_data/resources) folder with a unique and descriptive name. Populate that file according to the structure shown below.
19-
1. For presentations and video, add an optional thumbnail image to the [`src/site/_data/resources`](src/site/img/cms/resources) folder. (Image should be a jpeg 600px wide and 400px tall)
18+
1. Create a new md file in the [`src/site/resources`](src/site/resources) folder with a unique and descriptive name. Populate that file according to the structure shown below.
19+
1. For presentations and video, add an optional thumbnail image to the [`src/site/img/cms`](src/site/img/cms) folder. (Image should be a jpeg 600px wide and 400px tall)
2020
1. Submit a pull request
2121

22-
_resource yaml reference:_
22+
_resource md reference:_
2323
```yaml
24+
---
2425
title: Resource title
2526
date: Publish date (YYYY-MM-DD)
2627
link: the URL of this resource
2728
thumbnailurl: /img/cms/resources/resource-thumbnail.jpg
2829
type:
2930
- article (Help us group and sort the resources by type article|video|presentation)
31+
---
3032
```
3133

3234
Before submitting a pull request, or if you are suggesting/contributing code or content changes, it is wise to preview your change in a local build. We've tried to make the process of running a local build as low as possible.

0 commit comments

Comments
 (0)