initialize_toybox
Set up a TOYBOX project with a local repository, GitHub remote, and Pages configuration. Customize repository name, template, theme, layout, and more for a personalized creative portfolio.
Instructions
Initialize a complete TOYBOX with local repository, GitHub remote, and Pages setup
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | TOYBOX configuration options | |
| createRemote | No | Create a GitHub repository and set up remote (default: true) | |
| debug | No | Enable debug mode to use local template (can still create GitHub remote) | |
| isPrivate | No | Create GitHub repository as private (default: false) | |
| localTemplatePath | No | Path to local template directory (optional, defaults to built-in template) | |
| repoName | No | Name for the repository (default: toybox) | toybox |
| templateOwner | No | GitHub username or organization that owns the TOYBOX template (default: isnbh0) | isnbh0 |
| templateRepo | No | Name of the template repository (default: toybox-template) | toybox-template |