«NexT» is a high quality elegant Hexo theme. It is crafted from scratch with love.
## Live Preview * :heart_decoration: Muse scheme: [LEAFERx](https://leaferx.online) | [Alex LEE](http://saili.science) | [Miaia](https://11.tt) * :six_pointed_star: Mist scheme: [uchuhimo](http://uchuhimo.me) | [xirong](http://www.ixirong.com) * :pisces: Pisces scheme: [Vi](http://notes.iissnan.com) | [Acris](https://acris.me) | [Jiaxi He](http://jiaxi.io) * :gemini: Gemini scheme: [Ivan.Nginx](https://almostover.ru) | [Raincal](https://raincal.com) | [Dandy](https://dandyxu.me) More «NexT» examples [here](https://github.com/iissnan/hexo-theme-next/issues/119). ## Installation Simplest way to install is by cloning the entire repository: ```sh $ cd hexo $ git clone https://github.com/theme-next/hexo-theme-next themes/next ``` Or you can see [detailed installation instructions][docs-installation-url] if you want any other variant. ## Plugins In NexT config now you can find dependencies on each module which was moved to external repositories which can be found by [main organization link](https://github.com/theme-next). For example, if you want to use `fancybox` in your site, go to NexT config and see: ```yml # Fancybox # Dependencies: https://github.com/theme-next/theme-next-fancybox fancybox: false ``` Then turn on `fancybox` and go to «Dependencies» link with installation instructions of this module. ### Exceptions If you use cdn for any plugins, you need to replace your cdn link. For example, if you want to use `fancybox` and you configured a cdn link, go to NexT config and see: ```yml vendors: # ... # Some contents... # ... fancybox: # Set or update fancybox cdn url. fancybox_css: # Set or update fancybox cdn url. ``` Instead of defining [main organization link](https://github.com/theme-next) for updates. ## Update You can update to latest master branch by the following command: ```sh $ cd themes/next $ git pull ``` And if you see any error message during update (something like **«Commit your changes or stash them before you can merge»**), recommended to learn [Hexo data files][docs-data-files-url] feature.\ However, you can bypass update errors by using the `Commit`, `Stash` or `Reset` commands for local changes. See [here](https://stackoverflow.com/a/15745424/5861495) how to do it. **If you want to update from v5.1.x to v6.0.x, read [here][docs-update-5-1-x-url].** ## Known Bugs For those who also encounter **«[Error: Cannot find module 'hexo-util'](https://github.com/iissnan/hexo-theme-next/issues/1490)»**, please check your NPM version. * `> 3`: Still not work? Please remove `node_modules` directory and reinstall using `npm install`. * `< 3`: Please add `hexo-util` explicitly via `npm install --save-dev hexo-util` to you site package deps. ## Contributing Contribution is welcome, feel free to open an issue and fork. Waiting for your pull request. ## Feedback * Ask a question on [Stack Overflow][stack-url]. * Report a bug in [GitHub Issues][issues-bug-url]. * Request a new feature on [GitHub][issues-feat-url]. * Vote for [popular feature requests][feat-req-vote-url]. * Join to our [Gitter][gitter-url] / [Riot][riot-url] / [Telegram][t-chat-url] chats. * Follow us with [Telegram Channel][t-news-url] for latest news. ## Third party applications * :triangular_flag_on_post: HexoEditor ## Thanks«NexT» send special thanks to these great services that sponsor our core infrastructure:
GitHub allows us to host the Git repository, Netlify allows us to distribute the documentation.
Crowdin allows us to translate conveniently the documentation.
Codacy allows us to run the test suite, BrowserStack allows us to test in real browsers.
[browser-image]: https://img.shields.io/badge/browser-%20chrome%20%7C%20firefox%20%7C%20opera%20%7C%20safari%20%7C%20ie%20%3E%3D%209-lightgrey.svg [browser-url]: https://www.browserstack.com [stack-url]: https://stackoverflow.com/questions/tagged/theme-next [issues-bug-url]: https://github.com/theme-next/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md [issues-feat-url]: https://github.com/theme-next/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md [feat-req-vote-url]: https://github.com/theme-next/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22+sort%3Areactions-%2B1-desc [gitter-url]: https://gitter.im/theme-next [riot-url]: https://riot.im/app/#/room/#theme-next:matrix.org [t-chat-url]: https://t.me/theme_next [t-news-url]: https://t.me/theme_next_news [download-latest-url]: https://github.com/theme-next/hexo-theme-next/archive/master.zip [releases-latest-url]: https://github.com/theme-next/hexo-theme-next/releases/latest [tags-url]: https://github.com/theme-next/hexo-theme-next/tags [commits-url]: https://github.com/theme-next/hexo-theme-next/commits/master [docs-installation-url]: https://github.com/theme-next/hexo-theme-next/blob/master/docs/INSTALLATION.md [docs-data-files-url]: https://github.com/theme-next/hexo-theme-next/blob/master/docs/DATA-FILES.md [docs-update-5-1-x-url]: https://github.com/theme-next/hexo-theme-next/blob/master/docs/UPDATE-FROM-5.1.X.md ## Contributors Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):