A minimalist portfolio inspired from Dinesh Pandiyan personal Page
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.
- Minimalistic display of portfolio items, right at landing Page.
- About Section with gatsby Image.
- Autogenerated blog pages from Markdown files at blog folder.
- Gatsby-Config to change title
- Social Media links.
- Array of portfolio items, very easy to modify and very quick to add new items.
Contact me at @shadowdevcode.
You need, gatsby, gatsby-cli installed globally. Then just npm i
and run npm run develop
and then npm run build
to make it ready for
deployment