Hexo 常用插件

1、压缩插件


2、图片懒加载

  • npm install hexo-lazyload --save
  • 具体使用
  • NexT7 中已集成,无需再次安装

3、添加站内搜索


4、插入图片


5、支持emoji表情

  • npm un hexo-renderer-marked --save
    npm i hexo-renderer-markdown-it --save
    npm install markdown-it-emoji --save
  • 具体使用
  • 选择emoji表情
    😀😃😄😁😆😅😂🤣☺😊😇🙂🙃🥰😘😚😛😜🤪

6、支持数学公式

fY(y)=fX[h(y)]h(y)=fX[h(y)]h(y)=1θexθ[dxdy(θln(1y))]=1θeθln(1y)θθ1y=1θeln(1y)θ1y=1yθθ1y=1\begin{aligned} f_Y(y) & = f_X[h(y)]|h'(y)| \\[2ex] & = f_X[h(y)]h'(y) \\[2ex] & = \frac{1}{\theta}e^{-\frac{x}{\theta}}[\frac{dx}{dy}(-\frac{\theta}{ln(1-y)})] \\[2ex] & = \frac{1}{\theta}e^{-\frac{-\frac{\theta}{ln(1-y)}}{\theta}}\frac{\theta}{1-y} \\[2ex] & = \frac{1}{\theta}e^{ln(1-y)}\frac{\theta}{1-y} \\[2ex] & = \frac{1-y}{\theta}\frac{\theta}{1-y} \\[2ex] & = 1 \end{aligned}