/*! * 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 -%> */