This is an implementation of the "Twenty Nineteen" WordPress theme for wordpress-bundle.
The "theme" concept has been removed on WordPress Bundle, templates are now twig files located in /templates
Sass and js files are compiled using Symfony Encore, source are located in /assets
, compiled files in /public/build
Full bundle documentation is available on Gitbook
$ git clone https://github.com/wearemetabolism/wordpress-bundle-demo.git my_site
$ composer install && npm install
$ npm run build
$ cp .env.local.sample .env.local
CREATE DATABASE dbname;
$ nano .env.local
$ symfony serve
Navigate to https://127.0.0.1:8000 and follow the installation procedure
WP_INSTALLED=1
Login to the admin and go to Plugins/Installed plugins
$ php bin/console cache:clear
Please visit WordPress permalink settings page and save to flush rewrite cache