hanki.dev

Count your posts in Bear

Just a little trick, which you're probably familiar with if you're a web dev. To see how many posts you've done

  1. Go to your blog page (e.g. https://hanki.dev/blog/)
  2. Open console (F12 → Console)
  3. Paste this: document.querySelectorAll('.blog-posts li').length
  4. Tada!

#meta