Skip to content

Customizing and Shadowing

Arpit Sheth edited this page Jul 30, 2020 · 6 revisions

Please read the guide Shadowing in Gatsby Themes to understand how to customize the this theme! In general, you will want to place your files in /src/@shetharp/gatsby-theme-polaroid/ to shadow or override files.

🚨 Advanced Customizations

You'll find instructions below on how to perform common customizations.

If you need to do more advanced customizations, you may need to shadow the component itself. Creating a directory /src/@shetharp/gatsby-theme-polaroid/components if it doesn't exist and shadowing the respective component.

If you are making significant customizations, you may want to consider forking off of this theme. You can do this by following the instructions under the Start with the Polaroid Workspace section.