首先默认已经创建好 username.github.io resp 并且本地安装好jekyll.
1、使用模板
可以直接fork 本项目, https://github.com/8enet/8enet.github.io
git clone https://github.com/8enet/8enet.github.io.git |
打开 http://127.0.0.1:4000/ 即可运行
2、使用disqus开启评论
https://disqus.com 注册一个帐号
完成之后在 https://disqus.com/admin/create/ 创建一个网站
然后只需要在修改本项目的_config.yml
中设置disqusname
为你 Disqus URL 前缀即可。
比如我的url为https://blog-zzzmode.disqus.com
设置disqusname
为blog-zzzmode
即可。
可以在https://{username}.disqus.com/admin/settings/general/ 中修改Disqus 评论的语言样式等。