The master
branch of mje-nz/blog-private is staging for mje-nz/blog.mje.nz.
The draft
branch is rebased on top with my drafts and unpublished changes.
Setup:
gem install bundler
bundle install
# Or to update gems:
# bundle update
Workflow:
draft
, iterating with a local Jekyll build (bundle exec jekyll serve --drafts
) until completemaster
, run git checkout draft <changed file>
and commitdraft
back on top to keep history tidymaster
to mje-nz/blog.mje.nz, which will trigger the GitHub Pages build and update the live siteTo add a new image, copy it into assets/_originals
and then resize it into assets/img
.
TODO:
Old TODO: