Sha256: c484095194ed70129f4a41602aafff15075fb96dfb90c38e2ddca32e6dcbf6e6
Contents?: true
Size: 433 Bytes
Versions: 15
Compression:
Stored size: 433 Bytes
Contents
ENV['BUNDLE_GEMFILE'] ||= 'Gemfile' require "bundler/setup" # Set up gems listed in the Gemfile. require "sitepress/server" # Load all the stuff needed setup the configuration below. # Setup defaults for stand-alone Sitepress server in the current path. This # can, and should, be over-ridden by the end-user in the `config/site.rb` file. Sitepress.configure do |config| config.site = Sitepress::Site.new root_path: "." end
Version data entries
15 entries across 15 versions & 1 rubygems