Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadowdevcode/my-portfolio-v2
New Portfolio by starters from Gatsby JS
https://github.com/shadowdevcode/my-portfolio-v2
gatsby gatsby-js graphql-ide portfolio portfolio-items reactjs yarn
Last synced: 12 days ago
JSON representation
New Portfolio by starters from Gatsby JS
- Host: GitHub
- URL: https://github.com/shadowdevcode/my-portfolio-v2
- Owner: shadowdevcode
- License: mit
- Created: 2020-02-04T19:00:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T20:52:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T13:20:11.878Z (about 1 month ago)
- Topics: gatsby, gatsby-js, graphql-ide, portfolio, portfolio-items, reactjs, yarn
- Language: JavaScript
- Homepage: https://www.vijaysehgal.com
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to a quick portfolio site generated by Gatsby JS.
A minimalist portfolio inspired from Dinesh Pandiyan personal Page
### Config Notes
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.Contact me at @shadowdevcode.
# To start:
You need, gatsby, gatsby-cli installed globally.
Then just npm iand run `npm run develop` and then `npm run build` to make it ready for
deployment