Skip to content

Latest commit

 

History

History
83 lines (58 loc) · 2.46 KB

README.md

File metadata and controls

83 lines (58 loc) · 2.46 KB

portfolio-website-cover

Gatsby Portfolio Website

This Gatsby personal portfolio website is completely designed and buld from scratch by AKhil S Kumar. You are free to clone and reuse this website & Don't forget to add credit😅.

Features this portfolio website contains

  1. Landing Page
  2. About Page
  3. Timeline Section
  4. Projects Section
  5. Blog section (Blog contents are written in MDX)
  6. Contact Section

💽 Installation Instructions

If you want to work with this project or create a version of it make sure to follow the steps below!

  1. Make sure to install Node
  2. Install Gatsby
npm install -g gatsby-cli

Once the installation is complete muke sure you installed the correct version.

gatsby --version
  1. Create a project folder
$ mkdir Portfolio-Website
$ cd Portfolio-Website
  1. Clone the repository
$ git clone https://github.com/akhil-s-kumar/akhil-s-kumar.github.io.git
$ cd akhil-s-kumar.github.io
  1. Open in VS Code
code .

🚀 Quick start

  1. Run Gatsby site.
gatsby develop

Your site is now running at localhost:8000

  1. Modyfy the application

You can edit according to you wish. Save your changes and the browser will update in real time!

✨ How you can contribute to this project?

  1. Fork this project to your GitHub account
  2. Connect the cloned project folder to your forked GitHub repository.
  3. Find an issue or feature and work on it.
  4. Make a pull request.