语言: 🇺🇸 🇨🇳 🇷🇺
![NexT preview](https://user-images.githubusercontent.com/16272760/83972923-98baae80-a915-11ea-8142-3cf875dad8bf.png) NexT logo # NexT > «NexT» 是一款风格优雅的高质量 [Hexo](https://hexo.io) 主题,自点点滴滴中用爱雕琢而成。 [![NPM version](https://img.shields.io/npm/v/hexo-theme-next?color=red&logo=npm&style=flat-square)](https://www.npmjs.com/package/hexo-theme-next) [![Required Node version](https://img.shields.io/node/v/hexo-theme-next?color=green&logo=node.js&style=flat-square)](https://nodejs.org) [![Required Hexo version](https://img.shields.io/badge/hexo-%3E=4.0.0-blue?style=flat-square&logo=hexo)](https://hexo.io) [![License](https://img.shields.io/badge/license-%20AGPL-orange?style=flat-square&logo=gnu)](https://github.com/next-theme/hexo-theme-next/blob/master/LICENSE.md) [![Code Quality](https://img.shields.io/lgtm/grade/javascript/github/next-theme/hexo-theme-next?label=code%20quality&logo=lgtm&style=flat-square)](https://lgtm.com/projects/g/next-theme/hexo-theme-next/) [![Build Status](https://img.shields.io/github/workflow/status/next-theme/hexo-theme-next/Linter?label=test&logo=github&style=flat-square)](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ALinter) [![Build Status](https://img.shields.io/github/workflow/status/next-theme/hexo-theme-next/Tester?logo=github&style=flat-square)](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ATester) ## 即时预览

💟 Muse | 🔯 Mist | ♓️ Pisces | ♊️ Gemini

更多 «NexT» 的例子参见这里

## 安装 最简单的安装方式是直接克隆整个仓库: ```sh $ cd hexo $ git clone https://github.com/next-theme/hexo-theme-next themes/next ``` 此外,如果你想要使用其他方式,你也可以参见[详细安装步骤][docs-installation-url]。 ## 插件 插件丰富和拓展了 NexT 的功能。这些插件分为两种:核心插件和第三方插件。核心插件被 NexT 的基础功能所依赖。第三方插件默认通过 jsDelivr 的 CDN 服务加载,它们提供了大量的可选功能。 配置这些插件非常简单。例如,你想要在你的站点中使用 `pjax` 插件,请进入 NexT 配置文件,启用 `pjax` 配置项: ```yml # Easily enable fast Ajax navigation on your website. # For more information: https://github.com/next-theme/pjax pjax: true ``` ### 设置 CDN 如果你想要通过自定义 CDN 而不是默认的 jsDelivr 来加载插件脚本,那么需要设置相关的 CDN 链接。 例如,你想要为 `mediumzoom` 插件设置 CDN 地址,进入 NexT 配置文件并找到如下内容: ```yml vendors: # ... # Some contents... # ... mediumzoom: # Set or update mediumzoom CDN URL. ``` ## 更新 NexT 每个月都会发布新版本。你可以通过如下命令更新到最新的 master 分支: ```sh $ cd themes/next $ git pull ``` 如果你在此过程中收到了任何错误报告 (例如 **«Commit your changes or stash them before you can merge»**),我们推荐你使用 [Alternate Theme Config][docs-data-files-url] 特性。\ 然而你也可以通过提交(`Commit`)、贮藏(`Stash`)或忽视(`Discard`)本地更改以绕过这种更新错误。具体方法请参考[这里](https://stackoverflow.com/a/15745424/5861495)。 **如果你想要从 v5.x / v7.x 更新到最新版本,阅读[这篇文档][docs-update-5-1-x-url]。** ## 反馈 * 浏览 [Awesome NexT][awesome-next-url] 列表,与其它用户分享插件和教程。 * 加入我们的 [Gitter][gitter-url] 聊天。 * 请花几秒钟来[添加或修正翻译][i18n-url]。 * 在 [GitHub Issues][issues-bug-url] 报告Bug。 * 在 [GitHub][issues-feat-url] 请求新的功能。 * 为 [受欢迎的 Feature request][feat-req-vote-url] 投票。 ## 贡献你的代码 我们欢迎你加入 NexT 的开发,贡献出你的一份力量。请看[开源贡献指南][contributing-document-url]。 🤗 你也可以随时向我们的[官方插件][official-plugins-url]提交 Issue 或 Pull Request。 ## 贡献者 - [iissnan/hexo-theme-next](https://github.com/iissnan/hexo-theme-next/graphs/contributors) - [theme-next/hexo-theme-next](https://github.com/theme-next/hexo-theme-next/graphs/contributors) - [next-theme/hexo-theme-next](https://github.com/next-theme/hexo-theme-next/graphs/contributors) ## 鸣谢 «NexT» 特别感谢这些支持我们核心基础设施的优质服务: > GitHub 容许我们托管 Git 仓库及运行测试。 > Netlify 容许我们发布文档。 > Crowdin 容许我们方便地翻译文档。 > jsDelivr 提供了 CDN 服务。 [docs-installation-url]: https://theme-next.js.org/docs/getting-started/installation.html [docs-data-files-url]: https://theme-next.js.org/docs/getting-started/configuration.html [docs-update-5-1-x-url]: https://theme-next.js.org/docs/getting-started/update-from-v5.html [gitter-url]: https://gitter.im/hexo-next [i18n-url]: https://crowdin.com/project/hexo-theme-next [awesome-next-url]: https://github.com/next-theme/awesome-next [issues-bug-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md [issues-feat-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md [feat-req-vote-url]: https://github.com/next-theme/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22 [contributing-document-url]: https://github.com/next-theme/hexo-theme-next/blob/master/docs/zh-CN/CONTRIBUTING.md [official-plugins-url]: https://github.com/next-theme