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
- dev-master
- 1.1.0
- 1.0.0
- 0.2
- 0.1
- v0.0.2
- v0.0.1
- dev-dependabot/npm_and_yarn/debug-2.6.9
- dev-dependabot/npm_and_yarn/json5-2.2.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/engine.io-and-browser-sync-6.2.1
- dev-dependabot/npm_and_yarn/minimatch-3.0.8
- dev-dependabot/npm_and_yarn/socket.io-parser-and-browser-sync-4.2.1
- dev-dependabot/composer/twig/twig-2.15.3
- dev-dependabot/npm_and_yarn/copy-props-2.0.5
- dev-dependabot/npm_and_yarn/shell-quote-1.7.3
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/cached-path-relative-1.1.0
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/tar-2.2.2
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/pug-code-gen-2.0.3
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/node-sass-4.14.1
This package is not auto-updated.
Last update: 2025-04-03 03:24:23 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