From b9d09fdf08ef0fbd6b123ac4879919b01eb10737 Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 5 May 2020 17:14:38 +0100 Subject: [PATCH] update example configuration --- config-example | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config-example b/config-example index f45ba77..e997c86 100644 --- a/config-example +++ b/config-example @@ -8,6 +8,9 @@ export _local_domain="home" export _user_www='www-data' export _passwd_www='www-data' +export _git_user_name='rayelliott' +export _git_user_email='gitea@rayelliott.dev' + export _wp_title="WP Title" export _wp_admin_user="admin" export _wp_password="a_better_password_than_this_bro" @@ -18,7 +21,13 @@ export _wp_theme_active="twentytwenty" export _wp_themes_additional="twentynineteen twentyseventeen" export _wp_plugins="better-wp-security wp-fastest-cache autodescription google-analytics-for-wordpress" -export _wp_plugins_active="elementor wp-mail-smtp gdpr-cookie-compliance regenerate-thumbnails" +export _wp_plugins_active="wp-mail-smtp gdpr-cookie-compliance regenerate-thumbnails" + +# for nvim +export _node_version=v13.14.0 +export _node_distro=linux-x64 + +export _lf_version='r13' # remote configuration