pluginsフォルダを作成し、その下に自作プラグインを格納
"dependencies": {
"@rescala/gatsby-theme-portfolio": "file:plugins/gatsby-theme-portfolio",
...
plugins: [
{
resolve: `gatsby-theme-portfolio`,
// See the theme's README for all available options
options: {},
},
...