Skip to content

Commit

Permalink
Update pjax URL
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Apr 6, 2020
1 parent 0489fb9 commit d6731e6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
«NexT» is a high quality elegant <a href="https://hexo.io">Hexo</a> theme. It is crafted from scratch with love.
<br>
<br>
<a href="https://www.npmjs.com/package/hexo-theme-next"><img src="https://img.shields.io/github/package-json/v/hexo-next/hexo-theme-next?style=flat-square"></a>
<a href="https://www.npmjs.com/package/hexo-theme-next"><img src="https://img.shields.io/npm/v/hexo-theme-next?style=flat-square"></a>
<a href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%3E=10.9.0-green?style=flat-square"></a>
<a href="https://hexo.io"><img src="https://img.shields.io/badge/hexo-%3E=4.0.0-blue?style=flat-square&logo=hexo"></a>
<a href="https://github.com/hexo-next/hexo-theme-next/blob/master/LICENSE.md"><img src="https://img.shields.io/badge/license-%20AGPL-orange?style=flat-square&logo=gnu"></a>
Expand Down Expand Up @@ -52,7 +52,7 @@ For example, if you want to enable `pjax` on your site, just set `pjax` to `true

```yml
# Easily enable fast Ajax navigation on your website.
# Dependencies: https://github.com/hexo-next/theme-next-pjax
# Dependencies: https://github.com/hexo-next/pjax
pjax: true
```

Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ math:
copy_tex: false

# Easily enable fast Ajax navigation on your website.
# Dependencies: https://github.com/hexo-next/theme-next-pjax
# Dependencies: https://github.com/hexo-next/pjax
pjax: false

# FancyBox is a tool that offers a nice and elegant way to add zooming functionality for images.
Expand Down Expand Up @@ -904,7 +904,7 @@ vendors:
copy_tex_css:

# Internal version: 0.2.8
# pjax: //cdn.jsdelivr.net/gh/hexo-next/theme-next-pjax@0/pjax.min.js
# pjax: //cdn.jsdelivr.net/gh/hexo-next/pjax@0/pjax.min.js
pjax:

# FancyBox
Expand Down
4 changes: 2 additions & 2 deletions docs/ru/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
«NexT» — элегантная высококачественная тема под <a href="https://hexo.io">Hexo</a>. Сделана с нуля, с любовью.
<br>
<br>
<a href="https://www.npmjs.com/package/hexo-theme-next"><img src="https://img.shields.io/github/package-json/v/hexo-next/hexo-theme-next?style=flat-square"></a>
<a href="https://www.npmjs.com/package/hexo-theme-next"><img src="https://img.shields.io/npm/v/hexo-theme-next?style=flat-square"></a>
<a href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%3E=10.9.0-green?style=flat-square"></a>
<a href="https://hexo.io"><img src="https://img.shields.io/badge/hexo-%3E=4.0.0-blue?style=flat-square&logo=hexo"></a>
<a href="https://github.com/hexo-next/hexo-theme-next/blob/master/LICENSE.md"><img src="https://img.shields.io/badge/license-%20AGPL-orange?style=flat-square&logo=gnu"></a>
Expand Down Expand Up @@ -52,7 +52,7 @@ $ git clone https://github.com/hexo-next/hexo-theme-next themes/next

```yml
# Easily enable fast Ajax navigation on your website.
# Dependencies: https://github.com/hexo-next/theme-next-pjax
# Dependencies: https://github.com/hexo-next/pjax
pjax: true
```

Expand Down
4 changes: 2 additions & 2 deletions docs/zh-CN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
«NexT» 是一款风格优雅的高质量 <a href="https://hexo.io">Hexo</a> 主题,自点点滴滴中用爱雕琢而成。
<br>
<br>
<a href="https://www.npmjs.com/package/hexo-theme-next"><img src="https://img.shields.io/github/package-json/v/hexo-next/hexo-theme-next?style=flat-square"></a>
<a href="https://www.npmjs.com/package/hexo-theme-next"><img src="https://img.shields.io/npm/v/hexo-theme-next?style=flat-square"></a>
<a href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%3E=10.9.0-green?style=flat-square"></a>
<a href="https://hexo.io"><img src="https://img.shields.io/badge/hexo-%3E=4.0.0-blue?style=flat-square&logo=hexo"></a>
<a href="https://github.com/hexo-next/hexo-theme-next/blob/master/LICENSE.md"><img src="https://img.shields.io/badge/license-%20AGPL-orange?style=flat-square&logo=gnu"></a>
Expand Down Expand Up @@ -52,7 +52,7 @@ NexT 支持大量的第三方插件,它们可以被轻松地配置。

```yml
# Easily enable fast Ajax navigation on your website.
# Dependencies: https://github.com/hexo-next/theme-next-pjax
# Dependencies: https://github.com/hexo-next/pjax
pjax: true
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-next",
"version": "7.8.0",
"version": "8.0.0-rc.1",
"description": "Elegant and powerful theme for Hexo.",
"main": "gulpfile.js",
"scripts": {
Expand Down

0 comments on commit d6731e6

Please sign in to comment.