HEXO置顶功能配置 & 测试

收藏夹置顶成功

继前几天Gradle依赖拉取让我栽了跟头后,NPM也不出意外地无法INSTALL.

下面记载如何配置国内源。

校园网&国内网络真拉稀

检查NPM的代理

1
$ npm config get registry

配置阿里镜像

1
$ npm config set registry https://registry.npm.taobao.org

有人还说无法install的话,需要更新node和npm;我这只更新了npm,node未能成功更新,但还是install成功了。

配置HEXO置顶模块

1
2
$ npm uninstall hexo-generator-index --save
$ npm install hexo-generator-index-pin-top --save

安装完成后,在需要置顶的文章的Front-matter中加上top: true即可。

参考资料

  1. 解决npm install卡住不动的小尴尬
  2. NPM install 使用淘宝镜像仍然卡住的问题
  3. hexo博客优化之文章置顶+置顶标签