diff --git a/README.md b/README.md index e406846..fa75467 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ «NexT» is a high quality elegant Hexo theme. It is crafted from scratch with love.

- + @@ -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 ``` diff --git a/_config.yml b/_config.yml index a08ae4c..57761aa 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/docs/ru/README.md b/docs/ru/README.md index 8ca537a..bd38413 100644 --- a/docs/ru/README.md +++ b/docs/ru/README.md @@ -11,7 +11,7 @@ «NexT» — элегантная высококачественная тема под Hexo. Сделана с нуля, с любовью.

- + @@ -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 ``` diff --git a/docs/zh-CN/README.md b/docs/zh-CN/README.md index 5740e7c..31343d4 100644 --- a/docs/zh-CN/README.md +++ b/docs/zh-CN/README.md @@ -11,7 +11,7 @@ «NexT» 是一款风格优雅的高质量 Hexo 主题,自点点滴滴中用爱雕琢而成。

- + @@ -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 ``` diff --git a/package.json b/package.json index 87fd085..fa8c106 100644 --- a/package.json +++ b/package.json @@ -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": {