{"id":28967610,"url":"https://github.com/su-sws/gsb_research_hub_subtheme","last_synced_at":"2025-06-24T08:09:40.126Z","repository":{"id":172055275,"uuid":"648784540","full_name":"SU-SWS/gsb_research_hub_subtheme","owner":"SU-SWS","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-08T23:10:22.000Z","size":578,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-01-09T00:27:50.264Z","etag":null,"topics":["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/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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-02T20:03:45.000Z","updated_at":"2025-01-08T23:09:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"42c6e02e-8c13-44e4-9108-48899e648e0a","html_url":"https://github.com/SU-SWS/gsb_research_hub_subtheme","commit_stats":null,"previous_names":["su-sws/gsb_research_hub_subtheme"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/SU-SWS/gsb_research_hub_subtheme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fgsb_research_hub_subtheme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fgsb_research_hub_subtheme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fgsb_research_hub_subtheme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fgsb_research_hub_subtheme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SU-SWS","download_url":"https://codeload.github.com/SU-SWS/gsb_research_hub_subtheme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fgsb_research_hub_subtheme/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261632136,"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":["drupal-theme"],"created_at":"2025-06-24T08:09:39.432Z","updated_at":"2025-06-24T08:09:40.100Z","avatar_url":"https://github.com/SU-SWS.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [GSB Research Hub Subtheme](https://github.com/SU-SWS/gsb_research_hub_subtheme)\n##### Version: 1.1.7\n\nChangelog: [Changelog.txt](CHANGELOG.txt)\n\nDescription\n---\n\nResearch Hub Subtheme is a Stanford sub-theme that works with the Stanford Basic theme.\n\nDocumentation\n---\nSee subtheming guides and best practices here: \nhttps://devguide.sites.stanford.edu/front-end/drupal/sub-themes \n\nSites\n---\nTest: https://gsbresearchhub-test.sites.stanford.edu/\n\nList of Sites with this Subtheme:\n\n- https://researchhub.stanford.edu/ \n\n- https://gsblibraryd8.sites.stanford.edu/ (pre-production)\n\n- Test site: https://researchhubsubtheme.sites.stanford.edu/\n\n- https://gsbresearchhubintranet.sites.stanford.edu/ (intranet)\n\nConfiguration\n---\n\nNothing special needed. Install, enable, and set as the default active theme.\n\nDeveloper\n---\n\nIf you wish to develop on this theme you will most likely need to compile some new css. Please use the sass structure provided and compile with the sass compiler packaged in this theme. To install:\n\n```\ncd /docroot/themes/custom/gsb_research_hub_subtheme\n```\n\n```\nnvm use\nnvm install\n```\n\nInstall yarn. \n\n```\nyarn install \n```\n\n```\nyarn build\n```\nThis will process scss, js, and asset files, preparing them from the src directory to the dist directory.. yarn build allows the developer to just reload in the Drupal environment. \n\n```\nyarn watch\n```\nThis will watch the scss files and compile them upon saving.\n\nGitPod\n---\n1. Add your ssh key to [GitPod](https://gitpod.io/variables)\n   1. It is recommended to have a password-less ssh key for simplicity.\n      1. `ssh-keygen -b 4096`, press enter when asked for the password\n      2. Add this ssh public key to the necessary services: Acquia, Github, etc.\n   2. Get the base64 string of your ssh key files\n      1. `cat id_rsa | base64` for the private key\n      2. `cat id_rsa.pub | base64` for the public key.\n   3. In GitPod, add the variable named `SSH_PRIVATE_KEY` with the private key\n   4. In GitPod, add the variable named `SSH_PUBLIC_KEY` with the public key\n   5. In Gitpod, add the variable named `GITCONFIG` with the base64 of your git config: `cat ~/.gitconfig | base64`\n2. Recommended, but not required:\n   1. install the GitPod browser plugin\n   2. Configure your browser settings for an easier experience: https://www.gitpod.io/docs/configure/browser-settings\n3. Open a gitpod workspace with [these instructions](https://www.gitpod.io/docs/getting-started#start-your-first-workspace)\n\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsu-sws%2Fgsb_research_hub_subtheme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsu-sws%2Fgsb_research_hub_subtheme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsu-sws%2Fgsb_research_hub_subtheme/lists"}