{"id":18610140,"url":"https://github.com/creativecommons/wp-theme-cc-chapter","last_synced_at":"2025-08-18T05:13:10.009Z","repository":{"id":55645667,"uuid":"170156150","full_name":"creativecommons/wp-theme-cc-chapter","owner":"creativecommons","description":"Creative Commons Chapter site theme (including chapter sites setup, taxonomies, and widget code)","archived":false,"fork":false,"pushed_at":"2025-04-21T11:38:54.000Z","size":11312,"stargazers_count":0,"open_issues_count":4,"forks_count":7,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-05-27T20:46:37.024Z","etag":null,"topics":["creative-commons"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/creativecommons.png","metadata":{"funding":{"github":["creativecommons"],"custom":["https://creativecommons.org/donate"]},"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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-02-11T15:51:29.000Z","updated_at":"2025-04-21T11:38:58.000Z","dependencies_parsed_at":"2025-04-10T22:32:06.264Z","dependency_job_id":"161638a7-7d96-4c11-8d97-c081d34a9d07","html_url":"https://github.com/creativecommons/wp-theme-cc-chapter","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/creativecommons/wp-theme-cc-chapter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativecommons%2Fwp-theme-cc-chapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativecommons%2Fwp-theme-cc-chapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativecommons%2Fwp-theme-cc-chapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativecommons%2Fwp-theme-cc-chapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creativecommons","download_url":"https://codeload.github.com/creativecommons/wp-theme-cc-chapter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativecommons%2Fwp-theme-cc-chapter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270946068,"owners_count":24672890,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["creative-commons"],"created_at":"2024-11-07T03:08:41.602Z","updated_at":"2025-08-18T05:13:09.993Z","avatar_url":"https://github.com/creativecommons.png","language":"PHP","funding_links":["https://github.com/sponsors/creativecommons","https://creativecommons.org/donate"],"categories":[],"sub_categories":[],"readme":"# Creative Commons - Chapter WordPress theme\n\n- Contributors: quentinrogers, mackaffinity, cctimidrobot, hugosolar\n- Tags: CreativeCommons\n- Requires at least: 4.5+\n- Tested up to: 5.0.3\n- Requires PHP: 7.0\n- License: GPLv2 or later\n- License URI: https://www.gnu.org/licenses/gpl-2.0.html\n\nCreative Commons Chapter site theme (including chapter sites setup,\ntaxonomies, and widget code)\n\n## Development Installation\n\nThis theme uses npm, gulp, and browserify to manage dependencies.\n\nVersions of node and npm we know work:\n\n- `npm 3.3.12`\n- `node 5.4.1`\n\nTo install gulp:\n\n- run `npm install -g gulp`\n\nTo build the js/css:\n\n- Go to the directory (cd wp-theme-cc-chapter) \n- run `npm install` to download the 3rd party libs in `package.json`\n- during development:\n  - run `gulp` in the background, i.e. run `gulp` in a terminal and leave it\n    running. It will automatically recompile `css/app.css` files as you edit\n    the src files.\n- when preparing for production:\n  - run `gulp dist` to create minified `css/app.css` files.\n- also update the CC_CSS_RELEASE_SERIAL_NUMBER at the top of functions.php to\n  purge the caches.\n\n## Standalone installation \n\n### Requirements\n- Composer \n- node / npm (yarn also works)\n- git\n\nClone the repository into your `wp-content/themes`\n\n```\n\u003e git clone git@github.com:creativecommons/wp-theme-cc-chapter.git\n``` \n\nthen, go to the directory (`cd wp-theme-cc-chapter`) and execute composer install\n```\n\u003e composer install\n```\nComposer will install the required dependencies such as\n- Queulat\n- Twentysixteen\n\nOnce composer finished to install dependencies a new directory called `queulat` will be created in `wp-content/mu-plugins` \nTo enable this plugin you should create a `queulat.php` file in `wp-content/mu-plugins` with the following content:\n```php\n\u003c?php\n/**\n * Plugin Name: Queulat Loader\n * Description: Load Queulat mu-plugin\n */\n\n// Load Composer autoloader\nrequire_once __DIR__ .'/../themes/wp-theme-cc-chapter/vendor/autoload.php';\n\n// Load Queulat main file.\nrequire_once __DIR__ .'/queulat/queulat.php';\n```\n*note: if you chose a different directory name for theme repository you should replace `wp-theme-cc-chapter` for the chosen directory/folder name*\n\nOnce queulat is installed, you should install its `javascript` dependencies by executing\n```\n\u003e npm install --production\n```\nor\n\n```\n\u003e yarn install --prod\n```\n\n## Zip install\n\nYou can download the zip of this theme and dependencies in the [last release](https://github.com/creativecommons/wp-theme-cc-chapter/releases) in the repository\n\nPlease unzip the downloaded file and copy/upload directories to the wordpress install in the following order:\n\n- zip \u003e `wp-theme-cc-chapter` \u003e `mu-plugins` -\u003e `wp-content/mu-plugins/`\n- zip \u003e `wp-theme-cc-chapter` \u003e `themes/wp-theme-cc-chapter` -\u003e `wp-content/themes/wp-theme-cc-chapter`\n- zip \u003e `wp-theme-cc-chapter` \u003e `themes/twentysixteen` -\u003e `wp-content/themes/twentysixteen`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativecommons%2Fwp-theme-cc-chapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreativecommons%2Fwp-theme-cc-chapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativecommons%2Fwp-theme-cc-chapter/lists"}