All Projects → gillkyle → me

gillkyle / me

Licence: MIT license
the v1 of my personal website and portfolio

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Note: this version of my site has been deprecated, I've rewritten everything in a private repo that I might open source at a later date


Gatsby

Kyle Gill - Portfolio

This is my portfolio to serve as a reference point for a lot of projects I've worked on and things I've written.

Feel free to fork the repo to make edits or use as a reference for your own project

🚀 Quick start

First, clone the repo:

git clone https://github.com/gillkyle/me.git

Then install dependencies:

cd me && yarn

Then run using Gatsby (you may need to install the gatsby-cli if you haven't already):

gatsby develop

🧐 What's inside?

The site is built using Gatsby, leveraging a handful of plugins to pull in data, fonts, optimize images, among other things.

  • a Medium source plugin is used to retrieve info from Medium about blog posts I've written
  • the Clearbit logo api was used to retrieve grayscale images for icons and buttons
  • the Gatsby image plugin was used to create optimized images to greatly improve performance and "blur up" some images

Static files like SVG's from the designs and my resume are also included.

💫 Deploy

I've had issues with Netlify's deployment environments, deploys work just fine on Surge or pushed to a storage service. To create an optimized build run:

yarn build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].