Sha256: aaf9c0755cc4ed010a2b0e369493cf0020825c932b98ed77c7bb5f63d77a4ac9
Contents?: true
Size: 458 Bytes
Versions: 12
Compression:
Stored size: 458 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.routes = false config.site = Sitepress::Site.new root_path: "." end
Version data entries
12 entries across 12 versions & 1 rubygems