Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.9.0"
"version": "4.1.0"
},
"scripts": {
"build": "hexo generate",
Expand Down Expand Up @@ -44,6 +44,6 @@
]
},
"engines": {
"node": ">=8.6.0"
"node": ">=8.10.0"
}
}
19 changes: 18 additions & 1 deletion source/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It only takes a few minutes to set up Hexo. If you encounter a problem and can't

Installing Hexo is quite easy and only requires the following beforehand:

- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.6, recommends 10.0 or higher)
- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.10, recommends 10.0 or higher)
- [Git](http://git-scm.com/)

If your computer already has these, congratulations! You can skip to the [Hexo installation](#Install-Hexo) step.
Expand Down Expand Up @@ -82,3 +82,20 @@ Once installed, you can run Hexo in two ways:
```

then run Hexo using `hexo <command>`

### Compatibility

If you are stuck with older Node.js, you can consider installing a past version of Hexo.

Please note we do not provide bugfixes to past versions of Hexo.

We highly recommend to always install the [latest version](https://www.npmjs.com/package/hexo?activeTab=versions) of Hexo and the [recommended version](#Requirements) of Node.js, whenever possible.

Hexo version | Minimum Node.js version
--- | ---
4.1+ | 8.10
4.0 | 8.6
3.3 - 3.9 | 6.9
3.2 - 3.3 | 0.12
3.0 - 3.1 | 0.10 or iojs
0.0.1 - 2.8 | 0.10
2 changes: 1 addition & 1 deletion source/ko/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Hexo는 눈 깜박할 새에 설치할 수 있습니다. 설치 시 문제가

Hexo의 설치는 꽤 쉽습니다. 하지만, 설치 전에 몇 가지 요구사항이 있습니다.

- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.6, recommends 10.0 or higher)
- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.10, recommends 10.0 or higher)
- [Git](http://git-scm.com/)

컴퓨터에 이미 이런 것들이 설치되어 있다면, 축하드립니다! 이제 npm을 이용하여 Hexo를 설치하기만 하면 됩니다.
Expand Down
2 changes: 1 addition & 1 deletion source/pt-br/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Demora apenas alguns minutos para configurar o Hexo. Se você encontrar um probl

Instalar o Hexo é bastante fácil. No entanto, você precisa ter algumas outras coisas instaladas primeiro:

- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.6, recommends 10.0 or higher)
- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.10, recommends 10.0 or higher)
- [Git](http://git-scm.com/)

Se o seu computador já possui estes, parabéns! Basta instalar o Hexo com o npm:
Expand Down
2 changes: 1 addition & 1 deletion source/ru/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Hexo — это быстрый, простой и мощный фреймвор

Установка Hexo довольно проста. Однако сперва нужно установить пару вещей:

- [Node.js](http://nodejs.org/) (Версия должна быть как минимум Node.js 8.6, рекомендовано использовать 10.0 или выше)
- [Node.js](http://nodejs.org/) (Версия должна быть как минимум Node.js 8.10, рекомендовано использовать 10.0 или выше)
- [Git](http://git-scm.com/)

Если всё это уже есть, поздравляю! Просто установите Hexo с помощью npm:
Expand Down
2 changes: 1 addition & 1 deletion source/th/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ hexo เป็นกรอบบล็อกท่ีรวดเร็ว เ

การติดตั้ง hexo เป็นเรื่องง่ายๆ แต่คุณต้องการติดตั้งบางสิ่งก่อน:

- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.6, recommends 10.0 or higher)
- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.10, recommends 10.0 or higher)
- [Git](http://git-scm.com/)

ถ้าคุณติดตั้งสองสิ่งนี้อยู่แล้วในคอม ขอแสดงความยินดี คุณจะติดตั้ง hexo ด้วย npm ได้อย่างนี้:
Expand Down
2 changes: 1 addition & 1 deletion source/zh-cn/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 [Markdown](h

安装 Hexo 相当简单,只需要先安装下列应用程序即可:

- [Node.js](http://nodejs.org/) (Node.js 版本需不低于 8.6,建议使用 Node.js 10.0 及以上版本)
- [Node.js](http://nodejs.org/) (Node.js 版本需不低于 8.10,建议使用 Node.js 10.0 及以上版本)
- [Git](http://git-scm.com/)

如果您的电脑中已经安装上述必备程序,那么恭喜您!接下来只需要使用 npm 即可完成 Hexo 的安装。
Expand Down
2 changes: 1 addition & 1 deletion source/zh-tw/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Hexo 是一個快速、簡單且強大的網誌框架。Hexo 使用 [Markdown](h

安裝 Hexo 相當簡單;然而,在安裝前您必須先檢查下列您的電腦是否已經安裝下列軟體:

- [Node.js](http://nodejs.org/) (Node.js 版本需不低於8.6,建議使用 Node.js 10.0 及以上版本)
- [Node.js](http://nodejs.org/) (Node.js 版本需不低於8.10,建議使用 Node.js 10.0 及以上版本)
- [Git](http://git-scm.com/)

若您的電腦已經安裝上述的必備軟體,那麼恭喜您!只需要透過 npm 即可完成 Hexo 的安裝。
Expand Down