Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Gatsby Theme that sources from MercadoLibre creating a showcase of products.
Gatsby Theme Mercadolibre Store is a Gatsby theme that sources product listings from a Mercado Libre user and generates a static showcase site with a product listing page and a detail page for every item.
Gatsby Theme Mercadolibre Store is a Gatsby theme that pulls the products listed by a specific Mercado Libre user and renders them as a static site. The theme takes the user's Mercado Libre listings as input and produces a product listing page plus one product detail page per listing as output. It runs on Gatsby, so the generated site consists of plain HTML files that can be hosted anywhere. The theme also supports MDX for creating additional pages with custom slugs and adding those pages to the site's navigation menu through configuration. The package is published on npm as @florantara/gatsby-theme-mercadolibre-store.
The theme uses Gatsby's data layer to fetch the product list for a configured Mercado Libre user at build time and generate static pages for the listing and each product. For custom pages, you provide MDX files, and the theme adds them to the generated site with the slugs you specify. Menu items are managed through the theme configuration, so the navigation reflects both product pages and custom MDX pages.
