Hexo

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

README

Hexo logo

Hexo


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


API |
NPM version
Required Node version Build Status dependencies Status Coverage Status Gitter Discord Chat Telegram Chat FOSSA Status Contributor Covenant

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

  1. ``` bash
  2. $ npm install hexo-cli -g
  3. ```

Install with brew on macOS and Linux:

  1. ``` sh
  2. $ brew install hexo
  3. ```

Setup your blog

  1. ``` bash
  2. $ hexo init blog
  3. $ cd blog
  4. ```

Start the server

  1. ``` bash
  2. $ hexo server
  3. ```

Create a new post

  1. ``` bash
  2. $ hexo new "Hello Hexo"
  3. ```

Generate static files

  1. ``` bash
  2. $ hexo generate
  3. ```

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

undefined

Backers

Backers

Sponsors


RSS3

License

FOSSA Status