/myz540.github.io

Primary LanguageHTMLMIT LicenseMIT

Reminders for myself

I am creating this readme mostly as a reminder for myself on how to create a new post. Since I very infrequently write these posts, I always forget what steps are needed to do the local development and iteration. The actual deployment is straight-forward enough but hopefully these reminders will serve me well in the future.

If jekyll is not installed, install it, you'll also need ruby, and gem

  1. cd myz540.github.io
  2. jekyll serve
  3. Create a new post by copy-pasting a previous post from _posts and updating the header information, make sure the time is not in the future
  4. Aggregate new tags with python utils/tag_generator.py