Comments
To get comments ability, you need some config in _config.yml
Github 如何获取仓库的 repo_id 和 category_id
Enforcements for CLI
in _config.yml
1
2
3
4
5
6
7
## => Plugins
##############################
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
- jemoji
in Gemfile
1
2
3
4
5
6
7
gem 'jekyll-compose', group: [:jekyll_plugins]
gem 'jekyll-feed', group: [:jekyll_plugins]
gem 'jekyll-paginate', group: [:jekyll_plugins]
gem 'jekyll-sitemap', group: [:jekyll_plugins]
gem 'jemoji', group: [:jekyll_plugins]
These plugins let you use some handy method to create post or other operations
Now, You can use jekyll post "<TITLE>"
to create a new post.