You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NexT supports a large number of third-party plugins, which can be easily configured.
For example, if you want to enable pjax on your site, just set pjax to true in NexT config file:
# Easily enable fast Ajax navigation on your website.# Dependencies: https://github.com/theme-next/theme-next-pjaxpjax: true
Then visit the «Dependencies» link to get the installation instructions of this module.
Configure CDN
If you want to specify a CDN link for any plugins, you need to set / update the CDN link.
For example, if you want to use mediumzoom and load the plugin via CDN, go to NexT config and see:
vendors:
# ...# Some contents...# ...mediumzoom: # Set or update mediumzoom CDN URL.
Update
NexT releases new versions every month. 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.
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 the latest version, read this.
Feedback
Visit the Awesome NexT list to share plugins and tutorials with other users.