Skip to content

Commit 08f91e3

Browse files
Cleaned up README from mentioning examples.
1 parent 13884c0 commit 08f91e3

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

README.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,10 @@ An entry-point for learning about this architectural model. A place to learn wha
77

88
## Contributing resources
99

10-
The site includes a showcase of Jamstack examples sites. You can submit a site to be included in this list. We've also collected a set of videos, presentation, articles and other learning resources about Jamstack. You can contribute content to that pool of resources too.
10+
We've collected a set of videos, presentation, articles and other learning resources about Jamstack. You can contribute content to that pool of resources!
1111

1212
We accept contributions submitted as [pull requests](https://github.com/jamstack/jamstack.org/pulls).
1313

14-
15-
### Contribute a site example
16-
17-
To contribute a site:
18-
19-
1. Create a new yaml file in the [`src/site/_data/examples`](src/site/_data/examples) folder with a unique and descriptive name. Populate that file according to the structure shown below.
20-
1. Add a thumbnail image to the [`src/site/img/examples`](src/site/img/examples) folder. (Image should be a jpeg 596px wide and 396px tall)
21-
1. Submit a pull request
22-
23-
_example site yaml reference:_
24-
```yaml
25-
title: Your site title
26-
description: A short description of the site.
27-
link: The URL of this site
28-
thumbnailurl: /img/examples/this-site-thumbnail.jpg
29-
tools:
30-
- List
31-
- of
32-
- notable
33-
- tools
34-
- used
35-
```
36-
37-
3814
### Contribute links to resources
3915

4016
To contribute a link to a resource:

0 commit comments

Comments
 (0)