Skip to content

smayes5/smayes5.github.io

Repository files navigation

Steve Mayes' Personal Web Site

This repository contains the code base used to build https://smayes.com.

Design

The original design was sourced from HTML5 UP's Story template; to which I've made some minor modifications. The stock imagery on the site is sourced from Unsplash.

Technologies

The web site is a static web site built with Jekyll and Markdown. Visual Studio Code is my preferred IDE.

Continuous Deployment Process

I'm leveraging GitHub Pages for my Continuous Deployment process and for hosting.

Testing Locally

I'm currently using Ubuntu on Windows 10 to test my site locally before merging any pull requests.

cd /mnt/c/Code/smayes5.github.io/
bundle install # Only if using new gems or different versions of existing gems
bundle exec jekyll serve --no-watch