This is my website.
I know literally nothing about Ruby or its ecosystem and this was a very scary installation process
sudo gem install jekyll -v 3.9.0
gem install bundler
bundle install
npm run transpile # you DO have to do this before pushing ts changes!!!
npm run transpile -- --watch # or this if you're iterating
npm run serve
## Or if you can't deal with jekyll and just want to edit yolobrella
npm run simpleServer
Preview runs on http://localhost:4000/
ffmpeg -i lumpy.mov -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" lumpy.mp4