logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate Static Websites - Control Hexo Blog Framework | Online Free DevTools by Hexmos

Generate static websites quickly with Hexo, a powerful blog framework. Build, deploy, and manage your blog efficiently. Free online tool, no registration required.

hexo

A fast, simple & powerful blog framework. More information: https://hexo.io/docs/commands.

  • Initialize a website:

hexo init {{path/to/directory}}

  • Create a new article:

hexo new {{layout}} {{title}}

  • Generate static files:

hexo generate

  • Start a local server:

hexo server

  • Deploy the website:

hexo deploy

  • Clean the cache file (db.json) and generated files (public/):

hexo clean

See Also