Gathering detailed insights and metrics for @shetharp/gatsby-theme-polaroid
Gathering detailed insights and metrics for @shetharp/gatsby-theme-polaroid
Gathering detailed insights and metrics for @shetharp/gatsby-theme-polaroid
Gathering detailed insights and metrics for @shetharp/gatsby-theme-polaroid
📸 Polaroid is a photography-focused Gatsby theme for building portfolio websites.
npm install @shetharp/gatsby-theme-polaroid
Typescript
Module System
Node Version
NPM Version
TypeScript (95.78%)
JavaScript (4.22%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
4 Stars
109 Commits
1 Forks
1 Watchers
28 Branches
1 Contributors
Updated on Sep 06, 2023
Latest Version
0.1.8
Package Id
@shetharp/gatsby-theme-polaroid@0.1.8
Unpacked Size
111.34 kB
Size
29.22 kB
File Count
72
NPM Version
6.14.7
Node Version
10.18.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
18
3
Polaroid is a photography-focused Gatsby theme for building portfolio websites. It supports an MDX blog with tags/categories, syntax-highlighted code blocks, Theme UI for dark mode, and Typescript.
Designed & developed by Arpit Sheth.
1npm i --save @shetharp/gatsby-theme-polaroid 2# or 3yarn add @shetharp/gatsby-theme-polaroid
gatsby-config.js
file1module.exports = { 2 plugins: ["@shetharp/gatsby-theme-polaroid"], 3};
Modify the theme options and site metadata in your gatsby-config.js
file.
Create .mdx
files for your site's pages or posts. By default this should be in your site's content/posts
and content/pages
directories. You should create these directories if they don't already exist.
Shadow, override, and customize the theme to fit your needs. See the list of features below for more info.
1gatsby new gatsby-theme-custom https://github.com/shetharp/gatsby-theme-polaroid 2cd gatsby-theme-custom 3yarn 4yarn workspace demo develop
Replace gatsby-theme-custom
with whatever you wish to name your theme.
The theme
workspace directory contains the components, styles, and theme configurations.
package.json
to match the details for your theme (such as name, author, repository, etc.)The demo
workspace directory contains the content, components, and styles for an example site that consumes the theme.
package.json
to include your theme as a dependency. Make sure the name of the dependency matches the name in your theme's package.json
file!gatsby-config.js
to include your theme as a pluginUnder the hood, Polaroid is built on top of the functionality provided by @lekoarts/gatsby-theme-minimal-blog-core. Polaroid provides additional features, especially those that enhance the user experience for a photography-focused portfolio website and blog.
Polaroid lets you quickly build a production-ready website that supports the following out of the box:
Photo-rich portfolio
MDX Blog Posts and Site Pages
Built with Theme UI
Easy to Customize with Typescript
data
for the header, toggle header menu, and footerThe Polaroid Theme wiki contains more documentation on how to add content, customize the theme, and how to use its features.
It will help if you have some basic experience with Yarn workspaces, Gatsby, and Gatsby themes. If you don't have much experience with this, I suggest looking into these resources:
This repo uses Yarn workspaces and Gatsby, so make sure you have them installed on your machine.
cd
into it1yarn
theme
directory. To update the demo site, make changes in the demo
directory.1yarn workspace demo develop
1yarn workspace demo build
💙 Thank you for helping make this project better! ❤️
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
154 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More