Steps

Similar purple which shows up better: #270244

email subscribe button

I write about ML, Web Dev, and more topics. Subscribe to get new posts by email!


——– OLD ——–

  1. Change draft to false.
  2. Push changes to github repo
  3. Execute on main branch.
quarto publish gh-pages

——– NEW ——–

  1. For articles under blogs/, change draft to false and commit changes.
  2. Publish the changes locally once.
quarto publish gh-pages
  1. Push changes to github repo
  2. GitHub Actions has been configured for CI, so whenever you push changes to your repo, the changes will be rendered to your site.
Back to top