hexo-theme-next
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -154,3 +154,3 @@ <div align="right"> | ||
[docs-configuration-url]: https://theme-next.js.org/docs/getting-started/configuration.html | ||
[docs-custom-files-url]: https://theme-next.js.org/docs/theme-settings/custom-files.html | ||
[docs-custom-files-url]: https://theme-next.js.org/docs/advanced-settings/custom-files.html | ||
[docs-update-5-1-x-url]: https://theme-next.js.org/docs/getting-started/update-from-v5.html | ||
@@ -157,0 +157,0 @@ |
@@ -151,3 +151,3 @@ <div align="right"> | ||
[docs-configuration-url]: https://theme-next.js.org/docs/getting-started/configuration.html | ||
[docs-custom-files-url]: https://theme-next.js.org/docs/theme-settings/custom-files.html | ||
[docs-custom-files-url]: https://theme-next.js.org/docs/advanced-settings/custom-files.html | ||
[docs-update-5-1-x-url]: https://theme-next.js.org/docs/getting-started/update-from-v5.html | ||
@@ -154,0 +154,0 @@ |
{ | ||
"name": "hexo-theme-next", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "Elegant and powerful theme for Hexo.", | ||
@@ -29,6 +29,6 @@ "main": "package.json", | ||
"chai": "4.2.0", | ||
"eslint": "7.7.0", | ||
"hexo": "5.1.1", | ||
"hexo-renderer-marked": "3.1.0", | ||
"husky": "4.2.5", | ||
"eslint": "7.10.0", | ||
"hexo": "5.2.0", | ||
"hexo-renderer-marked": "3.3.0", | ||
"husky": "4.3.0", | ||
"js-yaml": "3.14.0", | ||
@@ -35,0 +35,0 @@ "mocha": "8.1.3", |
@@ -151,3 +151,3 @@ <div align="right"> | ||
[docs-configuration-url]: https://theme-next.js.org/docs/getting-started/configuration.html | ||
[docs-custom-files-url]: https://theme-next.js.org/docs/theme-settings/custom-files.html | ||
[docs-custom-files-url]: https://theme-next.js.org/docs/advanced-settings/custom-files.html | ||
[docs-update-5-1-x-url]: https://theme-next.js.org/docs/getting-started/update-from-v5.html | ||
@@ -154,0 +154,0 @@ |
@@ -24,3 +24,4 @@ /* global hexo */ | ||
jsdelivr: `//cdn.jsdelivr.net/npm/hexo-theme-next@${next_version}/source/js/${file}`, | ||
unpkg : `//unpkg.com/hexo-theme-next@${next_version}/source/js/${file}` | ||
unpkg : `//unpkg.com/hexo-theme-next@${next_version}/source/js/${file}`, | ||
cdnjs : `//cdnjs.cloudflare.com/ajax/libs/hexo-theme-next/${next_version}/${file}` | ||
}; | ||
@@ -27,0 +28,0 @@ const src = links[internal] || links.local; |
@@ -18,3 +18,3 @@ /* global hexo */ | ||
if (theme.fancybox) { | ||
vendors.push('jquery', 'fancybox'); | ||
vendors.push('jquery', 'fancybox_js'); | ||
} | ||
@@ -21,0 +21,0 @@ if (theme.mediumzoom) { |
@@ -284,2 +284,3 @@ /* global CONFIG */ | ||
highlightSearchWords(); | ||
if (CONFIG.localsearch.preload) { | ||
@@ -286,0 +287,0 @@ fetchData(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
496884
249
2297