Hexo Quick Start

A minimal Hexo checklist to get started fast.

Install

1
npm install -g hexo-cli

Init

1
2
3
hexo init my-blog
cd my-blog
npm install

Common Commands

1
2
3
4
hexo new "My First Post"
hexo clean
hexo generate
hexo server

Summary

  • Verify local preview first.
  • Tweak theme and plugins later.