NexT主题相关
mxlg Lv4

1、开启站内搜索

安装插件

1
2
npm install hexo-generator-search  --save
npm install hexo-generator-searchdb --save

配置hexo站点主配置文件_config.yml,在文件末尾添加

1
2
3
4
5
search:
path: search.xml
field: post
format: html
limit: 10000

修改next主题配置文件_config.yml,启用 local_search

2、添加背景图片

1
2
3
4
5
6
7
8
// 背景图片
body {
background-image: url(/img/bg.png);
background-repeat: repeat; //重复
background-attachment: fixed; //不随页面滚动
background-position: 100% 100%; //center居中
background-size: repeat; //cover为填充 repeat连续平铺
}

3、更改鼠标样式

1
2
3
4
5
6
7
8
9
10
/*鼠标样式*/
* {
cursor: url(/img/Arrow.cur),auto;
}
:active {
// cursor: url(/img/Hand.cur),auto
}
:link {
cursor: url(/img/Hand.cur),auto
}
由 Hexo 驱动 & 主题 Keep
访客数 访问量