Skip to content

Trushar10/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9a5fa98 · May 29, 2021

History

3 Commits
May 26, 2021
May 29, 2021
May 26, 2021
May 26, 2021
May 26, 2021
May 26, 2021
May 26, 2021
May 26, 2021
May 26, 2021
May 26, 2021
May 29, 2021
May 26, 2021
May 29, 2021
May 29, 2021

Repository files navigation

Setup Notes

  1. All components ready to go (including imports)
  2. Use main.css - less imports
  3. Limit amount of components - better overview
  4. React Icons

[react icons] https://react-icons.github.io/react-icons/

import { FaHome } from "react-icons/fa"
const Component = () => {
  return <FaHome className="icon"></FaHome>
}
  1. Use constants to avoid repetition.

  2. Make sure such content-types exist in your Strapi application. Or replace/delete them in gatsby-config.js

{
      resolve: `gatsby-source-strapi`,
      options: {
        apiURL: `http://localhost:1337`,
        queryLimit: 1000, // Default to 100
        // contentTypes: [`jobs`, `projects`, `blogs`, ],
        //singleTypes:[`about` ]
        contentTypes: [`jobs`, `projects`, `blogs`],
        singleTypes: [`about`],
      },
    },

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published