Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexojs/site
The website for Hexo. https://hexo.io/
https://github.com/hexojs/site
hexo hexo-blog hexo-site
Last synced: 9 days 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T19:21:50.000Z (20 days ago)
- Last Synced: 2024-10-26T05:47:38.339Z (19 days ago)
- Topics: hexo, hexo-blog, hexo-site
- Language: Stylus
- Homepage: https://hexo.io
- Size: 164 MB
- Stars: 667
- Watchers: 46
- Forks: 1,288
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hexo Official Website
[![Tester](https://github.com/hexojs/site/actions/workflows/tester.yml/badge.svg)](https://github.com/hexojs/site/actions/workflows/tester.yml)
[![Netlify Status](https://api.netlify.com/api/v1/badges/beeb7e86-4485-4381-8529-6b2a92df5dd7/deploy-status)](https://app.netlify.com/sites/hexo-site/deploys)
[![Crowdin](https://badges.crowdin.net/hexo/localized.svg)](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/)