下阶段计划
给博客加上时间轴的页面
建站日志
2021.06.08
在namesilo.com完成1年续费,费用¥108.56。
2020.06.13
在namesilo.com完成1年续费,费用¥100.43。
2020.04.06
在Hexo博客中加入豆瓣读书和观影页面,这样以后添加读书和观影更加方便,页面也更加好看~
主要参考链接:在Hexo博客中加入豆瓣读书页面
网站favicon图标更改
2019.10.07
使用Travis CI实现博客自动部署,写博客更加灵活
https://travis-ci.org
注意:
在上传博客源代码时,不要上传node_modules文件夹
参考资料:
使用 Travis CI 实现 Hexo 博客自动部署
Hexo遇上Travis-CI:可能是最通俗易懂的自动发布博客图文教程
2019.06.19
在namesilo.com完成1年续费,费用¥98.23。
2018.10.02
迁移图床支持https
使用腾讯云COS作为图床
参考链接:使用腾讯云对象存储作为图床
2018.07.30
升级next版本到6.0.x
参考资料:https://github.com/theme-next/hexo-theme-next/blob/master/docs/zh-CN/UPDATE-FROM-5.1.X.md
2018.07.23
修改首页上分隔各个文章的线的长度:css/_common/components/post/post-eof.styl1
2//width: 8%;
width: 100%;
修改post页面的列表显示为实心圆点:source/css/_common/components/post/post-expand.styl1
2// ul li { list-style: circle; }
ul li { list-style: disc; }
2018.07.14
参照教程使用Cloudflare为自定义域名的GithubPages实现HTTPS化
实现了小绿锁。
在source下创建robots.txt文件
提交站点到google,使用Google Search Console
修改博文链接,默认文章链接形式为domain/year/month/day/postname,是一个四级url,可能造成url过长,对搜索引擎不友好1
2permalink: :year/:month/:day/:title/
permalink: :title.html
2018.07.13
在namesilo申请域名fengxc.me(源于我名字的拼音:fengxiaochuan)
2018.07.12
修改Pisces Scheme内容区域宽度
直接在source/css/_variables/custom.styl中使用Scheme Gemini 的参数即可1
2main-desktop = 75%
content-desktop = calc(100% - 252px)