Tag: SSG

How To Get a Comment Section On Your Static Site

In this article, I will show you how to implement a comment section on a static website with no backend. But first, let me explain what a static site is, and what a backend is. Static Site A static site is a website that has no dynamic content. Usually, they are written entirely with HTML, CSS, and…