
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
hexo-theme-delicate
Advanced tools
! 本主题处于 version4 重构开发阶段 !
npm 下载使用:
npm i hexo-theme-delicate
然后在根目录的 _config.yml 下配置 theme: delicate 并重启项目
git clone 本主题的文件:
git clone https://github.com/can-dy-jack/hexo-theme-delicate.git themes/delicate
然后在根目录的 _config.yml 下配置 theme: delicate 并重启项目
到主题下的配置文件 _config.yml 进行配置。
如果您是使用方法一进行安装的,需要新建 _config.delicate.yml 文件,并将主题仓库下的配置文件复制进去进行配置。这种方式的缺点就是每次更新主题配置并不会热更新,需要重启项目,所以推荐方式二进行主题安装!
本主题支持的语言如下
zh-CNen只有在文档的 Front-matter 里加入
giscus: true
才会在本页面开启 Giscus
使用CDN支持
mathjax和katex
开启方式:在文档的 Front-matter 里加入:
mathjax: true
或
katex: true
即可。
不需要渲染公式的文章请不要开启!避免影响页面加载速度!
katex渲染示例:
$$\begin{pmatrix}a_{11} & a_{12} & a_{13}\ a_{21} & a_{22} & a_{23}\ a_{31} & a_{32} & a_{33}\end{pmatrix}$$
---
$$a^2+b^2=c^2$$

注:本主题使用CDN加载公式转换脚本的方式支持公式。
您可以在博客根目录下安装hexo-filter-mathjax或hexo-math等插件来支持公式,这样就可以在打包的时候就完成公式的渲染,加快请求速度。(使用插件的话记得关闭主题的公式支持)
FAQs
simple but delicate theme for Hexo
The npm package hexo-theme-delicate receives a total of 7 weekly downloads. As such, hexo-theme-delicate popularity was classified as not popular.
We found that hexo-theme-delicate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.