Sha256: 48c1f1eafcf70d9c2f15442ee3871243c11e4833a94ae8b4470ae72733b493bd
Contents?: true
Size: 807 Bytes
Versions: 6
Compression:
Stored size: 807 Bytes
Contents
/*! * Theme Name: <%= config[:name].capitalize %> * Theme URI: <%= config[:uri] %> * Author: <%= config[:author] %> * Author URI: <%= config[:author_uri] %> * Description: <%= if config[:description] then config[:description] else 'Bramble Framework child theme for Wordpress, made with Marv.' end %> * Version: <%= if config[:version_number] then config[:version_number] else '0.1' end %> * Template: bramble-framework * License: <%= if config[:license_name] then config[:license_name] else 'GPLv3' end %> * License URI: <%= if config[:license_uri] then config[:license_uri] else 'http://www.gnu.org/copyleft/gpl.html' end %> * Tags: <%= config[:tags].join(", ") if config[:tags] %> <%- unless config[:comments].nil? || config[:comments].empty? -%> * * <%= config[:comments] %> <%- end -%> */
Version data entries
6 entries across 6 versions & 1 rubygems