我相信,梦里能到达的地方,总有一天,脚步也能到达。
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 ;
}
#menu a{
color: #c9c9c9 ;
}
图片文件位置
hexo\blog\themes\next\source\images
可以在该目录下添加主题所需要的图片
如果上传不生效请尝试
1 | step1: hexo clean (请尝试, 一般无需执行) |