Hexo

Hexo

官方网站https://hexo.io/
GIT地址https://github.com/hexojs/hexo
GIT Star数39893
开发语言TypeScript
话题hexo, javascript, nodejs, static-site-generator, typescript
GIT信息最后更新日期2025/01/28 02:25
许可MIT
简介 快速简单的博客

安装手册

Quick Start

Install Hexo

$ npm install hexo-cli -g

Install with brew on macOS and Linux:

$ brew install hexo

Setup your blog

$ hexo init blog$ cd blog

Start the server

$ hexo server

Create a new post

$ hexo new "Hello Hexo"

Generate static files

$ hexo generate