# hexo-theme-next **Repository Path**: FooZ/hexo-theme-next ## Basic Information - **Project Name**: hexo-theme-next - **Description**: No description available - **Primary Language**: JavaScript - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-25 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Language: :us: :cn: :ru:
#
e x T

«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) | [XiaMo](https://notes.wanghao.work) | [OAwan](https://oawan.me) * :six_pointed_star: Mist scheme: [Jeff](https://blog.zzbd.org) | [uchuhimo](http://uchuhimo.me) | [xirong](http://www.ixirong.com) * :pisces: Pisces scheme: [Vi](http://notes.iissnan.com) | [Acris](https://acris.me) | [Rainy](https://rainylog.com) * :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 whole 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, 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, 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.\ Howbeit, you can bypass update errors by `Commit`, `Stash` or `Discard` 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]. * Request a new feature on [GitHub][contributing-url]. * Vote for [popular feature requests][feat-req-vote-url]. * Report a bug in [GitHub Issues][issues-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 [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 [contributing-url]: https://github.com/theme-next/hexo-theme-next/blob/master/.github/CONTRIBUTING.md [feat-req-vote-url]: https://github.com/theme-next/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc [issues-url]: https://github.com/theme-next/hexo-theme-next/issues [gitter-url]: https://gitter.im/theme-next [riot-url]: https://riot.im/app/#/room/#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