OSDN Git Service

Adds scaffolding for child theme (based on Twenty Twelve by default)
authorGleb Kalinin <glebis@gmail.com>
Fri, 1 Mar 2013 20:17:57 +0000 (00:17 +0400)
committerGleb Kalinin <glebis@gmail.com>
Fri, 1 Mar 2013 20:17:57 +0000 (00:17 +0400)
commit4cbc752a12e02ed33deda4801237a5377aad1683
tree28cb194b3766fbf6e95c3388ec95ad7bbb5b6965
parent4198108af2a5f0eb4e2d1aa04305d69161e75ddc
Adds scaffolding for child theme (based on Twenty Twelve by default)

Apart from creating an empty underscore theme, it would be cool to be
able to create an empty child theme. I've implemented a very basic
command for this. It created a theme folder and style.css which imports
parent theme's styles
php/commands/scaffold.php
templates/child_theme.mustache [new file with mode: 0644]