Why Static Site Generators (3)

Back in the day, web pages were static sites, with only HTML, CSS and JavaScript. There was no server code or database.

Modern sites generated by Static Site Generators consists only of HTML, CSS and JavaScript too.
There are no specific requirements for the type of the machine that will host the page, no back-end language restriction and no need for a database. As static files served to the browser, there are no actual vulnerabilities.

The best static website generators, and when you should choose them over a CMS

JAMstack | https://jamstack.org/

If you prefer static sites, you need to know about JAMstack.
Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup.

What is the JAMstack?

  • JavaScript
  • APIs
  • Markup

Why the JAMstack?

  • Better Performance
  • Cheaper, Easier Scaling

StaticGen | https://www.staticgen.com/

A site that compares static site generators.
Jekyll, Hugo, Hexo, Next, Nuxt, etc.
Top 3 by Github stars: Jekyll, Next, Hugo.
Top 3 by Twitter followers: Nuxt, Gatsby, Jekyll.

StaticGen | A List of Static Site Generators for JAMstack Sites.

[theme] hexo-theme-minos

The first theme of my choice is Minos.
It’s simple and beautiful.

hexo-theme-minos

https://now.sh

According to policy about robots.txt of surge.sh, we can not use a robots.txt. link

So I changed deployment tool to https://now.sh .
now is very simple also, and it supports Docker, Node.js applications.

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×