Home Jekyll 博客手册
Post
Cancel

Jekyll 博客手册

Cooking, Baking, Utensils image. Free for use.

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.

This post is licensed under CC BY 4.0 by the author.

Screen 的基本用法

The Relationship Between asdf, Ruby, BubyGem, gem, and Bundler