Sha256: bde2ae2262fc8f568432dabbd6c426c5629f7ec5358f911ea1abfbf13195ada7
Contents?: true
Size: 674 Bytes
Versions: 3
Compression:
Stored size: 674 Bytes
Contents
# Registers a new theme to use for this project. See # http://zen-cms.com/documentation/Zen/Theme.html for more information on all # the available options and working with themes in general. Zen::Theme.add do |theme| # The unique name of the theme specified as a symbol (required). theme.name = :default # The name of the author of the theme (required). theme.author = 'Zen' # A URL that points to a website/web page related to the theme. theme.url = 'http://zen-cms.com/' # A short description of the theme (required). theme.about = 'The default theme for Zen.' # The directory containing all the templates (required). theme.templates = __DIR__ end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
zen-0.3 | proto/app/theme/theme.rb |
zen-0.3b1 | proto/app/theme/theme.rb |
zen-0.3b | proto/app/theme/theme.rb |