-
-
Notifications
You must be signed in to change notification settings - Fork 1
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.
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.