简单搭建
- fork a theme
- rename
- delete other branch
- git clone
- make a orphan branch named
gh-pages
git checkout --orphan gh-pages
- update _config.yml
- write post in _posts
- git commit and push
感觉
想要本地看效果,需要安装 jekyll,jekyll 官方不支持 Windows,不过依旧可以用就是了。想要在网页的看到修改的效果,需要等那么10分钟左右。 真想写博客,放在 github pages 不是长久之计。 模版的修改需要一些网页知识,需要折腾的心和时间。