dxw / whippet-theme-template

This repo holds the template for a Whippet-enabled theme.
2 stars 1 forks source link

Add documentation about how to use this to create a new theme #54

Open mallorydxw opened 8 years ago

mallorydxw commented 8 years ago

I would do cd wp-content/themes && git clone https://github.com/dxw/whippet-theme-template.git && rm -rf whippet-theme-template/.git && mv whippet-theme-template my-new-theme. And then replace MyTheme with NhsEngland or GdsBlogs or whatever (in every file).

And then you'll probably need to run composer update.