49 lines
928 B
YAML
49 lines
928 B
YAML
path: wordpress
|
|
url: http://localhost/wordpress
|
|
core skip-plugins:
|
|
- hello-dolly
|
|
core skip-themes:
|
|
- twentyfourteen
|
|
- twentythirteen
|
|
core download:
|
|
locale: fr_FR
|
|
version: 4.8
|
|
core config:
|
|
dbhost: localhost
|
|
dbname: wordpress4
|
|
dbuser: admin
|
|
dbpass: dt7ek7wA3
|
|
extra-php:
|
|
define( 'WP_DEBUG', true );
|
|
define( 'WP_DEBUG_LOG', true );
|
|
define( 'WP_POST_REVISIONS', 3 );
|
|
core install:
|
|
title: My WordPress Blog
|
|
admin_user: bruno
|
|
admin_password: 9?RmZ7ykU3AF
|
|
admin_email: bruno@clicclac.info
|
|
theme install:
|
|
- twentyfifteen
|
|
theme activate:
|
|
- twentyfifteen
|
|
plugin install:
|
|
- wordpress-seo
|
|
- admin-post-navigation
|
|
## - meow-lightbox
|
|
# - gutemberg
|
|
# - jetpack
|
|
- jquery-updater
|
|
## - sola-newsletters
|
|
- link-manager
|
|
## - wp-super-cache
|
|
# - wp-print
|
|
# - wp-retina-2x-pro
|
|
# - subscribe-to-comments-reloaded
|
|
# - google-sitemap-generator
|
|
## - akismet
|
|
|
|
|
|
|
|
|
|
|