← 返回到所有服务
GitHub 仓库信息
获取时间 · 2026年6月5日 ★ 41,743 最新版本: v8.1.2 最后更新: 2026年6月5日
README
<img src="https://raw.githubusercontent.com/hexojs/logo/master/hexo-logo-avatar.png" alt="Hexo logo" width="100" height="100" align="right" /> # Hexo > A fast, simple & powerful blog framework, powered by [Node.js](https://nodejs.org). [Website](https://hexo.io) | [Documentation](https://hexo.io/docs/) | [Installation Guide](https://hexo.io/docs/#Installation) | [Contribution Guide](https://hexo.io/docs/contributing) | [Code of Conduct](CODE_OF_CONDUCT.md) | [API](https://hexo.io/api/) | [Twitter](https://twitter.com/hexojs) [](https://www.npmjs.com/package/hexo)  [](https://github.com/hexojs/hexo/actions?query=workflow%3ATester) [](https://libraries.io/npm/hexo) [](https://coveralls.io/r/hexojs/hexo?branch=master) [](https://gitter.im/hexojs/hexo) [](https://discord.gg/teM2Anj) [](https://t.me/hexojs) [](https://app.fossa.com/projects/git%2Bgithub.com%2Fhexojs%2Fhexo?ref=badge_shield) [](CODE_OF_CONDUCT.md) ## Features - Blazing fast generating - Support for GitHub Flavored Markdown and most Octopress plugins - One-command deploy to GitHub Pages, Heroku, etc. - Powerful API for limitless extensibility - Hundreds of [themes](https://hexo.io/themes/) & [plugins](https://hexo.io/plugins/) ## Quick Start **Install Hexo** ``` bash $ npm install hexo-cli -g ``` Install with [brew](https://brew.sh/) on macOS and Linux: ```bash $ brew install hexo ``` **Setup your blog** ``` bash $ hexo init blog $ cd blog ``` **Start the server** ``` bash $ hexo server ``` **Create a new post** ``` bash $ hexo new "Hello Hexo" ``` **Generate static files** ``` bash $ hexo generate ``` ## More Information - Read the [documentation](https://hexo.io/) - Visit the [Awesome Hexo](https://github.com/hexojs/awesome-hexo) list - Find solutions in [troubleshooting](https://hexo.io/docs/troubleshooting.html) - Join discussion on [Google Group](https://groups.google.com/group/hexo), [Discord](https://discord.gg/teM2Anj), [Gitter](https://gitter.im/hexojs/hexo) or [Telegram](https://t.me/hexojs) - See the [plugin list](https://hexo.io/plugins/) and the [theme list](https://hexo.io/themes/) on wiki - Follow [@hexojs](https://twitter.com/hexojs) for latest news ## Contributing We welcome you to join the development of Hexo. Please see [contributing document](https://hexo.io/docs/contributing). 🤗 Also, we welcome PR or issue to [official-plugins](https://github.com/hexojs). ## Contributors [](https://github.com/hexojs/hexo/graphs/contributors) ## Backers [](https://opencollective.com/hexo) ## Sponsors [](https://opencollective.com/hexo) ## License [](https://app.fossa.com/projects/git%2Bgithub.com%2Fhexojs%2Fhexo?ref=badge_large)
Hexo 是一个快速的静态博客框架,基于 Node.js 开发。它以其简单的使用方式和丰富的插件生态著称,特别适合个人博客和技术文档。
主要功能
- Markdown 支持:完整的 Markdown 支持
- 插件系统:丰富的插件生态
- 主题系统:多样的主题选择
- 部署工具:支持多种部署方式
- 标签系统:灵活的内容分类
- 生成器:快速的静态文件生成
- 命令工具:便捷的命令行工具
部署要求
- Node.js 12.0 或更高版本
- 支持任何静态文件托管服务
- 最低配置:1核 CPU,512MB 内存
- 存储空间:根据内容规模,建议 1GB 以上
- 无需数据库