Module: Jekyll::CommandExtension

Defined in:
lib/jekyll/command_extension.rb

Overview

Extends Jekyll::Command to provide a private key to any command with build steps.

Instance Method Summary collapse

Instance Method Details

#add_build_options(cmd) ⇒ Object

Add private key option



10
11
12
13
14
# File 'lib/jekyll/command_extension.rb', line 10

def add_build_options(cmd)
  super

  activity_pub_private_key(cmd)
end