Update pjax URL

This commit is contained in:
Mimi 2020-04-06 11:21:20 +08:00
parent 0489fb98bc
commit d6731e627f
5 changed files with 9 additions and 9 deletions

View File

@ -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>
@ -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
```

View File

@ -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.
@ -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

View File

@ -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>
@ -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
```

View File

@ -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>
@ -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
```

View File

@ -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": {