diff --git a/docs/creators/creators.yml b/docs/creators/creators.yml index 092e176b6baee..58503a2d9f860 100644 --- a/docs/creators/creators.yml +++ b/docs/creators/creators.yml @@ -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" diff --git a/docs/creators/images/ramon-chancay.png b/docs/creators/images/ramon-chancay.png index ee4db3dd43c28..5e87e860d124f 100644 Binary files a/docs/creators/images/ramon-chancay.png and b/docs/creators/images/ramon-chancay.png differ diff --git a/docs/sites.yml b/docs/sites.yml index 5cbeec36f56af..3bcde1c4fe92d 100644 --- a/docs/sites.yml +++ b/docs/sites.yml @@ -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/" @@ -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 diff --git a/docs/starters.yml b/docs/starters.yml index 9c561dff66e1d..af904c43ab320 100644 --- a/docs/starters.yml +++ b/docs/starters.yml @@ -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 diff --git a/starters/blog/gatsby-config.js b/starters/blog/gatsby-config.js index 8e23dcdcfddda..6c7c58deadc75 100644 --- a/starters/blog/gatsby-config.js +++ b/starters/blog/gatsby-config.js @@ -66,7 +66,6 @@ module.exports = { icon: `content/assets/gatsby-icon.png`, }, }, - `gatsby-plugin-offline`, `gatsby-plugin-react-helmet`, { resolve: `gatsby-plugin-typography`, @@ -74,5 +73,8 @@ module.exports = { pathToConfigModule: `src/utils/typography`, }, }, + // this (optional) plugin enables Progressive Web App + Offline functionality + // To learn more, visit: https://gatsby.dev/offline + // `gatsby-plugin-offline`, ], }