Skip to content

This is my portfolio website. Let's take a peek at what's inside. i built it with gatsbyjs and strapi

License

Notifications You must be signed in to change notification settings

savirafatika/My-Portfolio

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

This is my portfolio website. Let's take a peek at what's inside. i built it with gatsbyjs and strapi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published