🐞 fix: Clean up code for production use

This commit is contained in:
Keith Solomon
2025-08-22 15:47:45 -05:00
parent e8efdbeb34
commit 47d487b3e8
9 changed files with 13 additions and 204 deletions

View File

@@ -1,6 +1,6 @@
# Basic-WP WordPress Theme Starter
# VDI WordPress Theme Starter v5
Basic-WP is a minimal WordPress theme designed as a starting point for custom theme development. It focuses on modern development approaches with a lean architecture that avoids the overhead of theme frameworks.
VDI WordPress Theme Starter v5 is a minimal WordPress theme designed as a starting point for custom theme development. It focuses on modern development approaches with a lean architecture that avoids the overhead of theme frameworks.
## Key Features
@@ -12,7 +12,7 @@ Basic-WP is a minimal WordPress theme designed as a starting point for custom th
## Project Structure
```plaintext
Basic-WP/
VDI-Starter-v5/
├── acf/ # ACF field group JSON definitions
├── bin/ # Build scripts
├── content/ # Sample page and post content for testing