Why Static Website Generator
Sometimes we need a website to host only static web pages; that means the content of the webpage keeps unchanged.
Under this situation, we don’t need a heavy server that gets content from the backend database server and renders the webpage to send back to the browser, which is expensive and complex.
At the same time, we would like to get the website to work fast at minimalistic decoration. We also want the site to work at a low cost and minimal coding time.