Skip to content

Commit

Permalink
Merge branch 'master' into baysik-starter
Browse files Browse the repository at this point in the history
  • Loading branch information
laurieontech authored Jan 3, 2020
2 parents 27f6eca + e8b9564 commit 6e6d621
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/creators/creators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@
- name: Ramón Chancay
type: individual
description: >-
Front-end / Back-end Developer in Guayaquil Ecuador.
Currently at Everymundo.
I enjoy teaching and sharing what I know.
Front-end Engineer in Guayaquil Ecuador.
Currently at Everymundo and Freelancer in other companies.
Fan number 1 of Jamstack, I propose solutions serverless.
I give professional advice to developers and companies.
location: "Guayaquil, Ecuador"
website: "https://ramonchancay.me"
Expand Down
Binary file modified docs/creators/images/ramon-chancay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 36 additions & 1 deletion docs/sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7131,7 +7131,7 @@
featured: false
- title: Recetas El Universo
description: >-
Recipes and videos with the best of Ecuadorian cuisine.
Recipes and videos with the best of Ecuadorian cuisine.
Collectable recipes from Diario El Universo.
main_url: "https://recetas-eu.netlify.com/"
url: "https://recetas-eu.netlify.com/"
Expand Down Expand Up @@ -9069,3 +9069,38 @@
- Marketing
- Design
built_by: João Matos (Global Creative Studio - Education First)
- title: Zatsuzen
url: https://zatsuzen.com
main_url: https://zatsuzen.com
description: >
Web developer's portfolio
categories:
- Portfolio
built_by: Akane
built_by_url: https://twitter.com/akanewz
featured: false
- title: Reeemoter
description: >-
Join thousands of developers from everywhere and access to job
offers from hundreds of companies worldwide right
at your inbox for free.
main_url: "https://reeemoter.com/"
url: "https://reeemoter.com/"
featured: false
categories:
- Technology
- Web Development
built_by: Ramón Chancay
built_by_url: "https://ramonchancay.me/"
- title: borderless
url: https://junhobaik.github.io
main_url: https://junhobaik.github.io
source_url: https://github.com/junhobaik/junhobaik.github.io/tree/develop
description: >
Junho Baik's Development Blog
categories:
- Blog
- Web Development
built_by: Junho Baik
built_by_url: https://github.com/junhobaik
featured: false
18 changes: 18 additions & 0 deletions docs/starters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4812,3 +4812,21 @@
- MDX for pages and content
- Code syntax highlighting
- SEO (OpenGraph and Twitter) out of the box with default settings that make sense (thanks to React Helmet)
- url: https://gatsby-starter-robin.netlify.com/
repo: https://github.com/robinmetral/gatsby-starter-robin
description: Gatsby Default Starter with state-of-the-art tooling
tags:
- MDX
- Styling:CSS-in-JS
- Linting
- Testing
- Storybook
features:
- 📚 Write in MDX
- 👩‍🎤 Style with Emotion
- 💅 Linting with ESLint and Prettier
- 📝 Unit and integration testing with Jest and react-testing-library
- 💯 E2E browser testing with Cypress
- 📓 Visual testing with Storybook
- ✔️ CI with GitHub Actions
- ⚡ CD with Netlify
4 changes: 3 additions & 1 deletion starters/blog/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,15 @@ module.exports = {
icon: `content/assets/gatsby-icon.png`,
},
},
`gatsby-plugin-offline`,
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-plugin-typography`,
options: {
pathToConfigModule: `src/utils/typography`,
},
},
// this (optional) plugin enables Progressive Web App + Offline functionality
// To learn more, visit: https://gatsby.dev/offline
// `gatsby-plugin-offline`,
],
}

0 comments on commit 6e6d621

Please sign in to comment.