Sha256: 6cb3dcabcf2ac6761289be1271a5437bd973d9f8c909c827b8c2d124b0df5147

Contents?: true

Size: 886 Bytes

Versions: 4

Compression:

Stored size: 886 Bytes

Contents

{
  // The name of the theme
  "name": "<%= config[:name] %>",

  // The website for the theme
  "uri": "<%= config[:uri] %>",

  // The author's name
  "author": "<%= config[:author] %>",

  // The author's website
  "author_uri": "<%= config[:author_uri] %>",

  // Description of the theme
  "description": "<%= config[:description] %>",

  // Version number of the theme
  "version_number": "<%= config[:version_number] %>",

  // Name of the theme license
  "license_name": "<%= config[:license_name] %>",

  // Website for the theme license
  "license_uri": "<%= config[:license_uri] %>",

  // Tags for this theme, as an array
  // For Example:
  // "tags": ["blue", "white", "two-columns"],
  "tags": <%= config[:tags] ? config[:tags] : "[]" %>,

  // Additional comments (optional)
  "comments": "<%= config[:comments] %>",

  // Enable livereload gem
  "live_reload": false
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
forge-0.2.0 layouts/config/config.json.erb
forge-0.1.3 layouts/config/config.json.erb
forge-0.1.2 layouts/config/config.json.erb
forge-0.1.1 layouts/config/config.json.erb