dummy-team/wp-dummy-twig
最新稳定版本:1.1.0
Composer 安装命令:
composer require dummy-team/wp-dummy-twig
包简介
Wordpress dummy theme
README 文档
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
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-09-27