Private
Public Access
1
0

Add deployment guide and fix stale README theme listing

- Create guide.md: step-by-step deployment guide in ProjectPublic
  markup format, written for non-technical users
- Add guide-format.txt: markup syntax reference
- Fix README.md: remove references to deleted templates/ and parts/
  directories in theme tree listing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
constantprojects
2026-02-23 14:34:04 -07:00
parent a440026701
commit 43e0353224
3 changed files with 462 additions and 3 deletions

View File

@@ -77,9 +77,8 @@ WebsiteBox uses a child theme built on [GeneratePress](https://generatepress.com
websitebox-data/wordpress/wp-content/themes/websitebox/
├── style.css # Custom styles
├── functions.php # Theme functions
├── theme.json # Block theme settings (colors, typography)
── templates/ # Block templates
└── parts/ # Template parts (header, footer)
├── index.php # Main template (inherits from GeneratePress)
── theme.json # Theme settings (colors, typography)
```
### Plugins