1. 参考 这个 博客 : https://blog.csdn.net/xudailong_blog/article/details/78762262
2. 把上面按照的就安装,并把git 仓库克隆到本地。
3. cd 到 git 仓库目录,如果要本地调试 的话,直接 执行命令行: Jekyll serve --watch, 注意如果出现一下的错的话,就执行 gem install jekyll-paginate,停止运行Jekyll 直接是 ctrl + C,
在网页上可以按F5 进行刷新修改的内容。
Dependency Error: Yikes! It looks like you don't have jekyll-paginate or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. If you've run Jekyll with `bundle exec`, ensure that you have included the jekyll-paginate gem in your Gemfile as well. The full error message from Ruby is: 'cannot load such file -- jekyll-paginate' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/!
4. 记录一下 Markdown 语法网站 : https://www.appinn.com/markdown/#html
5. 一天的搭建自己的博客 : LiZhanZhao.github.io