You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# <divalign="center"><atitle="Go to homepage"href="https://theme-next.org"><imgalign="center"width="56"height="56"src="https://raw.githubusercontent.com/theme-next/hexo-theme-next/master/source/images/logo.svg?sanitize=true"></a> e x T</div>
# <divalign="center"><atitle="Go to homepage"href="https://theme-next.org"><imgalign="center"width="56"height="56"src="https://raw.githubusercontent.com/theme-next/hexo-theme-next/master/source/images/logo.svg?sanitize=true"></a> e x T</div>
# <divalign="center"><atitle="NexT website repository"href="https://github.com/theme-next/theme-next.org"><imgalign="center"width="56"height="56"src="https://raw.githubusercontent.com/theme-next/hexo-theme-next/master/source/images/logo.svg?sanitize=true"></a> e x T</div>
6
9
7
-
<palign="center">«NexT» is a high quality elegant <ahref="http://hexo.io">Hexo</a> theme. It is crafted from scratch with love.</p>
8
-
9
-
<palign="center">
10
-
<ahref="https://bestpractices.coreinfrastructure.org/projects/2625"><imgsrc="https://bestpractices.coreinfrastructure.org/projects/2625/badge"title="Core Infrastructure Initiative Best Practices"></a>
<ahref="https://travis-ci.org/theme-next/hexo-theme-next?branch=master"><imgsrc="https://travis-ci.org/theme-next/hexo-theme-next.svg?branch=master"title="Travis CI [Linux]"></a>
13
-
<ahref="https://i18n.theme-next.org"><imgsrc="https://d322cqt584bo4o.cloudfront.net/theme-next/localized.svg"title="Add or improve translation in few seconds!"></a>
<ahref="https://bestpractices.coreinfrastructure.org/projects/2625"><imgsrc="https://img.shields.io/cii/level/2625?style=flat-square"title="Core Infrastructure Initiative Best Practices"></a>
20
+
<ahref="https://travis-ci.org/theme-next/hexo-theme-next?branch=master"><imgsrc="https://img.shields.io/travis/theme-next/hexo-theme-next/master?style=flat-square&logo=travis%20ci"title="Travis CI [Linux]"></a>
Or you can see [detailed installation instructions][docs-installation-url] if you want any other variant.
41
46
42
47
## Plugins
43
48
44
49
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).
45
50
46
-
For example, if you want to use`pjax`in your site, go to NexT config and see:
51
+
For example, if you want to enable`pjax`on your site, go to NexT config and see:
47
52
48
53
```yml
49
54
# Easily enable fast Ajax navigation on your website.
@@ -53,7 +58,7 @@ pjax: false
53
58
54
59
Then turn on `pjax` and go to «Dependencies» link with installation instructions of this module.
55
60
56
-
### Exceptions
61
+
### Configure CDN
57
62
58
63
If you use CDN for any plugins, you need to replace your CDN link.
59
64
@@ -81,69 +86,61 @@ $ git pull
81
86
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.\
82
87
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.
83
88
84
-
**If you want to update from v5.1.x to v6.0.x, read [here][docs-update-5-1-x-url].**
85
-
86
-
## Contributing
87
-
88
-
Contribution is welcome, feel free to open an issue and fork. Waiting for your pull request.
89
+
**If you want to update from v5.1.x to the latest version, read [this][docs-update-5-1-x-url].**
89
90
90
91
## Feedback
91
92
93
+
* Follow us with [Telegram Channel][t-news-url] for latest news.
Copy file name to clipboardexpand all lines: docs/UPDATE-FROM-5.1.X.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<h1align="center">Update from NexT v5.1.x</h1>
2
2
3
-
There are no hard breaking changes between 5.1.x and 6.0.x versions. It's change major version to 6 because:
3
+
There are no hard breaking changes between 5.1.x and the latest version. It's change major version to 6 because:
4
4
5
5
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.
6
6
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:
13
13
1.2. Custom CSS styles what placed in `next/source/css/_custom/*` and `next/source/css/_variables/*` directories.\
14
14
1.3. Custom layout styles what placed in `next/layout/_custom/*`.\
15
15
1.4. Any another possible custom additions which can be finded by compare tools between repos.
16
-
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.
16
+
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.
17
17
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.
0 commit comments