lizhanzhao

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. 一天的搭建自己的博客 : https://lizhanzhao.github.io/

6. 自定义域名,可以参考下 :https://juejin.im/post/5a71a4f9518825733a3105ac

分类:

技术点:

相关文章:

  • 2019-08-01
  • 2021-11-20
  • 2021-11-20
  • 2021-11-30
  • 2021-11-22
  • 2021-06-09
  • 2021-09-02
猜你喜欢
  • 2021-11-30
  • 2021-11-08
  • 2021-11-30
  • 2021-11-03
  • 2021-11-30
  • 2018-05-02
  • 2018-09-28
相关资源
相似解决方案