ShreyamMaity / shreyammaity.github.io

My Personal Portfolio Website

Home Page:https://shreyam.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Portfolio Website

The first iteration of shreyam.ml built with Gatsby and hosted with Netlify

Netlify Status

Demo

TL;DR

Yes, you can fork this repo. Please give proper credit by linking back to brittanychiang.com.
If you are customizing this website , give a small credit to this repo. Thanks!

πŸ›  Installation & Set Up

  1. Install the Gatsby CLI

    npm install -g gatsby-cli
  2. Install and use the correct version of NodeJS & NVM & yarn

    npm install --global yarn
  3. Install dependencies

    yarn
  4. Install Missing Node Modules Folder

    npm install
  5. Start the development server

    npm start

πŸ’» Customization

  1. Social Media Data :

    • goto -> ./src/config.js
      • enter your details
  2. Loader :

    • goto -> ./src/components/icons/loader.js -> line 22
      • change position -> line 21
  3. Logo :

    • goto -> ./src/components/icons/logo.js -> line 19
      • change position -> line 18
  4. Resume :

    • goto -> ./static/resume.pdf
  5. Changing Website Data:

    • changing front page :
      • goto -> ./content/hero/index.md
    • changing about page :
      • goto -> ./content/about/index.md
    • changing jobs:
      • goto -> ./content/jobs/
        • add folder & create index.md & paste your details
    • changing projects:
      • goto -> ./content/projects/
        • add your own .md and paste your details
          • to show in projects change bool value of showInProjects to true
            • to save in archive only change bool value of showInProjects to false
    • changing featured projects :
      • goto -> ./content/featured/
        • add folder & create index.md , paste your details
          • add proper png files

GitHub Push Instructions

  • push to main branch other than master
  • master branch will be where the website will get deployed and hosted
  • make any changes if you want to and push to main only
  • after Depoying the website it will get pushed to master
  • to use Netlify , follow this

πŸš€ Building and Running for Production

  1. Generate a full static production build

    gatsby build
  2. Deploy The Website

    npm run deploy

🎨 Color Reference

Color Hex
Navy #0a192f #0a192f
Light Navy #172a45 #172a45
Lightest Navy #303C55 #303C55
Slate #8892b0 #8892b0
Light Slate #a8b2d1 #a8b2d1
Lightest Slate #ccd6f6 #ccd6f6
White #e6f1ff #e6f1ff
Green #64ffda #64ffda

About

My Personal Portfolio Website

https://shreyam.dev/

License:MIT License


Languages

Language:JavaScript 99.7%Language:Dockerfile 0.2%Language:Makefile 0.0%