Banner PID 67752083
始于 2016/04/20
blog 采用 nginx openresty+ghost,搭建在一台conoha的 vps;
域名使用了 namesilo;曾经使用 Freenom 的免费域名;
DNS则是 CloudFlare 的免费服务;https 则是通过 ACME 部署
搭建Ghost博客经典教程
给Ghost博客增加多说评论组件 现已不在使用多说,更换为 Disqus
为了获得更加友好的阅读体验,将宽度设置为 820px
/content/themes/casper/assets/css/screen.css
.post {
position: relative;
width: 80%;
max-width: 820px;
margin: 4rem auto;
padding-bottom: 4rem;
border-bottom: #EBF2F6 1px solid;
word-wrap: break-word;
}
添加了 hightlight.js 和 monokai_sublime.min.css
因为本人图控,所以 nginx.conf,http节中增加了 client_max_body_size 3m;
dreamfever 这个域名来自于我老婆的一首歌 二次元ドリームフィーバー
2018/04/15
开启 weekly-reading 计划,旨在将一些经典文章的翻译/读后感等内容与 Blog 进行剥离
2018/09/15
将 weekly-reading 通过 pelican
生成静态网站,搭建在 Github Pages 上