Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gillkyle/me
the v1 of my personal website and portfolio
https://github.com/gillkyle/me
Last synced: 16 days ago
JSON representation
the v1 of my personal website and portfolio
- Host: GitHub
- URL: https://github.com/gillkyle/me
- Owner: gillkyle
- License: mit
- Created: 2018-10-28T04:18:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:38:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T16:11:24.647Z (27 days ago)
- Language: JavaScript
- Homepage:
- Size: 40.3 MB
- Stars: 36
- Watchers: 1
- Forks: 7
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
_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_
---
Kyle Gill - PortfolioThis 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:
```sh
git clone https://github.com/gillkyle/me.git
```Then install dependencies:
```sh
cd me && yarn
```Then run using Gatsby (you may need to install the `gatsby-cli` if you haven't already):
```sh
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 imagesStatic 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:
```sh
yarn build
```