Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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/)