Github+Hexo制作个人博客

步骤一

github+hexo 搭建属于自己的博客网站

高大上

让 GITHUB 的链接跳向自己设置的域名

步骤二

GITHUB+HEXO博客轻松更换主题外观

步骤三

32种主题个性化教程

更换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的英文冒号后要空格,不然会出错!

TFT wechat

喜 欢 就 上 啊
本文结束谢谢阅读