hexo

A fast, simple & powerful blog framework, powered by Node.js.

AI Prompts & Specs

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

![NPM version](https://www.npmjs.com/package/hexo)
!Required Node version
![Build Status](https://github.com/hexojs/hexo/actions?query=workflow%3ATester)
![dependencies Status](https://libraries.io/npm/hexo)
![Coverage Status](https://coveralls.io/r/hexojs/hexo?branch=master)
![Gitter](https://gitter.im/hexojs/hexo)
![Discord Chat](https://discord.gg/teM2Anj)
![Telegram Chat](https://t.me/hexojs)
![FOSSA Status](https://app.fossa.com/projects/git%2Bgithub.com%2Fhexojs%2Fhexo?ref=badge_shield)
![Contributor Covenant](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 & plugins

Quick Start

Install Hexo

`` bash
$ npm install hexo-cli -g

text
Install with brew on macOS and Linux:
bash
$ brew install hexo
text
Setup your blog
bash
$ hexo init blog
$ cd blog
text
Start the server
bash
$ hexo server
text
Create a new post
bash
$ hexo new "Hello Hexo"
text
Generate static files
bash
$ 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

![](https://github.com/hexojs/hexo/graphs/contributors)

Backers

![Backers](https://opencollective.com/hexo)

Sponsors

![Sponsors](https://opencollective.com/hexo)

License

![FOSSA Status](https://app.fossa.com/projects/git%2Bgithub.com%2Fhexojs%2Fhexo?ref=badge_large)