官方网站 | 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 |
简介 | 快速简单的博客 |
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