2025-07-03 11:40:55 +08:00
|
|
|
|

|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
|
|
|
|
|
# Hexo
|
|
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
> 一个快速、简单且强大的博客框架,由 [Node.js](https://nodejs.org) 驱动。
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
[网站](https://hexo.io) | [文档](https://hexo.io/docs/) | [安装指南](https://hexo.io/docs/#Installation) | [贡献指南](https://hexo.io/docs/contributing) | [行为准则](CODE_OF_CONDUCT.md) | [API](https://hexo.io/api/) | [推特](https://twitter.com/hexojs)
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
[](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)
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
## 功能
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
* 闪电般的生成速度
|
|
|
|
|
|
* 支持 GitHub Flavored Markdown 和大多数 Octopress 插件
|
|
|
|
|
|
* 一键部署到 GitHub Pages、Heroku 等
|
|
|
|
|
|
* 强大的 API,无限可扩展
|
|
|
|
|
|
* 数百个[主题](https://hexo.io/themes/) & [插件](https://hexo.io/plugins/)
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
## 快速开始
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
**安装 Hexo**
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
```bash
|
2023-11-09 19:15:01 +08:00
|
|
|
|
$ npm install hexo-cli -g
|
|
|
|
|
|
```
|
|
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
使用 [brew](https://brew.sh/) 在 macOS 和 Linux 上安装:
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
$ brew install hexo
|
|
|
|
|
|
```
|
|
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
**设置您的博客**
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
```bash
|
2023-11-09 19:15:01 +08:00
|
|
|
|
$ hexo init blog
|
|
|
|
|
|
$ cd blog
|
|
|
|
|
|
```
|
|
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
**启动服务器**
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
```bash
|
2023-11-09 19:15:01 +08:00
|
|
|
|
$ hexo server
|
|
|
|
|
|
```
|
|
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
**创建一篇新文章**
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
```bash
|
2023-11-09 19:15:01 +08:00
|
|
|
|
$ hexo new "Hello Hexo"
|
|
|
|
|
|
```
|
|
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
**生成静态文件**
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
```bash
|
2023-11-09 19:15:01 +08:00
|
|
|
|
$ hexo generate
|
|
|
|
|
|
```
|
|
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
## 更多信息
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
* 阅读[文档](https://hexo.io/)
|
|
|
|
|
|
* 访问 [Awesome Hexo](https://github.com/hexojs/awesome-hexo) 列表
|
|
|
|
|
|
* 找到[故障排除](https://hexo.io/docs/troubleshooting.html)中的解决方案
|
|
|
|
|
|
* 在 [Google Group](https://groups.google.com/group/hexo)、[Discord](https://discord.gg/teM2Anj)、[Gitter](https://gitter.im/hexojs/hexo) 或 [Telegram](https://t.me/hexojs) 上参与讨论
|
|
|
|
|
|
* 在 wiki 上查看[插件列表](https://hexo.io/plugins/)和[主题列表](https://hexo.io/themes/)
|
|
|
|
|
|
* 关注 [@hexojs](https://twitter.com/hexojs) 获取最新消息
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
## 贡献
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
我们欢迎您加入 Hexo 的开发。请参阅[贡献文档](https://hexo.io/docs/contributing) 。🤗
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
此外,我们也欢迎向[官方插件](https://github.com/hexojs)提交 PR 或 issue。
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
## 贡献者
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
|
|
|
|
|
[](https://github.com/hexojs/hexo/graphs/contributors)
|
|
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
## 支持者
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
|
|
|
|
|
[](https://opencollective.com/hexo)
|
|
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
## 赞助商
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
[](https://linktr.ee/rss3)
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
## 许可证
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fhexojs%2Fhexo?ref=badge_large)
|