Sha256: 454ecd0f042bc3177466b04524ff570ba360210dfa4d6a2bd58ef89d43027fb1
Contents?: true
Size: 1010 Bytes
Versions: 3
Compression:
Stored size: 1010 Bytes
Contents
# frozen_string_literal: true ### # Page options, layouts, aliases and proxies ### # Per-page layout changes: # # With no layout page "/*.xml", layout: false page "/*.json", layout: false page "/*.txt", layout: false # With alternative layout # page "/path/to/file.html", layout: :otherlayout # Proxy pages (http://middlemanapp.com/basics/dynamic-pages/) # proxy "/this-page-has-no-template.html", "/template-file.html", locals: { # which_fake_page: "Rendering a fake page with a local variable" } # General configuration # Reload the browser automatically whenever files change configure :development do activate :livereload end activate :relative_assets set :relative_links, true ### # Helpers ### # Methods defined in the helpers block are available in templates # helpers do # def some_helper # "Helping" # end # end # Build-specific configuration configure :build do # Minify CSS on build # activate :minify_css # Minify Javascript on build # activate :minify_javascript end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
word_search-1.3.0 | docs/config.rb |
word_search-1.2.1 | docs/config.rb |
word_search-1.2.0 | docs/config.rb |