README

Setup

This repo uses devcontainer to provide jekyll and all needed libs and frameworks.

I'm developing this with

Jekyll

In the container navigate to correct path workspaces inside my-site

I need to call bundle to pull in dependencies

bundle

Commands

bundle exec jekyll serve
jekyll build
jekyll serve

Deploy

Right now I just pulled into the root my site. Not great, but good enough for first pass.