Skip to content

MattSheehanDev/mattsheehan.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Ruby Version: 2.7.1

Install gems

# install bundler, `gem install bundler`
bundle install

Build and serve the site

# build the site
bundle exec jekyll build
# build and serve the site with jekyll's development webserver
bundle exec jekyll serve