Merge pull request #2041 from anthonyjsmith/webrick_index_xml

This commit is contained in:
Parker Moore 2014-02-17 16:23:25 -05:00
commit e5bcddfbe0
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ module Jekyll
s = HTTPServer.new(webrick_options(options))
s.config.store(:DirectoryIndex, s.config[:DirectoryIndex] << "index.xml")
s.mount(options['baseurl'], HTTPServlet::FileHandler, destination, fh_option)
Jekyll.logger.info "Server address:", "http://#{s.config[:BindAddress]}:#{s.config[:Port]}"