Sha256: d5db3f913747d6638b2689fd5ba4650e3625ab58876168691d7ff55f52cf1ba3
Contents?: true
Size: 824 Bytes
Versions: 8
Compression:
Stored size: 824 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 'Wordpress theme made with Marv.' end %> * Version: <%= if config[:version_number] then config[:version_number] else '0.1' end %> <% if config[:template] -%> * Template: <%= config[:template] %> <% end -%> * 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
8 entries across 8 versions & 1 rubygems