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

Version Path
sitepress-cli-2.0.0 lib/sitepress/boot.rb
sitepress-cli-2.0.0.beta11 lib/sitepress/boot.rb
sitepress-cli-2.0.0.beta10 lib/sitepress/boot.rb
sitepress-cli-2.0.0.beta9 lib/sitepress/boot.rb
sitepress-cli-2.0.0.beta8 lib/sitepress/boot.rb
sitepress-cli-2.0.0.beta7 lib/sitepress/boot.rb
sitepress-cli-2.0.0.beta6 lib/sitepress/boot.rb
sitepress-cli-2.0.0.beta5 lib/sitepress/boot.rb
sitepress-cli-2.0.0.beta4 lib/sitepress/boot.rb
sitepress-cli-2.0.0.beta3 lib/sitepress/boot.rb
sitepress-cli-2.0.0.beta2 lib/sitepress/boot.rb
sitepress-cli-2.0.0.beta1 lib/sitepress/boot.rb