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
May be **unstable**, but includes latest features. Recommended for developers.
60
62
61
63
[![curl-tar-image]][curl-tar-url]
@@ -85,7 +87,7 @@ NexT is a high quality elegant [Hexo](http://hexo.io) theme. It is crafted from
85
87
v5.1.2
86
88
```
87
89
88
-
For example, you want to switch on `v5.1.0`[tagged release version](../../tags). Input the following command:
90
+
For example, you want to switch on `v5.1.0`[tagged release version][tags-url]. Input the following command:
89
91
90
92
```sh
91
93
$ git checkout tags/v5.1.0
@@ -94,7 +96,7 @@ NexT is a high quality elegant [Hexo](http://hexo.io) theme. It is crafted from
94
96
HEAD now on 1f72f68... CSS: Remove global list-style setting of ul
95
97
```
96
98
97
-
And if you want to switch back on [master branch](../../commits/master), input this command:
99
+
And if you want to switch back on [master branch][commits-url], input this command:
98
100
99
101
```sh
100
102
$ git checkout master
@@ -105,7 +107,7 @@ NexT is a high quality elegant [Hexo](http://hexo.io) theme. It is crafted from
105
107
theme: next
106
108
107
109
### Bugs
108
-
For those who also encounter **Error: Cannot find module 'hexo-util'**[issue](../../issues/1490), please check your NPM version.
110
+
For those who also encounter **Error: Cannot find module 'hexo-util'**[issue](https://github.com/iissnan/hexo-theme-next/issues/1490), please check your NPM version.
109
111
110
112
-`> 3`: Still not work. Please remove `node_modules` directory and reinstall using `npm install`.
111
113
-`< 3`: Please add `hexo-util` explicitly via `npm install --save-dev hexo-util` to you site package deps.
@@ -333,5 +335,11 @@ Contribution is welcome, feel free to open an issue and fork. Waiting for your p
0 commit comments