Sha256: 153209374d704c845af6175d00f2f83c6ca1ea51ec37a0708debf445f55c298f
Contents?: true
Size: 979 Bytes
Versions: 1
Compression:
Stored size: 979 Bytes
Contents
### # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
word_search-0.5.1 | docs/config.rb |