My tech notes and thoughs built on Jekyll.
Just push to source repository
git push origin main
In order to make easier local builds, I've created this two alias in my "~/.zshrc" configuration file.
alias jbuild="bundle exec jekyll build"
alias jserve="bundle exec jekyll serve"