Hexo site initializer.
Initialize a Hexo site with basical settings and folder structure.
package manager | cmd |
---|---|
pnpm | pnpm create hexo or pnpm dlx create-hexo |
npm | npm init hexo or npm create hexo or npm exec create-hexo or npx create-hexo |
Yarn 1 (Classic) | yarn create hexo |