Skip to content

mcaliman/mcaliman.github.io

Repository files navigation

README

Build site

bundle exec jekyll build

Serve (local) site

bundle exec jekyll serve

Publish

git add --all .
git commit -m "update r2023.06"
git push origin master --force-with-lease