/mikejoyceio.github.io

:page_facing_up: Developer profile powered by GitHub API, GitHub Pages, and Jekyll

Primary LanguageHTMLMIT LicenseMIT

Developer Profile

Overview

Developer profile powered by GitHub API, GitHub Pages, and Jekyll.

Development

  1. Install a full Ruby development environment

  2. Install Jekyll and bundler gems

gem install jekyll bundler
  1. From the root directory install missing gems
bundle install
  1. Build the site and make it available on a local server
bundle exec jekyll serve
  1. Navigate to http://localhost:4000