Hexo NexT主题相关设置及优化(不定期更新)
背景图片的设置 打开\themes\next\source\css\_custom中的custom.styl文件,如下填写代码: // Custom styles. body { background: url(/images/background.jpg); background-attachment: fixed; } 注:去掉background-attachment: fixed;,则背景图随着页面移动而移动;添加则反之。 背景图文件放在\themes\next\source\images文件夹中,名称任意,与上文代码对应即可。也可使用网络图片。 ...