Skip to content

ruijadom/portfolio

Repository files navigation

Gatsby

Ruijadom Portfolio build with Gatsby

Plugins

npm install --save gatsby-plugin-nprogress
npm install --save gatsby-plugin-google-analytics
npm install --save gatsby-plugin-prefetch-google-fonts
npm install --save gatsby-plugin-react-helmet react-helmet
npm install --save gatsby-plugin-offline
npm install --save gatsby-plugin-manifest
npm install --save gatsby-plugin-canonical-urls
npm install --save gatsby-plugin-sitemap
npm install --save gatsby-plugin-styled-components styled-components babel-plugin-styled-components
npm install --save gatsby-plugin-page-creator
npm install --save gatsby-plugin-sharp
npm install --save gatsby-transformer-sharp gatsby-plugin-sharp
npm install --save gatsby-source-filesystem
npm install --save gatsby-source-graphql

Customizing html.js

Gatsby uses a React component to server render the and other parts of the HTML outside of the core Gatsby application. Most sites should use the default html.js shipped with Gatsby. But if you need to customize your site’s html.js, copy the default one into your source tree by running:

cp .cache/default-html.js src/html.js