我相信,梦里能到达的地方,总有一天,脚步也能到达。
css文件位置
hexo\blog\themes\next\source\css\_custom\custom.styl
1 2 3 4 5 6 7 8 9 10 11
| // Custom styles. #header { background:url(/images/header.jpg); background-repeat: no-repeat; background-size: cover; color: #fff !important; }
#menu a{ color: #c9c9c9 !important; }
|
图片文件位置
hexo\blog\themes\next\source\images
可以在该目录下添加主题所需要的图片
如果上传不生效请尝试
1 2 3 4 5
| step1: hexo clean (请尝试, 一般无需执行) step2: hexo s (检查是自己的更改是否成功) step3: hexo g step4: gulp (这是拓展项,需要安装gulp插件,如果没有,可以忽略) step5: hexo d
|
https://syd192.github.io/2016/11/15/hexo-learn/