Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
hexo-theme-next
Advanced tools
«NexT» is a high quality elegant Hexo theme. It is crafted from scratch with love.
:heart_decoration: Muse | :six_pointed_star: Mist | :pisces: Pisces | :gemini: Gemini
More «NexT» examples here.
Simplest way to install is by cloning the entire 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.
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, if you want to use pjax
in your site, go to NexT config and see:
# Easily enable fast Ajax navigation on your website.
# Dependencies: https://github.com/theme-next/theme-next-pjax
pjax: false
Then turn on pjax
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 mediumzoom
and you configured a CDN link, go to NexT config and see:
vendors:
# ...
# Some contents...
# ...
mediumzoom: # Set or update mediumzoom CDN URL.
Instead of defining main organization link for updates.
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 v6.0.x, read here.
Contribution is welcome, feel free to open an issue and fork. Waiting for your pull request.
«NexT» send special thanks to these great services that sponsor our core infrastructure:
GitHub allows us to host the Git repository, Netlify allows us to distribute the documentation.
Crowdin allows us to translate conveniently the documentation.
Codacy allows us to run the test suite, BrowserStack allows us to test in real browsers.
FAQs
Elegant and powerful theme for Hexo.
The npm package hexo-theme-next receives a total of 3,121 weekly downloads. As such, hexo-theme-next popularity was classified as popular.
We found that hexo-theme-next demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.