diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md
index 93861acdd6..4dd10e1ac7 100644
--- a/.github/CODE_OF_CONDUCT.md
+++ b/.github/CODE_OF_CONDUCT.md
@@ -1,6 +1,9 @@
-
+
# e x T
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 0d8bbdbf12..1fdc7381a0 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -1,6 +1,9 @@
-
+
# e x T
diff --git a/.travis.yml b/.travis.yml
index 9591f0b233..6e9d346728 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,9 +8,6 @@ cache:
install: npm install
-before_script:
- - npm install -g gulp
-
addons:
browserstack:
username: "ivannginx1"
diff --git a/README.md b/README.md
index ca92404f44..163c4a9d01 100644
--- a/README.md
+++ b/README.md
@@ -1,41 +1,46 @@
-
+
# e x T
-«NexT» is a high quality elegant Hexo theme. It is crafted from scratch with love.
-
-
-
-
-
-
-
-
-
-
-
+ «NexT» is a high quality elegant Hexo theme. It is crafted from scratch with love.
+
+
+
+
+
+
+
+
+
+
+
+
## Live Preview
-:heart_decoration: Muse | :six_pointed_star: Mist | :pisces: Pisces | :gemini: Gemini
+ :heart_decoration: Muse | :six_pointed_star: Mist | :pisces: Pisces | :gemini: Gemini
+
+
+ More «NexT» examples here.
-More «NexT» examples here.
-
## Installation
-Simplest way to install is by cloning the entire repository:
+The simplest way to install is to clone the entire repository:
- ```sh
- $ cd hexo
- $ git clone https://github.com/theme-next/hexo-theme-next themes/next
- ```
+```sh
+$ cd hexo
+$ git clone https://github.com/theme-next/hexo-theme-next themes/next
+```
Or you can see [detailed installation instructions][docs-installation-url] if you want any other variant.
@@ -43,7 +48,7 @@ Or you can see [detailed installation instructions][docs-installation-url] if yo
In NexT config now you can find dependencies on each module which was moved to external repositories which can be found by [main organization link](https://github.com/theme-next).
-For example, if you want to use `pjax` in your site, go to NexT config and see:
+For example, if you want to enable `pjax` on your site, go to NexT config and see:
```yml
# Easily enable fast Ajax navigation on your website.
@@ -53,7 +58,7 @@ pjax: false
Then turn on `pjax` and go to «Dependencies» link with installation instructions of this module.
-### Exceptions
+### Configure CDN
If you use CDN for any plugins, you need to replace your CDN link.
@@ -81,69 +86,61 @@ $ git pull
And if you see any error message during update (something like **«Commit your changes or stash them before you can merge»**), recommended to learn [Hexo data files][docs-data-files-url] feature.\
However, you can bypass update errors by using the `Commit`, `Stash` or `Reset` commands for local changes. See [here](https://stackoverflow.com/a/15745424/5861495) how to do it.
-**If you want to update from v5.1.x to v6.0.x, read [here][docs-update-5-1-x-url].**
-
-## Contributing
-
-Contribution is welcome, feel free to open an issue and fork. Waiting for your pull request.
+**If you want to update from v5.1.x to the latest version, read [this][docs-update-5-1-x-url].**
## Feedback
+* Follow us with [Telegram Channel][t-news-url] for latest news.
+* Join our [Telegram][t-chat-url] / [Gitter][gitter-url] / [Riot][riot-url] chats.
+* [Add or improve translation][i18n-url] in few seconds.
* Visit the [Awesome NexT][awesome-next-url] list.
-* Ask a question on [Stack Overflow][stack-url].
* Report a bug in [GitHub Issues][issues-bug-url].
* Request a new feature on [GitHub][issues-feat-url].
* Vote for [popular feature requests][feat-req-vote-url].
-* Join to our [Gitter][gitter-url] / [Riot][riot-url] / [Telegram][t-chat-url] chats.
-* Follow us with [Telegram Channel][t-news-url] for latest news.
-## Thanks
+## Contributing
-
-«NexT» send special thanks to these great services that sponsor our core infrastructure:
-
+Contribution is welcome, feel free to open an issue and fork. Waiting for your pull request.
-
-
-
- GitHub allows us to host the Git repository, Netlify allows us to distribute the documentation.
-
+## Thanks
-
+ «NexT» send special thanks to these great services that sponsor our core infrastructure:
+
+
+
+
+
+
+
+ GitHub allows us to host the Git repository, Netlify allows us to distribute the documentation.
+
+
+
+
+
Crowdin allows us to translate conveniently the documentation.
-
-
-
-
-
+
+
+
+
+
+
+
Codacy allows us to run the test suite, BrowserStack allows us to test in real browsers.
-[browser-image]: https://img.shields.io/badge/browser-%20chrome%20%7C%20firefox%20%7C%20opera%20%7C%20safari%20%7C%20ie%20%3E%3D%209-lightgrey.svg
-[browser-url]: https://www.browserstack.com
-
[docs-installation-url]: https://github.com/theme-next/hexo-theme-next/blob/master/docs/INSTALLATION.md
[docs-data-files-url]: https://github.com/theme-next/hexo-theme-next/blob/master/docs/DATA-FILES.md
[docs-update-5-1-x-url]: https://github.com/theme-next/hexo-theme-next/blob/master/docs/UPDATE-FROM-5.1.X.md
+[t-news-url]: https://t.me/theme_next_news
+[t-chat-url]: https://t.me/theme_next
+[gitter-url]: https://gitter.im/theme-next
+[riot-url]: https://riot.im/app/#/room/#theme-next:matrix.org
+[i18n-url]: https://i18n.theme-next.org
+
[awesome-next-url]: https://github.com/theme-next/awesome-next
-[stack-url]: https://stackoverflow.com/questions/tagged/theme-next
[issues-bug-url]: https://github.com/theme-next/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md
[issues-feat-url]: https://github.com/theme-next/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md
[feat-req-vote-url]: https://github.com/theme-next/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22+sort%3Areactions-%2B1-desc
-
-[gitter-url]: https://gitter.im/theme-next
-[riot-url]: https://riot.im/app/#/room/#theme-next:matrix.org
-[t-chat-url]: https://t.me/theme_next
-[t-news-url]: https://t.me/theme_next_news
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md
index c5f9bf11f8..769d62ab47 100644
--- a/docs/INSTALLATION.md
+++ b/docs/INSTALLATION.md
@@ -3,15 +3,16 @@
Step 1 → Go to Hexo dir
Change dir to **Hexo root** directory. There must be `node_modules`, `source`, `themes` and other directories:
- ```sh
- $ cd hexo
- $ ls
- _config.yml node_modules package.json public scaffolds source themes
- ```
+
+```sh
+$ cd hexo
+$ ls
+_config.yml node_modules package.json public scaffolds source themes
+```
Step 2 → Get NexT
-Download theme from GitHub.
+
Download theme from GitHub.
There are 3 options to do it, need to choose only one of them.
### Option 1: Download [latest release version][releases-latest-url]
diff --git a/docs/UPDATE-FROM-5.1.X.md b/docs/UPDATE-FROM-5.1.X.md
index 15d5474e63..7688f81b9c 100644
--- a/docs/UPDATE-FROM-5.1.X.md
+++ b/docs/UPDATE-FROM-5.1.X.md
@@ -1,6 +1,6 @@
Update from NexT v5.1.x
-There are no hard breaking changes between 5.1.x and 6.0.x versions. It's change major version to 6 because:
+There are no hard breaking changes between 5.1.x and the latest version. It's change major version to 6 because:
1. Main repo was rebased from [iissnan's](https://github.com/iissnan/hexo-theme-next) profile to [theme-next](https://github.com/theme-next) organization.
2. Most libraries under the `next/source/lib` directory was moved out to [external repos under NexT organization](https://github.com/theme-next).
@@ -13,7 +13,7 @@ So, i suggest to update from version 5 to version 6 in this way:
1.2. Custom CSS styles what placed in `next/source/css/_custom/*` and `next/source/css/_variables/*` directories.\
1.3. Custom layout styles what placed in `next/layout/_custom/*`.\
1.4. Any another possible custom additions which can be finded by compare tools between repos.
-2. Clone new v6.x repo to any another directory instead of `next`. For example, in `next-reloaded` directory: `git clone https://github.com/theme-next/hexo-theme-next themes/next-reloaded`. So, you don't touch your old NexT 5.1.x directory and can work with new `next-reloaded` dir.
+2. Clone new repo to any another directory instead of `next`. For example, in `next-reloaded` directory: `git clone https://github.com/theme-next/hexo-theme-next themes/next-reloaded`. So, you don't touch your old NexT 5.1.x directory and can work with new `next-reloaded` dir.
3. Go to Hexo main config and set theme parameter: `theme: next-reloaded`. So, your `next-reloaded` directory must loading with your generation. If you may see any bugs or you simply not like this version, you anytime can switch for 5.1.x version back.
4. Update language configuration (For Chinese)
diff --git a/docs/ru/INSTALLATION.md b/docs/ru/INSTALLATION.md
index 5cf98afd83..53845272ba 100644
--- a/docs/ru/INSTALLATION.md
+++ b/docs/ru/INSTALLATION.md
@@ -3,15 +3,16 @@
Шаг 1 → Идём в директорию Hexo
Меняем каталог на **корневой hexo**. Там должны находиться `node_modules`, `source`, `themes` и другие папки:
- ```sh
- $ cd hexo
- $ ls
- _config.yml node_modules package.json public scaffolds source themes
- ```
+
+```sh
+$ cd hexo
+$ ls
+_config.yml node_modules package.json public scaffolds source themes
+```
Шаг 2 → Скачиваем NexT
-Скачиваем тему с GitHub.
+
Скачиваем тему с GitHub.
Имеются 3 способа как зделать это, нужно выбрать только 1 из них.
### Способ 1: Скачиваем [последнюю версию релиза][releases-latest-url]
diff --git a/docs/ru/README.md b/docs/ru/README.md
index 23a20f2621..028348206d 100644
--- a/docs/ru/README.md
+++ b/docs/ru/README.md
@@ -1,41 +1,46 @@
-
+
# e x T
-«NexT» — элегантная высококачественная тема под Hexo. Сделана с нуля, с любовью.
-
-
-
-
-
-
-
-
-
-
-
+ «NexT» — элегантная высококачественная тема под Hexo. Сделана с нуля, с любовью.
+
+
+
+
+
+
+
+
+
+
+
+
## Демо
-:heart_decoration: Muse | :six_pointed_star: Mist | :pisces: Pisces | :gemini: Gemini
+ :heart_decoration: Muse | :six_pointed_star: Mist | :pisces: Pisces | :gemini: Gemini
+
+
+ Больше примеров «NexT» здесь.
-Больше примеров «NexT» здесь.
-
## Установка
Простейший вариант установки — склонировать весь репозиторий:
- ```sh
- $ cd hexo
- $ git clone https://github.com/theme-next/hexo-theme-next themes/next
- ```
+```sh
+$ cd hexo
+$ git clone https://github.com/theme-next/hexo-theme-next themes/next
+```
Или предлагаю почитать [детальные инструкции по установке][docs-installation-url], если вариант выше не устраивает.
@@ -65,69 +70,58 @@ $ git pull
А если всплывают ошибки во время обновления (что-то наподобии **«Commit your changes or stash them before you can merge»**), рекомендуется ознакомиться с особенностью хранения [дата-файлов в Hexo][docs-data-files-url].\
Как бы то ни было, можно обойти ошибки при обновлении если «Закомитить», «Стэшнуть» или «Откатить» локальные изменения. Смотрим [здесь](https://stackoverflow.com/a/15745424/5861495) как это сделать.
-**Если нужно обновиться с версии v5.1.x на v6.0.x, читаем [здесь][docs-update-5-1-x-url].**
-
-## Содействие
-
-Приветсвуется любое содействие, не стесняйтесь сообщать «Баги», брать «Форки» и вливать «Пулы».
+**Если нужно обновиться с версии v5.1.x на последней версиями, читаем [здесь][docs-update-5-1-x-url].**
## Обратная связь
+* Подписаться на новости через [канал Telegram'а][t-news-url].
+* Вступить в наши [Telegram][t-chat-url] / [Gitter][gitter-url] / [Riot][riot-url] чаты.
+* [Добавить или улучшить перевод][i18n-url] за несколько секунд.
* Посетите [Awesome NexT][awesome-next-url] список.
-* Задать вопрос на [Stack Overflow][stack-url].
* Сообщить об ошибке в разделе [GitHub Issues][issues-bug-url].
* Запросить новую возможность на [GitHub][issues-feat-url].
* Голосовать за [популярные запросы возможностей][feat-req-vote-url].
-* Вступить в наши [Gitter][gitter-url] / [Riot][riot-url] / [Telegram][t-chat-url] чаты.
-* Подписаться на новости через [канал Telegram'а][t-news-url].
-## Благодарности
+## Содействие
-
-«NexT» выражает особую благодарность этим замечательным сервисам, которые спонсируют нашу основную инфраструктуру:
-
+Приветсвуется любое содействие, не стесняйтесь сообщать «Баги», брать «Форки» и вливать «Пулы».
-
-
-
- GitHub позволяет нам хостить Git-репозиторий, Netlify позволяет нам деплоить документацию.
-
+## Благодарности
-
+ «NexT» выражает особую благодарность этим замечательным сервисам, которые спонсируют нашу основную инфраструктуру:
+
+
+
+
+
+
+ GitHub позволяет нам хостить Git-репозиторий, Netlify позволяет нам деплоить документацию.
+
+
+
+
Crowdin позволяет нам удобно переводить документацию.
-
-
-
-
-
+
+
+
+
+
+
Codacy позволяет нам запускать набор тестов, BrowserStack позволяет нам тестировать в реальных браузерах.
-[browser-image]: https://img.shields.io/badge/browser-%20chrome%20%7C%20firefox%20%7C%20opera%20%7C%20safari%20%7C%20ie%20%3E%3D%209-lightgrey.svg
-[browser-url]: https://www.browserstack.com
-
[docs-installation-url]: https://github.com/theme-next/hexo-theme-next/blob/master/docs/ru/INSTALLATION.md
[docs-data-files-url]: https://github.com/theme-next/hexo-theme-next/blob/master/docs/ru/DATA-FILES.md
[docs-update-5-1-x-url]: https://github.com/theme-next/hexo-theme-next/blob/master/docs/ru/UPDATE-FROM-5.1.X.md
+[t-news-url]: https://t.me/theme_next_news
+[t-chat-url]: https://t.me/theme_next
+[gitter-url]: https://gitter.im/theme-next
+[riot-url]: https://riot.im/app/#/room/#theme-next:matrix.org
+[i18n-url]: https://i18n.theme-next.org
+
[awesome-next-url]: https://github.com/theme-next/awesome-next
-[stack-url]: https://stackoverflow.com/questions/tagged/theme-next
[issues-bug-url]: https://github.com/theme-next/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md
[issues-feat-url]: https://github.com/theme-next/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md
[feat-req-vote-url]: https://github.com/theme-next/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22+sort%3Areactions-%2B1-desc
-
-[gitter-url]: https://gitter.im/theme-next
-[riot-url]: https://riot.im/app/#/room/#theme-next:matrix.org
-[t-chat-url]: https://t.me/theme_next
-[t-news-url]: https://t.me/theme_next_news
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/ru/UPDATE-FROM-5.1.X.md b/docs/ru/UPDATE-FROM-5.1.X.md
index 4993026510..937fddb93f 100644
--- a/docs/ru/UPDATE-FROM-5.1.X.md
+++ b/docs/ru/UPDATE-FROM-5.1.X.md
@@ -1,7 +1,6 @@
Обновление из-под NexT v5.1.x
-Между версиями 5.1.x и 6.0.x нет жёстких изменений. Версия сменилась на мажорную 6 по следующим причинам:
-
+Между версией 5.1.x и последней версиями нет жёстких изменений. Версия сменилась на мажорную 6 по следующим причинам:
1. Основной репозиторий перебазировался из профиля [iissnan'а](https://github.com/iissnan/hexo-theme-next) в [theme-next](https://github.com/theme-next) организацию.
2. Большинство библиотек в `next/source/lib` директории были вынесены в [отдельные репозитории под организацией NexT](https://github.com/theme-next).
3. 3rd-party плагин [`hexo-wordcount`](https://github.com/willin/hexo-wordcount) был заменён на [`hexo-symbols-count-time`](https://github.com/theme-next/hexo-symbols-count-time) т.к. `hexo-symbols-count-time` не имеет никаких сторонних nodejs зависимостей, не имеет [языкового фильтра](https://github.com/willin/hexo-wordcount/issues/7) что обеспечивает улучшенную производительность при генерации сайта.
@@ -13,7 +12,7 @@
1.2. Пользовательских CSS-стилей, которые расположены в `next/source/css/_custom/*` и `next/source/css/_variables/*` директориях.\
1.3. Пользовательских layout-стилей, которые расположены в `next/layout/_custom/*`.\
1.4. Любые другие всевозможные пользовательские изменения, которые могут быть найдены любым инструментом для сравнения файлов.
-2. Склонировать новый v6.x репозиторий в любую другую директорию, отличную от `next`. Например, в директорию `next-reloaded`: `git clone https://github.com/theme-next/hexo-theme-next themes/next-reloaded`. Итак, нет необходимости трогать старую NexT 5.1.x директорию и можно работать с новой `next-reloaded`.
+2. Склонировать новый репозиторий в любую другую директорию, отличную от `next`. Например, в директорию `next-reloaded`: `git clone https://github.com/theme-next/hexo-theme-next themes/next-reloaded`. Итак, нет необходимости трогать старую NexT 5.1.x директорию и можно работать с новой `next-reloaded`.
3. Открываем главную Hexo-конфигурацию и устанавливаем параметр темы: `theme: next-reloaded`. Так Ваша директория `next-reloaded` должна грузиться при генерации. Если Вы будете наблюдать какие-либо баги или Вам попросту не нравится эта новая версия, в любой момент Вы можете использовать старую 5.1.x.
А как активировать 3rd-party библиотеки, смотрим здесь [здесь](https://github.com/theme-next/hexo-theme-next/blob/master/docs/ru/INSTALLATION.md#%D0%9F%D0%BB%D0%B0%D0%B3%D0%B8%D0%BD%D1%8B).
diff --git a/docs/zh-CN/CODE_OF_CONDUCT.md b/docs/zh-CN/CODE_OF_CONDUCT.md
index bce49eccdf..5105437076 100644
--- a/docs/zh-CN/CODE_OF_CONDUCT.md
+++ b/docs/zh-CN/CODE_OF_CONDUCT.md
@@ -1,7 +1,9 @@
-
+
# e x T
diff --git a/docs/zh-CN/CONTRIBUTING.md b/docs/zh-CN/CONTRIBUTING.md
index d33c5e4fb3..8f490c5c81 100644
--- a/docs/zh-CN/CONTRIBUTING.md
+++ b/docs/zh-CN/CONTRIBUTING.md
@@ -1,7 +1,9 @@
-
+
# e x T
diff --git a/docs/zh-CN/INSTALLATION.md b/docs/zh-CN/INSTALLATION.md
index a629555860..adecb987ad 100644
--- a/docs/zh-CN/INSTALLATION.md
+++ b/docs/zh-CN/INSTALLATION.md
@@ -3,15 +3,16 @@
步骤 1 → 进入 Hexo 目录
进入 **Hexo 根**目录。这一目录中应当有 `node_modules`、`source`、`themes` 等若干子目录:
- ```sh
- $ cd hexo
- $ ls
- _config.yml node_modules package.json public scaffolds source themes
- ```
+
+```sh
+$ cd hexo
+$ ls
+_config.yml node_modules package.json public scaffolds source themes
+```
步骤 2 → 获取 NexT
-从 GitHub 下载主题。
+
从 GitHub 下载主题。
为了下载这一主题,共有 3 种选项可选。你需要选择其中唯一一个方式。
### 选项 1:下载[最新 release 版本][releases-latest-url]
diff --git a/docs/zh-CN/README.md b/docs/zh-CN/README.md
index 23f7ea57a1..c7dab17fa0 100644
--- a/docs/zh-CN/README.md
+++ b/docs/zh-CN/README.md
@@ -1,49 +1,54 @@
-
+
# e x T
-«NexT» 是一款风格优雅的高质量 Hexo 主题,自点点滴滴中用爱雕琢而成。
-
-
-
-
-
-
-
-
-
-
-
+ «NexT» 是一款风格优雅的高质量 Hexo 主题,自点点滴滴中用爱雕琢而成。
+
+
+
+
+
+
+
+
+
+
+
+
## 即时预览
-:heart_decoration: Muse | :six_pointed_star: Mist | :pisces: Pisces | :gemini: Gemini
+ :heart_decoration: Muse | :six_pointed_star: Mist | :pisces: Pisces | :gemini: Gemini
+
+
+ 更多 «NexT» 的例子参见这里。
-更多 «NexT» 的例子参见这里。
-
## 安装
最简单的安装方式是直接克隆整个仓库:
- ```sh
- $ cd hexo
- $ git clone https://github.com/theme-next/hexo-theme-next themes/next
- ```
+```sh
+$ cd hexo
+$ git clone https://github.com/theme-next/hexo-theme-next themes/next
+```
此外,如果你想要使用其他方式,你也可以参见[详细安装步骤][docs-installation-url]。
## 插件
-在 NexT 配置中你现在可以找到已经被移至外部仓库的依赖项。你可以在[组织主页](https://github.com/theme-next)中找到它们。
+在 NexT 配置中有一些第三方插件,它们已经被移至外部仓库。你可以在[组织主页](https://github.com/theme-next)中找到它们。
-例如,假设你想要在你的站点中使用 `pjax` 插件,请进入 NexT 配置文件,你会看到如下内容:
+例如,你想要在你的站点中使用 `pjax` 插件,请进入 NexT 配置文件,你会看到如下内容:
```yml
# Easily enable fast Ajax navigation on your website.
@@ -51,13 +56,13 @@
pjax: false
```
-将 `pjax` 配置项打开,进入它上面的 «Dependencies» 链接以查看它的安装步骤。
+启用 `pjax` 配置项,打开它上面的 «Dependencies» 链接以查看它的安装步骤。
-### 例外
+### 设置 CDN
-如果你使用的插件脚本依赖 CDN,那么需要替换你的 CDN 链接:
+如果你想要通过 CDN 来加载插件脚本,那么需要设置相关的 CDN 链接。
-例如,假如你使用了 `mediumzoom` 插件并且配置了 CDN 加载链接,进入 Next 配置文件,你会看到如下内容:
+例如,你使用了 `mediumzoom` 插件并且配置了 CDN 加载链接,进入 Next 配置文件,你会看到如下内容:
```yml
vendors:
@@ -67,7 +72,7 @@ vendors:
mediumzoom: # Set or update mediumzoom CDN URL.
```
-通过替换 CDN 链接来替换 [插件列表](https://github.com/theme-next) 项目来升级。
+通过设置 CDN 链接来代替通过 [插件列表](https://github.com/theme-next) 项目进行升级。
## 更新
@@ -81,69 +86,58 @@ $ git pull
如果你在此过程中收到了任何错误报告 (例如 **«Commit your changes or stash them before you can merge»**),我们推荐你使用 [Hexo 数据文件][docs-data-files-url]特性。\
然而你也可以通过提交(`Commit`)、贮藏(`Stash`)或忽视(`Discard`)本地更改以绕过这种更新错误。具体方法请参考[这里](https://stackoverflow.com/a/15745424/5861495)。
-**如果你想要从 v5.1.x 更新到 v6.0.x,阅读[这篇文档][docs-update-5-1-x-url]。**
-
-## 贡献你的代码
-
-我们欢迎你贡献出你的一份力量,你可以随时提交 issue 或 fork 本仓库。静候你的 pull request。
+**如果你想要从 v5.1.x 更新到最新版本,阅读[这篇文档][docs-update-5-1-x-url]。**
## 反馈
+* 关注我们的 [Telegram Channel][t-news-url] 以获取最新消息。
+* 加入我们的 [Telegram][t-chat-url] / [Gitter][gitter-url] / [Riot][riot-url] 聊天。
+* 请花几秒钟来[添加或修正翻译][i18n-url]。
* 浏览 [Awesome NexT][awesome-next-url] 列表。
-* 在 [Stack Overflow][stack-url] 上提问。
* 在 [GitHub Issues][issues-bug-url] 报告Bug。
* 在 [GitHub][issues-feat-url] 请求新的功能。
* 为 [受欢迎的 Feature request][feat-req-vote-url] 投票。
-* 加入我们的 [Gitter][gitter-url] / [Riot][riot-url] / [Telegram][t-chat-url] 聊天。
-* 关注我们的 [Telegram Channel][t-news-url] 以获取最新消息。
-## 鸣谢
+## 贡献你的代码
-
-«NexT» 特别感谢这些支持我们核心基础设施的优质服务:
-
+我们欢迎你贡献出你的一份力量,你可以随时提交 issue 或 fork 本仓库。静候你的 pull request。
-
-
-
- GitHub 容许我们托管 Git 仓库,Netlify 容许我们分发文档。
-
+## 鸣谢
-
+ «NexT» 特别感谢这些支持我们核心基础设施的优质服务:
+
+
+
+
+
+
+ GitHub 容许我们托管 Git 仓库,Netlify 容许我们分发文档。
+
+
+
+
Crowdin 容许我们方便地翻译文档。
-
-
-
-
-
+
+
+
+
+
+
Codacy 容许我们运行测试套件,BrowserStack 容许我们在真实的浏览器中进行测试。
-[browser-image]: https://img.shields.io/badge/browser-%20chrome%20%7C%20firefox%20%7C%20opera%20%7C%20safari%20%7C%20ie%20%3E%3D%209-lightgrey.svg
-[browser-url]: https://www.browserstack.com
-
[docs-installation-url]: https://github.com/theme-next/hexo-theme-next/blob/master/docs/zh-CN/INSTALLATION.md
[docs-data-files-url]: https://github.com/theme-next/hexo-theme-next/blob/master/docs/zh-CN/DATA-FILES.md
[docs-update-5-1-x-url]: https://github.com/theme-next/hexo-theme-next/blob/master/docs/zh-CN/UPDATE-FROM-5.1.X.md
+[t-news-url]: https://t.me/theme_next_news
+[t-chat-url]: https://t.me/theme_next_chinese
+[gitter-url]: https://gitter.im/theme-next
+[riot-url]: https://riot.im/app/#/room/#theme-next:matrix.org
+[i18n-url]: https://i18n.theme-next.org
+
[awesome-next-url]: https://github.com/theme-next/awesome-next
-[stack-url]: https://stackoverflow.com/questions/tagged/theme-next
[issues-bug-url]: https://github.com/theme-next/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md
[issues-feat-url]: https://github.com/theme-next/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md
[feat-req-vote-url]: https://github.com/theme-next/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22+sort%3Areactions-%2B1-desc
-
-[gitter-url]: https://gitter.im/theme-next
-[riot-url]: https://riot.im/app/#/room/#theme-next:matrix.org
-[t-chat-url]: https://t.me/theme_next_chinese
-[t-news-url]: https://t.me/theme_next_news
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/zh-CN/UPDATE-FROM-5.1.X.md b/docs/zh-CN/UPDATE-FROM-5.1.X.md
index 58879b5b6a..252d9bd372 100644
--- a/docs/zh-CN/UPDATE-FROM-5.1.X.md
+++ b/docs/zh-CN/UPDATE-FROM-5.1.X.md
@@ -1,6 +1,6 @@
从 NexT v5.1.x 更新
-在 5.1.x 版本和 6.0.x 版本之间没有很大的革命性改进。主版本号变更至 6 主要是因为:
+在 5.1.x 版本和新版本之间没有很大的革命性改进。主版本号变更至 6 主要是因为:
1. 主仓库已从 [iissnan 名下](https://github.com/iissnan/hexo-theme-next) 迁移至 [theme-next](https://github.com/theme-next) 组织。
2. `next/source/lib` 目录下的绝大多数库被移出到了 [NexT 组织的外部仓库](https://github.com/theme-next)中。
@@ -13,7 +13,7 @@
2. 自定义的 CSS 配置,它们应在 `next/source/css/_custom/*` 和 `next/source/css/_variables/*` 中。
3. 自定义的排布配置,它们应在 `next/layout/_custom/*` 中。
4. 任何其它可能的附加自定义内容;为了定位它们,你可以通过某些工具在仓库间比较。
-2. 克隆新的 v6.x 仓库到任一异于 `next` 的目录(如 `next-reloaded`):
+2. 克隆新的仓库到任一异于 `next` 的目录(如 `next-reloaded`):
```sh
$ git clone https://github.com/theme-next/hexo-theme-next themes/next-reloaded
```