#hexo

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
https://medium.freecodecamp.org/static-sites-are-back-24d01a01f11a

Hexo is a fast, simple & powerful blog framework, powered by Node.js.
It supports gitHub flavored markdown.

My plan is to build this demo blog and learn about hexo, and record related resources.

https://hexo.io/

Your browser is out-of-date!

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

×