Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattgreydesign/himatt.com

Portfolio of graphic, UX and type designer Matt Grey
https://github.com/mattgreydesign/himatt.com

design designer jekyll jekyll-website portfolio product product-designer ux ux-designer

Last synced: 6 days ago
JSON representation

Portfolio of graphic, UX and type designer Matt Grey

Awesome Lists containing this project

README

        

# himatt.com

Personal portfolio made with [Jekyll](https://jekyllrb.com/), deployed via [Netlify](https://netlify.com/)

## Setup

This site runs on Jekyll, an opensource static site generating platform.

- Clone or download a zip of this project to your computer and navigate to the
project directory in your terminal

- Make sure Ruby is installed, to check if it is, run:
```
ruby -v
```
For more information about installing Ruby, refer to the [Ruby installation ](https://www.ruby-lang.org/en/documentation/installation/).

- Install the Jekyll and bundler [gems](https://jekyllrb.com/docs/ruby-101/#gems) from the commandline:
```
gem install jekyll bundler
```
For more information about installing Jekyll, refer to the [Jekyll quickstart guide](https://jekyllrb.com/docs/quickstart/)

- Install Gem dependencies for the project by running:
```
bundle install
```

- To run the server in your local environment run:
```
bundle exec jekyll serve
```

- Go to http://localhost:4000/ in your browser

## General information

- Static website
- Optimised for efficient [PageSpeed Insights benchmarks](https://developers.google.com/speed/pagespeed/insights/?url=himatt.com) (still more to do in this space)
- No Jekyll plugin dependancies (previously used Bourbon and Neat, now uses CSS Grid and CSS Custom properties)
- Continuously deployed using Netlify

[![Netlify Status](https://api.netlify.com/api/v1/badges/01ca9c4b-b99d-411f-9003-9fad58ccbcf3/deploy-status)](https://app.netlify.com/sites/mattgrey/deploys)

## Licenses

### Underlying source code

Under the [GNU General Public License v3.0](LICENSE), you can adapt and use the source code of this site (but not it's content) for personal and commercial use, so long as you retain the same license for your own project. See a quick breakdown of what you can and cant do [here](https://tldrlegal.com/license/gnu-lesser-general-public-license-v3-(lgpl-3))

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?style=flat-square)](https://www.gnu.org/licenses/gpl-3.0)

### Content

© Matthew Grey and himatt.com. Unauthorised use and/or duplication and
adaptation of this material (all image formats, text and additional media files)
without express and written permission from this site’s author and/or owner is
strictly prohibited. Excerpts and links may be used, provided that full and
clear credit is given to Matthew Grey and/or himatt.com with appropriate and
specific direction to the original content.