dummy-team / wp-dummy-twig
There is no license information available for the latest version (1.1.0) of this package.
Wordpress dummy theme
1.1.0
2020-04-27 10:37 UTC
Requires
- timber/timber: ^1.15
This package is not auto-updated.
Last update: 2026-06-11 08:38:22 UTC
README
It is a starter theme powered by Timber and Dummy. It uses Sass, Babel and Twig.
Usage
Start server
wp server --host="0.0.0.0:8080"
Start assets building and browser-sync
cd wp-content/themes/skin/
gulp
Setup
One line install
wp theme install https://github.com/dummy-team/dummy-wordpress/archive/master.zip; cd wp-content/themes/; mv dummy-wordpress skin; cd skin; wp plugin activate skin; composer install; npm install; gulp build;
Step by step
# Install theme
wp theme install https://github.com/dummy-team/dummy-wordpress/archive/master.zip --activate;
# Install timber
cd wp-content/themes/dummy-wordpress
composer install
# Install gulp
npm install
gulp build