Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.05 KB

My Website

This website is based off of the Minimal Mistakes Jekyll theme by utilizing the "mm-github-pages-starter" page. So if you're reading this and you'd like to copy this template, there ya go!

Getting Set Up

In order to get set up using this, you'll need to first install Ruby. Once that's installed, clone this repo and execute the following command:

bundle

Now you should be able to simply build/serve this website from the source by issuing the following command:

bundle exec jekyll serve

If you'd like to just build and not serve, use the following command

bundle exec jekyll build

Webrick Not Found

If you have any issues with Jekyll reporting that it can't find "webrick", this is a known issue with Jekyll and may be solved with the following command:

bundle add webrick

Configuration

For details on how to configure Minimal Mistakes, the docs may be helpful.