Repository: hexojs/hexo
Stars: 41355
README.md
<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.
Website |
Documentation |
Installation Guide |
Contribution Guide |
Code of Conduct |
API |
Twitter

!Required Node version








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 & plugins
Quick Start
Install Hexo
`` bash``
$ npm install hexo-cli -gInstall with brew on macOS and Linux:
$ brew install hexoSetup your blog
$ hexo init blog
$ cd blogStart the server
$ hexo serverCreate a new post
$ hexo new "Hello Hexo"Generate static files
$ hexo generate
More Information
- Read the documentation
- Visit the Awesome Hexo list
- Find solutions in troubleshooting
- Join discussion on Google Group, Discord, Gitter or Telegram
- See the plugin list and the theme list on wiki
- Follow @hexojs for latest news
Contributing
We welcome you to join the development of Hexo. Please see contributing document. 🤗
Also, we welcome PR or issue to official-plugins.
Contributors

Backers

Sponsors

License
