plugin: add hexo-esbuild, hexo-htmlnano (#2172)
[hexo-site.git] / README.md
blob4d962f5b680965ce8888622f96805d657880c363
1 # Hexo Official Website
3 [![Tester](https://github.com/hexojs/site/actions/workflows/tester.yml/badge.svg)](https://github.com/hexojs/site/actions/workflows/tester.yml)
4 [![Netlify Status](https://api.netlify.com/api/v1/badges/beeb7e86-4485-4381-8529-6b2a92df5dd7/deploy-status)](https://app.netlify.com/sites/hexo-site/deploys)
6 The website for Hexo.
8 ## Getting started
10 Install dependencies:
12 ``` bash
13 git clone https://github.com/hexojs/site.git
14 cd site
15 npm install
16 ```
18 Generate:
20 ``` bash
21 hexo generate
22 ```
24 Run server:
26 ``` bash
27 hexo server
28 ```
30 ## Contributors
32 - English - [tommy351](https://github.com/tommy351)
33 - 正體中文 - [tommy351](https://github.com/tommy351)
34 - 简体中文 - [pinggod](https://github.com/pinggod), [Xuanwo](https://github.com/Xuanwo)
35 - Русский - [twirlfog](https://github.com/twirlfog)
36 - 한국어 - [lazyrodi](https://github.com/lazyrodi)
37 - Deutschland - [philippnagel](https://github.com/philippnagel)
38 - 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)
39 - 日本語 - [KentarouTakeda](https://github.com/KentarouTakeda)
41 ## License
43 [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/)