Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexojs/hexo
A fast, simple & powerful blog framework, powered by Node.js.
https://github.com/hexojs/hexo
hexo javascript nodejs static-site-generator typescript
Last synced: about 13 hours ago
JSON representation
A fast, simple & powerful blog framework, powered by Node.js.
- Host: GitHub
- URL: https://github.com/hexojs/hexo
- Owner: hexojs
- License: mit
- Created: 2012-09-23T15:17:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T12:47:11.000Z (7 months ago)
- Last Synced: 2024-04-14T00:25:45.316Z (7 months ago)
- Topics: hexo, javascript, nodejs, static-site-generator, typescript
- Language: TypeScript
- Homepage: https://hexo.io
- Size: 5.48 MB
- Stars: 38,377
- Watchers: 819
- Forks: 4,702
- Open Issues: 93
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-nodejs-projects - Hexo - A fast, simple & powerful blog framework. (Blogs)
- awesome - hexo - A fast, simple & powerful blog framework, powered by Node.js. (JavaScript)
- awesome-homelab - Hexo
- -awesome-nodejs-projects - Hexo - A fast, simple & powerful blog framework. (Blogs)
- awesome-nodejs-cn - Hexo - 快速、简单而强大的博客框架 (包 / 写博客)
- awesome-nodejs-projects - Hexo - A fast, simple & powerful blog framework. (Blogs)
- awesome-nodejs - hexo - A fast, simple & powerful blog framework, powered by Node.js. ![](https://img.shields.io/github/stars/hexojs/hexo.svg?style=social&label=Star) (Repository / Static Site Generator & Blogging)
- awesome - hexojs/hexo - A fast, simple & powerful blog framework, powered by Node.js. (TypeScript)
- awesome-nodejs-cn - Hexo - **star:39501** 快速,简单和强大的博客框架 ![star > 2000][Awesome] (包 / 写博客)
- awesome-starred-test - hexojs/hexo - A fast, simple & powerful blog framework, powered by Node.js. (TypeScript)
- my-awesome - hexo - A fast, simple & powerful blog framework, powered by Node.js. (JavaScript)
- awesome-repositories - hexojs/hexo - A fast, simple & powerful blog framework, powered by Node.js. (TypeScript)
- awesome-github-star - hexo
- awesome-list - Hexo - A fast, simple & powerful blog framework, powered by Node.js. (Web Development / C++/C Toolkit)
- awesome-nodejs - Hexo - Fast, simple and powerful blogging framework. (Packages / Blogging)
- StarryDivineSky - hexojs/hexo
- awesome-npm - hexo - 静态博客生成器,已被golang的hugo超越 (1. 后端开发 / 1.7 站点)
- awesome-tools - hexo - A fast, simple & powerful blog framework, powered by Node.js. (Uncategorized / Uncategorized)
- awesome-nodejs - hexo - A fast, simple & powerful blog framework, powered by Node.js. - ★ 24169 (Blogging)
- awesome-node - Hexo - Fast, simple and powerful blogging framework. (Packages / Blogging)
- awesome-static - **Hexo**
- awesome-nodejs-cn - Hexo - Fast, simple and powerful blogging framework. (目录 / 博客)
- awesome-nodejs-projects - Hexo - A fast, simple & powerful blog framework. (Blogs)
- awesome-starred - hexojs/hexo - A fast, simple & powerful blog framework, powered by Node.js. (nodejs)
- jimsghstars - hexojs/hexo - A fast, simple & powerful blog framework, powered by Node.js. (TypeScript)
- awesome - hexojs/hexo - A fast, simple & powerful blog framework, powered by Node.js. (TypeScript)
- awesome - hexojs/hexo - A fast, simple & powerful blog framework, powered by Node.js. (TypeScript)
README
# 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)[![NPM version](https://badge.fury.io/js/hexo.svg)](https://www.npmjs.com/package/hexo)
![Required Node version](https://img.shields.io/node/v/hexo)
[![Build Status](https://github.com/hexojs/hexo/workflows/Tester/badge.svg)](https://github.com/hexojs/hexo/actions?query=workflow%3ATester)
[![dependencies Status](https://img.shields.io/librariesio/release/npm/hexo)](https://libraries.io/npm/hexo)
[![Coverage Status](https://coveralls.io/repos/hexojs/hexo/badge.svg?branch=master)](https://coveralls.io/r/hexojs/hexo?branch=master)
[![Gitter](https://badges.gitter.im/hexojs/hexo.svg)](https://gitter.im/hexojs/hexo)
[![Discord Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/teM2Anj)
[![Telegram Chat](https://img.shields.io/badge/chat-on%20telegram-32afed.svg)](https://t.me/hexojs)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhexojs%2Fhexo.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhexojs%2Fhexo?ref=badge_shield)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](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://opencollective.com/Hexo/contributors.svg?width=890)](https://github.com/hexojs/hexo/graphs/contributors)
## Backers
[![Backers](https://opencollective.com/hexo/tiers/backers.svg?avatarHeight=36&width=600)](https://opencollective.com/hexo)
## Sponsors
[![Sponsors](https://opencollective.com/hexo/tiers/sponsors.svg?width=600)](https://opencollective.com/hexo)
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhexojs%2Fhexo.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhexojs%2Fhexo?ref=badge_large)