This repository contains the source for my personal site built with Jekyll using the Minimal Mistakes theme (which i'm slowly breaking away from).
- Ruby (compatible with your Gemfile)
 - Bundler (
gem install bundler) - Node.js & npm (only required if you build Tailwind locally; Homebrew recommended: 
brew install node) 
- Fork, clone and create a branch to work on
 - Install Ruby gems using Bundler:
 
bundle install- Serve Jekyll
 
bundle exec jekyll serveOpen http://127.0.0.1:4000 to preview the site.
I have created a set of styles, includes and layouts on top of it to customize it to my liking. It runs on the gem version of Minimal Mistakes for easy updating!
To build the site locally:
RUN: $ bundle install
RUN: bundle exec jekyll serve
Comments powered by https://giscus.app/
Comments on this site are powered by Giscus. It's a really cool project
that provides comments via the GitHub api. Comments will appear as
discussion threads if you turn on discussions in your repo!