1、新建Gemfile 文件
$ ls
$ > Gemfile
2、编辑Gemfile
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
3、安装配置
$ bundle install
4、运行
$ bundle exec jekyll serve
参考:
1、新建Gemfile 文件
$ ls
$ > Gemfile
2、编辑Gemfile
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
3、安装配置
$ bundle install
4、运行
$ bundle exec jekyll serve
参考:
本文标题:Jekyll 本地安装运行
本文链接:https://www.haomeiwen.com/subject/gbldvqtx.html
网友评论