Skip to content

Commit

Permalink
chore(gatsby): Move peril inside monorepo and check valid categories/…
Browse files Browse the repository at this point in the history
…tags (#15072)

Move peril into monorepo.

Co-Authored-By: Michal Piechowiak <misiek.piechowiak@gmail.com>
  • Loading branch information
freiksenet and pieh authored Jun 24, 2019
1 parent 8823768 commit dfd6ae8
Show file tree
Hide file tree
Showing 30 changed files with 3,267 additions and 336 deletions.
109 changes: 109 additions & 0 deletions docs/categories.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
starter:
- AMP
- Authentication
- AWS
- Blog
- Client-side App
- CMS:Cosmic JS
- CMS:Headless
- CMS:Contentful
- CMS:DatoCMS
- CMS:Drupal
- CMS:Prismic
- CMS:Netlify
- CMS:Wordpress
- CMS:sanity.io
- CMS:Other
- Disqus
- Documentation
- eCommerce
- Firebase
- Google Sheets
- HTML5UP
- i18n
- Landing Page
- Language:Other
- Language:TypeScript
- Linting
- Markdown
- MDX
- Netlify
- Official
- Onepage
- Pagination
- Portfolio
- Presentation
- PWA
- Redux
- RSS
- Search
- SEO
- Shopify
- Storybook
- Stripe
- Styling:Ant Design
- Styling:Bootstrap
- Styling:Bulma
- Styling:CSS-in-JS
- Styling:Grommet
- Styling:Material
- Styling:PostCSS
- Styling:SCSS
- Styling:Tailwind
- Styling:Other
- Styling:None
- Testing
- Transitions
site:
- API
- Accessibility
- Agency
- App
- Blog
- Business
- Community
- Conference
- Consulting
- Data
- Design
- Design System
- Directory
- Documentation
- Education
- Entertainment
- Entrepreneurship
- Event
- Featured
- Finance
- Food
- Freelance
- Gallery
- Government
- Healthcare
- JavaScript
- Landing Page
- Learning
- Library
- Marketing
- Media
- Mobile Development
- Music
- Nonprofit
- Open Source
- Photography
- Podcast
- Portfolio
- Productivity
- Programming
- Real Estate
- SEO
- Science
- Security
- Sports
- Technology
- Travel
- User Experience
- Video
- Web Development
- WordPress
- eCommerce
18 changes: 8 additions & 10 deletions docs/contributing/site-showcase-submissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,30 +73,24 @@ Categories currently include both _type of site_ (structure) and the _content of
- Documentation
- eCommerce
- Education
- Gallery
- Portfolio
- (feel free to create new ones after checking to make sure the tag you want doesn't already exist)
- Gallery
- See [`categories.yml`](https://github.com/gatsbyjs/gatsby/blob/master/docs/categories.yml) for an up to date list of valid categories.

#### Content of site:

A few notes on site content: a common question is this: "aren't all Gatsby sites technically in the "web development" category?" Well, no because this category means the _content_ of the site has to be about web development, like [ReactJS](https://reactjs.org/). Also, the difference between technology and web development is like this. [Cardiogram](https://cardiogr.am/) is technology, while [ReactJS](https://reactjs.org/) is web development.

- Agency
- Cinema
- Education
- Entertainment
- Finance
- Food
- Health & Wellness
- Healthcare
- Hosting
- Gallery
- Government
- Magazine
- Marketing
- Miscellaneous
- Music
- News
- Media
- Nonprofit
- Open Source
- Photography
Expand All @@ -105,7 +99,11 @@ A few notes on site content: a common question is this: "aren't all Gatsby sites
- Science
- Technology
- Web Development
- (feel free to create new ones after checking to make sure the tag you want doesn't already exist)
- See [`categories.yml`](https://github.com/gatsbyjs/gatsby/blob/master/docs/categories.yml) for an up to date list of valid categories.

#### Adding new tag

If you think that there is something missing in the tag list, you can update [`categories.yml`](https://github.com/gatsbyjs/gatsby/blob/master/docs/categories.yml) and add a new one. However, we encourage you to use existing tags.

### Note on Featured Sites

Expand Down
6 changes: 5 additions & 1 deletion docs/contributing/submit-to-starter-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To get your site added to the starter library, follow the two steps below.
description: Your starter description
# These correspond to the category filters in the library
# Make an effort to use the existing tags, and add more if needed!
# See docs/categories.yml for valid tags.
tags:
- Redux
Expand Down Expand Up @@ -49,3 +49,7 @@ If there are linting issues with your PR, you can fix them by running `npm run f
### Need to change details?

If you want to edit anything in your site submission later, simply edit the .yml file by submitting another PR. GitHub data (like stars) will be automatically pulled and updated, but your starter description, tags, and feature list are up to you!

### Adding new tag

If you think that there is something missing in the tag list, you can update [`categories.yml`](https://github.com/gatsbyjs/gatsby/blob/master/docs/categories.yml) and add a new one. However, we encourage you to use existing tags.
Loading

0 comments on commit dfd6ae8

Please sign in to comment.