{"id":14954846,"url":"https://github.com/wordpress/theme-experiments","last_synced_at":"2025-04-12T21:34:07.425Z","repository":{"id":38418619,"uuid":"229270550","full_name":"WordPress/theme-experiments","owner":"WordPress","description":"Experimenting with themes made out of blocks.","archived":false,"fork":false,"pushed_at":"2024-02-20T13:32:19.000Z","size":12732,"stargazers_count":547,"open_issues_count":49,"forks_count":181,"subscribers_count":56,"default_branch":"master","last_synced_at":"2025-04-04T01:08:44.080Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WordPress.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2019-12-20T13:32:37.000Z","updated_at":"2025-03-30T14:37:20.000Z","dependencies_parsed_at":"2024-02-20T14:51:37.465Z","dependency_job_id":null,"html_url":"https://github.com/WordPress/theme-experiments","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WordPress%2Ftheme-experiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WordPress%2Ftheme-experiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WordPress%2Ftheme-experiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WordPress%2Ftheme-experiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WordPress","download_url":"https://codeload.github.com/WordPress/theme-experiments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248636918,"owners_count":21137527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-09-24T13:09:30.725Z","updated_at":"2025-04-12T21:34:07.408Z","avatar_url":"https://github.com/WordPress.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Theme Experiments\n\n⚠️ These themes are not intended for use on a production site.\n\n## About\n\nThis repository is dedicated to exploring how WordPress themes can best leverage Gutenberg blocks. Each sub-directory contains a WordPress theme that explores some aspect of creating themes using blocks or block templates.\n\n## What's Here\n\n| Theme | Updated For |\n| --- | --- |\n| [Ambitious](https://github.com/WordPress/theme-experiments/tree/master/ambitious) | Gutenberg 7.6 |\n| [Empty Theme](https://github.com/WordPress/theme-experiments/tree/master/emptytheme) | Gutenberg 12.0, WordPress 5.9.0 |\n| [Gutenberg Starter Theme Blocks](https://github.com/WordPress/theme-experiments/tree/master/gutenberg-starter-theme-blocks) | Gutenberg 8.6 |\n| [Photo Blocks](https://github.com/WordPress/theme-experiments/tree/master/photo-blocks) | Gutenberg 9.5 |\n| [Twenty Nineteen Blocks](https://github.com/WordPress/theme-experiments/tree/master/twentynineteen-blocks) | Gutenberg 8.6 |\n| [Twenty Twenty Blocks](https://github.com/WordPress/theme-experiments/tree/master/twentytwenty-blocks) | Gutenberg 8.6 |\n| [TT1 Blocks](https://github.com/WordPress/theme-experiments/tree/master/tt1-blocks) | The version of the theme in this repository may rely on Gutenberg features that have not yet made it into an official release |\n| [Armando](https://github.com/WordPress/theme-experiments/tree/master/armando) | Gutenberg 10.6 |\n\n`require-gutenberg` _is a utility for themes to check whether the Gutenberg plugin is installed._\n\n## Submitting an experiment\n\nWe encourage you to submit your experiment to be included! To get started, check out the [contributor's guide](https://github.com/WordPress/theme-experiments/blob/master/CONTRIBUTING.md).\n\n## Instructions\n\nMost of the themes here rely on experimental Gutenberg functionality that must be turned on manually. We recommend testing with WordPress 5.3 or higher, PHP 7.3 or higher, and the latest version of the [Gutenberg plugin](https://wordpress.org/plugins/gutenberg/). Here are general instructions for getting started:\n\n1. Clone this repository or upload a zip of the theme into your site’s themes directory.\n2. Install the [Gutenberg plugin](https://wordpress.org/plugins/gutenberg/).\n3. Enable the \"Full Site Editing\" experiment in the `Gutenberg \u003e Experiments` panel.\n4. Activate the new theme from within `Appearance \u003e Themes`.\n\nIf the theme includes starter content, you'll want to install on a fresh site, and visit the Customizer after installation. Pressing the \"Publish\" in there should auto-populate the starter content. \n\nTip: WordPress will search for themes inside of subdirectories. If you'd like to test many of the themes experiments, you should be able to clone this entire repository into the `/wp-content/themes/` folder of your test site.  \n\n## Resources and Background\n\nHere are some resources that may be useful context for learning more about block-based themes:\n\n- [Block-based Theme Documentation](https://developer.wordpress.org/block-editor/how-to-guides/themes/block-theme-overview/)\n- [theme.json Documentation](https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/)\n- [Create a block theme (tutorial)](https://developer.wordpress.org/block-editor/how-to-guides/themes/create-block-theme/)\n- [Full site editing development in the Gutenberg repo](https://github.com/WordPress/gutenberg/labels/%5BFeature%5D%20Full%20Site%20Editing)\n- [Global styles development in the Gutenberg repo](https://github.com/WordPress/gutenberg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Global+Styles%22)\n\n## Generating your own starter theme  \n\nWe have included a script so you can generate a theme based on a starter boilerplate with the minimum necessary to build your own block theme. You will need to have php installed to run it using:\n\n`php new-empty-theme.php`\n\n## Questions or Improvements?\n\nIf you'd like to propose improvements to this repository, feel free to open an [issue](https://github.com/WordPress/theme-experiments/issues) or [PR](https://github.com/WordPress/theme-experiments/pulls).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwordpress%2Ftheme-experiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwordpress%2Ftheme-experiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwordpress%2Ftheme-experiments/lists"}