Like Counter Demo

See how the BloTils love counter works on your blog

Getting Started with Static Blogs

Static blogs have revolutionized how we think about web publishing. With tools like Hugo, Jekyll, and Astro, you can create blazing-fast websites without the overhead of traditional CMS platforms.

The beauty of static sites lies in their simplicity. No databases to manage, no server-side processing, and incredibly easy deployment to platforms like Netlify, Vercel, or GitHub Pages.

But what about interactivity? That's where BloTils comes in. Add likes, comments, and analytics to your static blog without compromising its core benefits.

Enjoyed this post?

0

Add to Your Blog

Copy and paste this snippet into your HTML page:

HTML - Basic
<!-- BloTils Love Counter -->
<button id="blotils_like_btn">❤️ Like</button>
<span class="love-count" data-blotils-count>0</span>

<script
  src="https://cdn.jsdelivr.net/gh/prinzpiuz/BloTils@v1.0.0/dist/BloTils.min.js"
  integrity="sha384-YOUR_HASH_HERE"
  crossorigin="anonymous"
  data-blotils_url="https://blotils.prinzpiuz.in"
  data-blotils_like_btn="blotils_like_btn">
</script>
📌 Version Pinning: Replace v1.0.0 with the latest version. Check releases for the latest version and SRI hash.