https://github.com/hexojs/site
The website for Hexo. https://hexo.io/
https://github.com/hexojs/site
hexo hexo-blog hexo-site
Last synced: about 1 year ago
JSON representation
The website for Hexo. https://hexo.io/
- Host: GitHub
- URL: https://github.com/hexojs/site
- Owner: hexojs
- License: mit
- Created: 2014-01-11T13:32:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T02:01:06.000Z (about 1 year ago)
- Last Synced: 2025-03-23T03:17:53.187Z (about 1 year ago)
- Topics: hexo, hexo-blog, hexo-site
- Language: Stylus
- Homepage: https://hexo.io
- Size: 165 MB
- Stars: 673
- Watchers: 42
- Forks: 1,300
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hexo Official Website
[](https://github.com/hexojs/site/actions/workflows/tester.yml)
[](https://app.netlify.com/sites/hexo-site/deploys)
[](https://crowdin.com/project/hexo)
The website for Hexo.
## Getting started
Install dependencies:
```bash
git clone https://github.com/hexojs/site.git
cd site
npm install
```
Generate:
```bash
hexo generate
```
Run server:
```bash
hexo server
```
## Contributing
Before you open pull requests, please refer to the guide:
- [Add your plugin to `hexo.io/plugins/`](https://hexo.io/docs/plugins#Publishing)
- [Add your theme to `hexo.io/themes/`](https://hexo.io/docs/themes#Publishing)
- [Update Documentation](https://hexo.io/docs/contributing#Updating-Documentation)
## Contributors
- English - [tommy351](https://github.com/tommy351)
- 正體中文 - [tommy351](https://github.com/tommy351)
- 简体中文 - [pinggod](https://github.com/pinggod), [Xuanwo](https://github.com/Xuanwo)
- Русский - [twirlfog](https://github.com/twirlfog)
- 한국어 - [lazyrodi](https://github.com/lazyrodi)
- Deutschland - [philippnagel](https://github.com/philippnagel)
- Portuguese (Brazilian) - [lucianobarauna](https://github.com/lucianobarauna), [ramonsantos](https://github.com/ramonsantos), [MathMesquita](https://github.com/MathMesquita), [pedrorezende](https://github.com/pedrorezende), [gregoryfm](https://github.com/gregoryfm)
- 日本語 - [KentarouTakeda](https://github.com/KentarouTakeda)
## License
[CC BY 4.0](http://creativecommons.org/licenses/by/4.0/)