{"id":28967541,"url":"https://github.com/su-sws/stanford_basic","last_synced_at":"2025-06-24T08:09:28.054Z","repository":{"id":15187139,"uuid":"77715854","full_name":"SU-SWS/stanford_basic","owner":"SU-SWS","description":"Stanford Basic - Drupal Theme","archived":true,"fork":false,"pushed_at":"2022-09-13T17:23:55.000Z","size":18132,"stargazers_count":13,"open_issues_count":3,"forks_count":6,"subscribers_count":18,"default_branch":"8.x","last_synced_at":"2024-08-10T10:56:21.297Z","etag":null,"topics":["d7","d8","jumpstart-core","theme"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/SU-SWS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-30T23:33:44.000Z","updated_at":"2023-08-08T16:11:59.000Z","dependencies_parsed_at":"2022-07-12T15:13:40.046Z","dependency_job_id":null,"html_url":"https://github.com/SU-SWS/stanford_basic","commit_stats":null,"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/SU-SWS/stanford_basic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fstanford_basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fstanford_basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fstanford_basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fstanford_basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SU-SWS","download_url":"https://codeload.github.com/SU-SWS/stanford_basic/tar.gz/refs/heads/8.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fstanford_basic/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261632137,"owners_count":23187273,"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":["d7","d8","jumpstart-core","theme"],"created_at":"2025-06-24T08:09:21.350Z","updated_at":"2025-06-24T08:09:28.011Z","avatar_url":"https://github.com/SU-SWS.png","language":"JavaScript","funding_links":[],"categories":["Themes/Tools/Frameworks"],"sub_categories":[],"readme":"# [Stanford Basic](https://github.com/SU-SWS/stanford_basic)\n##### Version: 8.x\n\nChangelog: [Changelog.txt](CHANGELOG.txt)\n\nDescription\n---\n\n**Primary development for the Stanford Basic theme has been consolidated and moved to the [Stanford Profile](https://github.com/SU-SWS/stanford_profile/tree/9.x/themes/stanford_basic)**.\n\nStanford Basic is a Stanford Branded Drupal 9 base theme that integrates with the [Decanter Project](https://github.com/SU-SWS/decanter).\n\nAccessibility\n---\n[![WCAG Conformance 2.0 AA Badge](https://www.w3.org/WAI/wcag2AA-blue.png)](https://www.w3.org/TR/WCAG20/)\nEvaluation Date: 2020-02-05\nThis theme conforms to level AA WCAG 2.0 standards as required by the university's accessibility policy. For more information on the policy please visit: [https://ucomm.stanford.edu/policies/accessibility-policy.html](https://ucomm.stanford.edu/policies/accessibility-policy.html).\n\nInstallation\n---\n\nInstall this theme like any other theme. [See Drupal Documentation](https://www.drupal.org/docs/8/extending-drupal-8/installing-themes)\n\nThis theme depends on the [`Components`](https://www.drupal.org/project/components) module to register template\nnamespaces. If downloading this theme via composer, the module is already downloaded and simply needs to be enabled\nbefore the theme can be enabled.\n\nIf using this theme in conjunction with configuration management and doing site install, a patch is included in the\ncomposer.json. Ensure that your project's root composer.json has [patching enabled](https://github.com/cweagans/composer-patches#allowing-patches-to-be-applied-from-dependencies)\nor download and patch Drupal Core manually.\n\nConfiguration\n---\n\nNothing special needed. Install, enable, and set as the default active theme. Once you have the theme enabled, be sure to check out the appearance settings for additional configuration items.\n\n\nTroubleshooting\n---\n\nIf you are experiencing issues with this theme try disabling and clear the cache first. If you are still experiencing issues try posting an issue on the GitHub issues page.\n\nThis theme is not intended to be used as an administration theme. Please use something else for that.\n\nDeveloper\n---\n\nDevelopment tools: To build and compile the CSS, Javascript, and Image assets required to make this theme great, you will need to have npm and nvm installed.\nNavigate to the root of the theme then.\n\nRun:\n```\nnvm use\nnpm install\n```\n\nThis project uses webpack to assemble the assets for this theme. To compile sass, javascript and push all assets in to place:\n\nRun:\n```\nnpm run publish\n```\n\nThis script will compile all assets from `/src` into `/dist`.\n\nCheck out `package.json` for additional npm scripts and functionality.\n\nContribution / Collaboration\n---\n\nYou are welcome to contribute functionality, bug fixes, or documentation to this theme. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see [GitHub's article on fork, branch, and pull requests](https://help.github.com/articles/using-pull-requests)\n\n\nReleases\n---\n\nSteps to build a new release:\n- Checkout the latest commit from the `8.x-4.x` branch.\n- Create a new branch for the release.\n- Commit any necessary changes to the release branch.\n  -  These may include, but are not necessarily limited to:\n    - Update the version in any `info.yml` files, including in any submodules.\n    - Update the CHANGELOG to reflect the changes made in the new release.\n- Make a PR to merge your release branch into `master`\n- Give the PR a semver-compliant label, e.g., (`patch`, `minor`, `major`).  This may happen automatically via Github actions (if a labeler action is configured).\n- When the PR is merged to `master`, a new tag will be created automatically, bumping the version by the semver label.\n- The github action is built from: [semver-release-action](https://github.com/K-Phoen/semver-release-action), and further documentation is available there.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsu-sws%2Fstanford_basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsu-sws%2Fstanford_basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsu-sws%2Fstanford_basic/lists"}