Skip to content

MattGreyDesign/himatt.com

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
css
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

himatt.com

Personal portfolio made with Jekyll, deployed via Netlify

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 .

  • Install the Jekyll and bundler gems from the commandline:

    gem install jekyll bundler
    

    For more information about installing Jekyll, refer to the Jekyll quickstart guide

  • 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 (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

Licenses

Underlying source code

Under the GNU General Public License v3.0, 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

License: GPL v3

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.