class Hyde::Commands::Serve
Public Class Methods
process(options)
click to toggle source
# File lib/hyde/commands/serve.rb, line 4 def self.process(options) Hyde.logger.info "Starting server...", '' Jekyll::Commands::Serve.process(Hyde::jekyll_configuration(options)) end