Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 427 Bytes

Personal Portfolio and Blog

Personal website built on Jekyll static site generator

Requirements:

  • Ruby v2.5 and above
  • Bundler gem. Can be installed via: gem install bundler

How to Install:

To run this on your local machine:

cd personal-blog
bundle install
bundle exec jekyll build
bundle exec jekyll serve