feature: Initial commit

This commit is contained in:
Keith Solomon
2025-10-25 16:55:22 -05:00
commit 3e779343b2
8 changed files with 642 additions and 0 deletions

21
wp-bootstraprc.example Normal file
View File

@@ -0,0 +1,21 @@
# Herd workspace (adjust if yours differs)
HERD_WORKSPACE="$HOME/Herd" # e.g., "$HOME/Sites" or "$HOME/Projects"
# DBngin/MySQL connection
MYSQL_HOST="127.0.0.1"
MYSQL_PORT="3306"
MYSQL_ROOT_USER="root"
MYSQL_ROOT_PASS=""
# Defaults for project bootstrap
DEFAULT_ADMIN_EMAIL="dev@vincentdesign.ca"
DEFAULT_ADMIN_USER="vdidev"
# Theme starter (public or private ensure your git auth is set up for private repos)
THEME_STARTER_REPO="https://github.com/vincent-design-inc/starter-theme-3.git"
# Optional: default remote you often use for new theme repos (leave blank to skip pushing)
DEFAULT_THEME_REMOTE_ORIGIN=""
# Default local domain suffix used by Herd/Valet
LOCAL_TLD="test"