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