步骤一
高大上
步骤二
步骤三
更换sidebar颜色
打开themes/next/source/css/_custom/custom.styl
在里面新增如下代码:1
2
3
4
5
6
7
8
9
10
11
12
13
14
15// 修改网站头部颜色
.headband {
height: 3px;
background: #ff9999;
}
.site-meta {
padding: 20px 0;
color: #fff;
background: #ff9999;
}
.site-subtitle {
margin-top: 10px;
font-size: 13px;
color: #ffffff;
}
在next下打开Git Bush
输入git pull
进行next的版本更新
其他
如果提示 ERROR Deployer not found: git
则输入 npm install --save hexo-deployer-git
Next样式无法加载
在.\themes\next\layout\_partials\head.swig
中添加
<meta http-equiv=”Content-Security-Policy” content=”upgrade-insecure-requests”/>
修改博客字体大小
打开hexo\themes\next\source\css\ _variables\custom.styl
文件,将$font-size-base
改成15px,如下所示:
$font-size-base =15px
看到FATAL、error就表明呵呵了。建议关掉本地预览页面(http://localhost:4000/) (我也不懂为什么,但是这样做有时候确实有效),然后hexo clean一下,重新生成静态文件,再次部署。
部署成功之后,打开yourusername.github.io看看是否已经有blog了?
最后 hexo的英文冒号后要空格,不然会出错!