如何安装Jekyll子命令?

如何安装Jekyll子命令?,jekyll,Jekyll,我得到了一个错误: fatal: 'jekyll page' could not be found. You may need to install the jekyll-page gem or a related gem to be able to use this subcommand. 如何安装子命令 我想试试: gem install jekyll-page 这似乎奏效了: # Seems this is needed to install a lot of subcommands

我得到了一个错误:

fatal: 'jekyll page' could not be found. You may need to install the jekyll-page gem or a related gem to be able to use this subcommand.
如何安装子命令


我想试试:

gem install jekyll-page
这似乎奏效了:

# Seems this is needed to install a lot of subcommands, see: https://github.com/jekyll/jekyll-compose
gem 'jekyll-compose', group: [:jekyll_plugins]

将其添加到GEMUR文件,然后捆绑安装

bundle