Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
hexo-theme-next
Advanced tools
«NexT» is a high quality elegant Hexo theme. It is crafted from scratch, with love.
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/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, 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.
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.
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.Contribution is welcome, feel free to open an issue and fork. Waiting for your pull request.
FAQs
Elegant and powerful theme for Hexo.
The npm package hexo-theme-next receives a total of 3,055 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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.