Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hexo-theme-next

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-theme-next

Elegant and powerful theme for Hexo

  • 6.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.7K
increased by17.97%
Maintainers
1
Weekly downloads
 
Created
Source
Language: :us: :cn: :ru:

«NexT» is a high quality elegant Hexo theme. It is crafted from scratch, with love.

gitter-image riot-image t-chat-image t-news-image lang-image travis-image rel-image hexo-image lic-image

Live Preview

More «NexT» examples here.

Installation

Simplest way to install is by cloning whole repository:

$ cd hexo
$ git clone https://github.com/theme-next/hexo-theme-next themes/next

Or you can see detailed installation instructions 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.

For example, you want to use fancybox in your site. Go to NexT config and see:

# 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:

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.

Update

You can update to latest master branch by the following command:

$ 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 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.

Known Bugs

For those who also encounter «Error: Cannot find module 'hexo-util'», 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.

Third party applications

Keywords

FAQs

Package last updated on 28 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc