This is a reminder to myself, since I don’t update the site too often.
To test a new change: jekyll serve
from the root directory
To prepare the site for a commit: jekyll build
from the root directory, then git add
, git commit
, git push
as usual