«NexT» is a high quality elegant Hexo theme. It is crafted from scratch, with love.
- 🚩 Recommended Markdown Editor: HexoEditor
- 💟 Muse scheme: XiaMo | OAwan | Hui Wang
- 🔯 Mist scheme: Jeff | uchuhimo | xirong
- ♓ Pisces scheme: Vi | Acris | Rainy
- ♊ Gemini scheme: Ivan.Nginx | Alynx | Raincal
More «NexT» examples here.
Simplest way to install is by cloning whole repository:
$ cd hexo
$ git clone https://github.com/theme-next/hexo-theme-next themes/nextOr you can see detailed installation instructions if you want any other variant.
You can update to latest master branch by the following command:
$ cd themes/next
$ git pullAnd 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 feature.
Howbeit, you can bypass update errors by Commit, Stash or Discard local changes. See here how to do it.
If you want to update from v5.1.x to v6.0.x, read here.
For those who also encounter «Error: Cannot find module 'hexo-util'», please check your NPM version.
> 3: Still not work? Please removenode_modulesdirectory and reinstall usingnpm install.< 3: Please addhexo-utilexplicitly vianpm install --save-dev hexo-utilto you site package deps.
Contribution is welcome, feel free to open an issue and fork. Waiting for your pull request.