«Nice» is a high quality elegant Hexo theme. It is crafted from scratch with love.
💟 Muse | 🔯 Mist | ♓ Pisces | ♊ Gemini
More «Nice» examples here.
Simplest way to install is by cloning the entire repository:
$ cd hexo
$ git clone https://github.com/theme-nice/hexo-theme-nice themes/niceOr you can see [detailed installation instructions][docs-installation-url] if you want any other variant.
In Nice config now you can find dependencies on each module which was moved to external repositories which can be found by main organization link.
For example, if you want to use fancybox in your site, go to Nice config and see:
# Fancybox
# Dependencies: https://github.com/theme-nice/theme-nice-fancybox
fancybox: falseThen turn on fancybox and go to «Dependencies» link with installation instructions of this module.
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 Nice config and see:
vendors:
# ...
# Some contents...
# ...
fancybox: # Set or update fancybox cdn url.
fancybox_css: # Set or update fancybox cdn url.Instead of defining main organization link for updates.
You can update to latest master branch by the following command:
$ cd themes/nice
$ 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][docs-data-files-url] feature.
However, you can bypass update errors by using the Commit, Stash or Reset commands for local changes. See here 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].
Contribution is welcome, feel free to open an issue and fork. Waiting for your pull request.
- Visit the [Awesome Nice][awesome-nice-url] list.
- 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.