{"id":39497403,"url":"https://github.com/clarin-eric/clarin-drupal-bootstrap-theme","last_synced_at":"2026-01-18T05:43:33.284Z","repository":{"id":51243315,"uuid":"312361900","full_name":"clarin-eric/clarin-drupal-bootstrap-theme","owner":"clarin-eric","description":"A SASS subtheme for Drupal bootstrap barrio theme.","archived":false,"fork":false,"pushed_at":"2025-12-04T12:24:48.000Z","size":13178,"stargazers_count":2,"open_issues_count":2,"forks_count":4,"subscribers_count":4,"default_branch":"1.5","last_synced_at":"2025-12-07T18:35:39.265Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Twig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clarin-eric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-11-12T18:25:45.000Z","updated_at":"2025-12-04T12:24:52.000Z","dependencies_parsed_at":"2023-12-21T20:34:13.943Z","dependency_job_id":"4f1d1420-6e22-4c19-9ad1-6d1396878a9e","html_url":"https://github.com/clarin-eric/clarin-drupal-bootstrap-theme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clarin-eric/clarin-drupal-bootstrap-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarin-eric%2Fclarin-drupal-bootstrap-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarin-eric%2Fclarin-drupal-bootstrap-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarin-eric%2Fclarin-drupal-bootstrap-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarin-eric%2Fclarin-drupal-bootstrap-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clarin-eric","download_url":"https://codeload.github.com/clarin-eric/clarin-drupal-bootstrap-theme/tar.gz/refs/heads/1.5","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarin-eric%2Fclarin-drupal-bootstrap-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28531367,"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":[],"created_at":"2026-01-18T05:43:33.179Z","updated_at":"2026-01-18T05:43:33.269Z","avatar_url":"https://github.com/clarin-eric.png","language":"Twig","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/clarin-eric/clarin-drupal-bootstrap-theme/workflows/CI/badge.svg)](https://github.com/clarin-eric/clarin-drupal-bootstrap-theme/actions?query=workflow%3ACI+branch%3A1.0)\n\nCONTENTS OF THIS FILE\n---------------------\n\n * Introduction\n * Development requirements\n * Setup environment\n * Run\n * Lint\n * Installation on a drupal site\n\n\nINTRODUCTION\n------------\n\nSource repository for the CLARIN [Bootstrap Barrio](https://www.drupal.org/project/bootstrap_barrio) sub-theme for Drupal 10.\n\nThe continuous integration system builds this repository and publishes the theme files to [the theme distribution repository](https://github.com/clarin-eric/clarin-drupal-bootstrap-theme-dist) which can be used as a [composer VCS](https://getcomposer.org/doc/05-repositories.md#vcs).\n\nFor theme releases and instructions on how to install and use it in Drupal, check the the theme distribution [repository instructions](https://github.com/clarin-eric/clarin-drupal-bootstrap-theme-dist/blob/main/README.md).\n\nDEVELOPMENT REQUIREMENTS\n------------\n\n* `npm` ([see](https://www.npmjs.com/get-npm)).\n* Drupal [Bootstrap Barrio](https://www.drupal.org/project/bootstrap_barrio) parent theme.\n\n\nSETUP ENVIRONMENT\n-------------\n\n* You will need `npm` ([see](https://www.npmjs.com/get-npm)).\n\nRun `build.sh` from inside `clarin-drupal-bootstrap-theme` directory. The script will run all required setup commands, build the project and create a distribution build inside `dist/`.\n\n**Alternatively** you can setup the development environment manually:\n\n* Checkout this repository.\n\n* From inside `clarin-drupal-bootstrap-theme` folder run `npm install`.\n\n* Create a `dist` directory and extract the Bootstrap Barrio distribution in it:\n```\nmkdir dist\ncurl \"https://ftp.drupal.org/files/projects/bootstrap_barrio-${BOOTSTRAP_BARRIO_VERSION}.tar.gz\" | \\\ntar -x -z -p -C dist/\n```\n\nRUN\n-------------\n\n* From inside `clarin-drupal-bootstrap-theme` run: `gulp`\n\nGulp will build the theme files to `dist/clarin_bootstrap`, launch a [browsersync](https://browsersync.io/) proxy and automatically listen for changes in the source files.\n\nTo view the full CLARIN website with the hot-deployed theme code go to: https://localhost:3000/\nBrowsersync will locally proxy the development server instance at https://grrr-www.clarin.eu/ and hot-deploy your code changes on top of that site.\n\n  * SCSS -\u003e CSS code changes are automatically injected after built.\n  * JS and resource changes will trigger Gulp to automatically reload your browser after built.\n\nTo only build the output distribution without launching browsersync run: `gulp dist`\n\nLINT\n-------------\n\nAll SCSS and JS code is linted when running `gulp [dist]` and the build will fail in case of errors. You can also call gulp to only lint the code without building:\n* Lint javascript: `gulp lintjs`\n* Lint SCSS: `gulp lintscss`\n\nBoth subcommands accept a `--fix` flag which attempts to automactically fix the found issues.\n\nINSTALLATION ON A DRUPAL SITE\n------------\n\n * For regular installation instructions see the [theme distribution repository](https://github.com/clarin-eric/clarin-drupal-bootstrap-theme-dist).\n\n * To directly use your build in a drupal site:\n   * Get the theme build directory `dist/clarin_bootstrap`.\n   * Copy or link it in your Drupal themes directory.\n   * Install as you would normally [install a contributed Drupal theme](https://www.drupal.org/docs/user_guide/en/extend-theme-install.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarin-eric%2Fclarin-drupal-bootstrap-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclarin-eric%2Fclarin-drupal-bootstrap-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarin-eric%2Fclarin-drupal-bootstrap-theme/lists"}