{"id":26278748,"url":"https://github.com/textpattern/textpattern-curated-themes-list","last_synced_at":"2026-02-11T02:47:22.903Z","repository":{"id":66497110,"uuid":"292530309","full_name":"textpattern/textpattern-curated-themes-list","owner":"textpattern","description":"A curated list of Textpattern themes, in JSON format.","archived":false,"fork":false,"pushed_at":"2021-02-16T21:29:07.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-04-14T01:50:41.672Z","etag":null,"topics":["textpattern-theme"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/textpattern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-09-03T09:51:48.000Z","updated_at":"2021-04-13T00:56:03.000Z","dependencies_parsed_at":"2023-05-23T09:45:09.781Z","dependency_job_id":null,"html_url":"https://github.com/textpattern/textpattern-curated-themes-list","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.0625,"last_synced_commit":"3a094495e0377dfea8e155076da98e96158bf46f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textpattern%2Ftextpattern-curated-themes-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textpattern%2Ftextpattern-curated-themes-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textpattern%2Ftextpattern-curated-themes-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textpattern%2Ftextpattern-curated-themes-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/textpattern","download_url":"https://codeload.github.com/textpattern/textpattern-curated-themes-list/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243230465,"owners_count":20257714,"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":["textpattern-theme"],"created_at":"2025-03-14T13:17:46.084Z","updated_at":"2026-02-11T02:47:17.871Z","avatar_url":"https://github.com/textpattern.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# textpattern-curated-themes-list\n\n[![Build Status](https://travis-ci.com/textpattern/textpattern-curated-themes-list.svg)](https://travis-ci.com/textpattern/textpattern-curated-themes-list)\n\nA curated list of [Textpattern CMS](https://textpattern.com) themes listed in the [Textpattern themes website](https://github.com/textpattern/textpattern-themes-website).\n\n## JSON structure\n\nEach theme has a JSON-formatted 'library card', located within the `library-of-themes` directory of this repository.\n\nThe Textpattern themes website digests the information for each card to provide the relevant details of the theme. Each card expects a set of [required entries](#required-entries) plus any [optional entries](#optional-entries) as appropriate. **It is recommended** that you complete as many fields as possible in the JSON file, as this helps provide the most information to users within the Textpattern themes site and assists with ongoing maintenance.\n\n```JSON\n{\n  \"name\": \"example\",\n  \"repositories\": [\n    {\n      \"repoType\": \"homepage\",\n      \"repoUrl\": \"https://example.com/example-theme/\"\n    },\n    {\n      \"repoType\": \"github\",\n      \"repoUrl\": \"https://github.com/exampleuser/example-theme\"\n    },\n    {\n      \"repoType\": \"bitbucket\",\n      \"repoUrl\": \"https://bitbucket.org/exampleuser/example-theme\"\n    },\n    {\n      \"repoType\": \"gitlab\",\n      \"repoUrl\": \"https://gitlab.com/exampleuser/example-theme\"\n    }\n  ],\n  \"version\": \"2.2.0\",\n  \"datePublished\": \"2020-09-04\",\n  \"downloadUrl\": \"https://example.com/example-theme/download.zip\",\n  \"demoUrl\": \"https://example.com/example-theme/demo/\",\n  \"require\": {\n    \"abc_example1\": \"\u003e=2.0.0\",\n    \"abc_example2\": \"1.5.1\"\n  }\n}\n```\n\nA [JSON template](https://raw.githubusercontent.com/textpattern/textpattern-curated-themes-list/master/template.json) is provided as a useful starting point.\n\n### Required entries\n\n* `name`:\\\n  The name of the theme.\n* `version`:\\\n  Latest theme version number in `semver` format (e.g. `1.3.8`).\n* `downloadUrl`:\\\n  A URL endpoint to download the latest theme version’s source code (in `.zip` format).\n\n### Example minimum structure\n\nThis is the minimum that is required in each JSON file:\n\n```JSON\n{\n  \"name\": \"example\",\n  \"version\": \"2.2.0\",\n  \"downloadUrl\": \"https://example.com/example-theme/download.zip\"\n}\n```\n\n### Optional (but recommended) entries\n\n* `repositories`:\\\n  One or more code repositories where the the project is maintained. For each entry, a `repoType` and `repoUrl` must be provided. For `repoType` expected values are either `homepage` (i.e. page on an author's website specifically about the plugin), `github`, `bitbucket` or `gitlab`.\n* `datePublished`:\\\n  Release date (in ISO 8601 `yyyy-mm-dd` format) of latest theme version.\n* `require`:\\\n  If this theme requires one or more specific plugins to be installed in order to work, state the plugins and version requirements.\n\n### Linting\n\nYou can run a linter over the JSON files to check validity as follows (requires [Node.js](https://nodejs.org/)):\n\n```ShellSession\n$ cd textpattern-curated-themes-list\n$ npm install\n$ npm run jsonlint\n```\n\n## License\n\nLicensed under [MIT license](https://github.com/textpattern/textpattern-curated-themes-list/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextpattern%2Ftextpattern-curated-themes-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftextpattern%2Ftextpattern-curated-themes-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextpattern%2Ftextpattern-curated-themes-list/lists"}