{"id":23175807,"url":"https://github.com/ankur700/wtg","last_synced_at":"2026-04-26T23:31:40.938Z","repository":{"id":268462682,"uuid":"904403741","full_name":"ankur700/wtg","owner":"ankur700","description":"Html templates to wordpress theme generator.","archived":false,"fork":false,"pushed_at":"2025-02-16T18:44:38.000Z","size":268,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T01:23:47.666Z","etag":null,"topics":["html","sveltekit","wordpress"],"latest_commit_sha":null,"homepage":"https://ankur700.github.io/wtg/","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankur700.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-16T20:27:32.000Z","updated_at":"2025-02-16T18:44:41.000Z","dependencies_parsed_at":"2024-12-16T23:34:45.177Z","dependency_job_id":"e46b5d32-b308-4769-b8a2-a85132bb29cd","html_url":"https://github.com/ankur700/wtg","commit_stats":null,"previous_names":["ankur700/wtg"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ankur700/wtg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankur700%2Fwtg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankur700%2Fwtg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankur700%2Fwtg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankur700%2Fwtg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankur700","download_url":"https://codeload.github.com/ankur700/wtg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankur700%2Fwtg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32317163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html","sveltekit","wordpress"],"created_at":"2024-12-18T06:09:36.761Z","updated_at":"2026-04-26T23:31:40.922Z","avatar_url":"https://github.com/ankur700.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTML Template to WordPress Theme Generator\n\nGenerate classic WordPress themes from your HTML templates.\n\n## Table of Contents\n- [Introduction](#introduction)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Demo](#demo)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nThis project provides a tool to convert HTML templates into fully functional WordPress themes. It simplifies the process of theme development by automating the conversion of static HTML templates into dynamic WordPress themes.\n\n## Features\n\n- **Automated Conversion**: Easily convert HTML templates to WordPress themes.\n- **Customizable**: Allows customization of the generated themes.\n- **User-Friendly**: Simple interface for ease of use.\n- **Supports Modern Technologies**: Built with modern web technologies like Svelte and TypeScript.\n\n## Installation\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/ankur700/wtg.git\n   ```\n2. Navigate to the project directory:\n   ```sh\n   cd wtg\n   ```\n3. Install the dependencies:\n   ```sh\n   npm install\n   ```\n4. Build the project:\n   ```sh\n   npm run build\n   ```\n\n## Usage\n\nTo get started quickly, follow the steps below to generate a classic WordPress theme. Note that you will still need to convert your navigation menu and any other customizations. For more information, check the WordPress documentation.\n\n1. **Create your HTML template**: Structure it like this:\n   ```\n   template folder\n   ├── index.html\n   ├── main.css\n   ├── main.js\n   └── assets folder\n       ├── additional css files\n       └── additional js files\n   ```\n\n2. **Prerequisite**: \n   - Remove any loading screens from the `index.html` file.\n   - Optionally, remove the links to CSS and JS files from the `index.html` file.\n   - Stylesheets and scripts loaded from CDNs should be downloaded in advance.\n\n3. **Upload**:\n   - Head to the generate theme page.\n   - Upload your `index.html` file, `main.css` file, `main.js` file, and other CSS and JS files (custom JS libraries and custom CSS libraries files) according to the input label.\n\n4. **Convert**:\n   - Generate your WordPress theme by clicking the generate button.\n   - Download the theme zip file.\n\n5. **Install**:\n   - Install your WordPress theme by opening the WordPress admin panel.\n   - Click Appearance -\u003e Themes and click the Upload button.\n   - Select the theme zip file and click Install.\n\n## Demo\n\nCheck out the demo of the HTML Template to WordPress Theme Generator [here](https://ankur700.github.io/wtg/).\n\n## Contributing\n\nWe welcome contributions to improve the HTML Template to WordPress Theme Generator. To contribute, follow these steps:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```sh\n   git checkout -b feature/your-feature-name\n   ```\n3. Make your changes and commit them:\n   ```sh\n   git commit -m 'Add some feature'\n   ```\n4. Push to the branch:\n   ```sh\n   git push origin feature/your-feature-name\n   ```\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankur700%2Fwtg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankur700%2Fwtg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankur700%2Fwtg/lists"}