hexo菜单栏背景图片设置

发布 : 2016-07-08 分类 : Blog 浏览 :

landscape-plus主题默认关闭了顶部的大图,如需开启,取消header.styl第33行的注释即可。

themes/landscape-plus/source/css/_partial/header.styl
1
background: url(banner-url) center #000

如需修改高度:

hexo\themes\landscape-plus\source\css\_variables.styl
1
banner-height = 280px //修改menu图片高度

随机切换背景图片效果设置:

hexo\themes\landscape-plus\source\css\_variables.styl
1
2
//banner-url = "images/banner.jpg"
banner-url = "https://unsplash.it/1920/280/?random"

本文作者 : 小凡
原文链接 : https://16bh.github.io/2016/07/08/hexo-landscape-plus-set-head-image/
版权声明 : 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明出处!
留下足迹