Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Photography-focused Gatsby theme for building portfolio websites with MDX blog, dark mode, and TypeScript.
Gatsby Theme Polaroid is a photography-focused Gatsby theme for building portfolio websites, developed by Arpit Sheth, that combines a fullscreen photo showcase with an MDX blog and built-in dark mode.
Gatsby Theme Polaroid is a Gatsby theme that generates a complete photography portfolio site from content you provide as MDX files located in content/posts and content/pages directories. It outputs a production-ready Gatsby site with a photo-rich homepage, an MDX blog with tags and categories, and light/dark mode support via Theme UI. The theme runs on Gatsby and is published on npm as @shetharp/gatsby-theme-polaroid.
prism-react-renderer and react-live, including line numbers, line highlighting, language tabs, and file titles.@lekoarts/gatsby-theme-minimal-blog-core and adds photography-focused features on top.theme directory containing the theme source and a demo directory with an example site, letting you start your own theme from this template.demo workspace serving as an example consumer site.To use the theme, install it with npm i --save @shetharp/gatsby-theme-polaroid or yarn add @shetharp/gatsby-theme-polaroid, add it to the plugins array in your gatsby-config.js, then create .mdx files in the content/posts and content/pages directories. To start developing your own theme, you can run gatsby new with this repo's URL and use the theme and demo workspaces via Yarn commands like yarn workspace demo develop.
