mrjacobbloom / mrjacobbloom.github.io

https://jacobbloom.dev
0 stars 0 forks source link

This is my website.

installing

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

build / serve locally

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/

making a video

ffmpeg -i lumpy.mov  -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" lumpy.mp4

credits