/gatsby-starter-dev-portfolio

A gatsby starter for a developer portfolio - Gatsby Template for Blog and Portfolio

Primary LanguageJavaScriptMIT LicenseMIT

Welcome to a quick portfolio site generated by GatsbyJS.

A minimalist portfolio inspired from Dinesh Pandiyan personal Page

some notes about the config.

You need to create a .env.development file, with the following env: GATSBY_GRAPHQL_IDE=playground.

This will allow you to use Playground for your graphql IDE.


Features

  1. Minimalistic display of portfolio items, right at landing Page.
  2. About Section with gatsby Image.
  3. Autogenerated blog pages from Markdown files at blog folder.
  4. Gatsby-Config to change title
  5. Social Media links.
  6. Array of portfolio items, very easy to modify and very quick to add new items.

You should add.

  1. React Helmet for each page. SEO optimization.
  2. Add the tags right under header title to the gatsby config as an option
  3. Change the simple array of portfolio items, maybe to a GraphQl Query from local files or possible a CMS.
  4. Modify whatever you dont like.
  5. Probably polish the responsivness?

Contact me at @codigoMate.

To start:

You need, gatsby, gatsby-cli installed globally. Then just npm i

and run "npm run develop"