{"id":16354959,"url":"https://github.com/ambient-impact/drupal-ambientimpact-site","last_synced_at":"2026-01-18T02:28:35.851Z","repository":{"id":64025037,"uuid":"569057929","full_name":"Ambient-Impact/drupal-ambientimpact-site","owner":"Ambient-Impact","description":"Drupal theme for https://ambientimpact.com","archived":false,"fork":false,"pushed_at":"2025-12-23T19:29:44.000Z","size":821,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"7.x","last_synced_at":"2025-12-25T09:46:54.878Z","etag":null,"topics":["drupal","drupal-10","drupal-10-theme","drupal-theme"],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/Ambient-Impact.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-22T01:37:12.000Z","updated_at":"2025-12-23T19:29:48.000Z","dependencies_parsed_at":"2024-03-09T00:26:16.392Z","dependency_job_id":"c4851d81-162d-4eaf-804f-257937405c1b","html_url":"https://github.com/Ambient-Impact/drupal-ambientimpact-site","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ambient-Impact/drupal-ambientimpact-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ambient-Impact","download_url":"https://codeload.github.com/Ambient-Impact/drupal-ambientimpact-site/tar.gz/refs/heads/7.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ambient-Impact%2Fdrupal-ambientimpact-site/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28526571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["drupal","drupal-10","drupal-10-theme","drupal-theme"],"created_at":"2024-10-11T01:38:06.758Z","updated_at":"2026-01-18T02:28:35.838Z","avatar_url":"https://github.com/Ambient-Impact.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"This respository contains the Drupal theme used on\n[ambientimpact.com](https://ambientimpact.com/).\n\n**Warning**: while this is generally production-ready, it's not guaranteed to\nmaintain a stable API and may occasionally contain bugs, being a\nwork-in-progress. Stable releases may be provided at a later date.\n\n----\n\n# Requirements\n\n* [Drupal 10.3 or 11](https://www.drupal.org/download)\n\n* PHP 8.1\n\n* [Composer](https://getcomposer.org/)\n\n* [Yarn](https://yarnpkg.com/) 3 or 4\n\n## Drupal dependencies\n\nBefore attempting to install this, you must add the Composer repositories as\ndescribed in the installation instructions for these dependencies:\n\n* The [`ambientimpact_base` theme](https://github.com/Ambient-Impact/drupal-ambientimpact-base) is required. Follow the installation instructions for that before requiring this theme.\n\n* The [`ambientimpact_core`](https://github.com/Ambient-Impact/drupal-ambientimpact-core), [`ambientimpact_icon`](https://github.com/Ambient-Impact/drupal-ambientimpact-icon), and [`ambientimpact_ux`](https://github.com/Ambient-Impact/drupal-ambientimpact-ux) modules.\n\n## Front-end dependencies\n\nTo build front-end assets for this project, [Node.js](https://nodejs.org/) and\n[Yarn](https://yarnpkg.com/) are required.\n\n----\n\n# Installation\n\n## Composer\n\n### Set up\n\nEnsure that you have your Drupal installation set up with the correct Composer\ninstaller types such as those provided by [the `drupal/recommended-project`\ntemplate](https://www.drupal.org/docs/develop/using-composer/starting-a-site-using-drupal-composer-project-templates#s-drupalrecommended-project).\nIf you're starting from scratch, simply requiring that template and following\n[the Drupal.org Composer\ndocumentation](https://www.drupal.org/docs/develop/using-composer/starting-a-site-using-drupal-composer-project-templates)\nshould get you up and running.\n\n### Repository\n\nIn your root `composer.json`, add the following to the `\"repositories\"` section:\n\n```json\n\"drupal/ambientimpact_site\": {\n  \"type\": \"vcs\",\n  \"url\": \"https://github.com/Ambient-Impact/drupal-ambientimpact-site.git\"\n}\n```\n\n### Installing\n\nOnce you've completed all of the above, run `composer require\n\"drupal/ambientimpact_site:^7.0@dev\"` in the root of your project to have\nComposer install this and its required dependencies for you.\n\n## Front-end assets\n\nTo build front-end assets for this project, you'll need to install\n[Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/).\n\nThis package makes use of [Yarn\nWorkspaces](https://yarnpkg.com/features/workspaces) and references other local\nworkspace dependencies. In the `package.json` in the root of your Drupal\nproject, you'll need to add the following:\n\n```json\n\"workspaces\": [\n  \"\u003cweb directory\u003e/themes/custom/*\"\n],\n```\n\nwhere `\u003cweb directory\u003e` is your public Drupal directory name, `web` by default.\nOnce those are defined, add the following to the `\"dependencies\"` section of\nyour top-level `package.json`:\n\n```json\n\"drupal-ambientimpact-site\": \"workspace:^7\"\n```\n\nThen run `yarn install` and let Yarn do the rest.\n\n### Optional: install yarn.BUILD\n\nWhile not required, we recommend installing [yarn.BUILD](https://yarn.build/) to\nmake building all of the front-end assets even easier.\n\n----\n\n# Building front-end assets\n\nWe use [Webpack](https://webpack.js.org/) and [Symfony Webpack\nEncore](https://symfony.com/doc/current/frontend.html) to automate most of the\nbuild process. These will have been installed for you if you followed the Yarn\ninstallation instructions above.\n\nIf you have [yarn.BUILD](https://yarn.build/) installed, you can run:\n\n```\nyarn build\n```\n\nfrom the root of your Drupal site. If you want to build just this package, run:\n\n```\nyarn workspace drupal-ambientimpact-site run build\n```\n\n----\n\n# Major breaking changes\n\nThe following major version bumps indicate breaking changes:\n\n* 3.x - Now require [the 3.x branch of modules](https://gitlab.com/Ambient.Impact/drupal-modules), which now require Drupal 9. All development is now against that major version of Drupal.\n\n* 4.x - Refactored to use [Sass modules](https://sass-lang.com/blog/the-module-system-is-launched); all development is now against this and will no longer compile using the old ```@import``` directive.\n\n* 5.x - Front-end package manager is now [Yarn](https://yarnpkg.com/); front-end build process ported to [Webpack](https://webpack.js.org/).\n\n* 6.x:\n\n  * Increase required version of [`ambientimpact_base`](https://github.com/Ambient-Impact/drupal-ambientimpact-base) from 5.x to 6.x.\n\n  * Switched to the standalone [`ambientimpact_core`](https://github.com/Ambient-Impact/drupal-ambientimpact-core), [`ambientimpact_icon`](https://github.com/Ambient-Impact/drupal-ambientimpact-icon), and [`ambientimpact_ux`](https://github.com/Ambient-Impact/drupal-ambientimpact-ux) modules.\n\n  * Requires Drupal 9.5 or [Drupal 10](https://www.drupal.org/project/drupal/releases/10.0.0).\n\n* 7.x:\n\n  * Requires Drupal 10.\n\n  * Increase required version of [`ambientimpact_base`](https://github.com/Ambient-Impact/drupal-ambientimpact-base) from 6.x to 7.x.\n\n  * Increase required version of [`ambientimpact_ux`](https://github.com/Ambient-Impact/drupal-ambientimpact-ux) from 1.x to 2.x.\n\n  * Removed `nvm` section and `.nvmrc` file as Node.js is stable enough nowadays to no longer warrant this.\n\n  * Upgraded [`kartsims/easysvg`](https://github.com/kartsims/easysvg) from 1.0 to 2.5.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambient-impact%2Fdrupal-ambientimpact-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fambient-impact%2Fdrupal-ambientimpact-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambient-impact%2Fdrupal-ambientimpact-site/lists"}