{"id":18262761,"url":"https://github.com/roblib/biomeds","last_synced_at":"2026-01-21T20:39:06.606Z","repository":{"id":78206863,"uuid":"103294557","full_name":"roblib/biomeds","owner":"roblib","description":"D8 theme for Biomedical Optics Research Group","archived":false,"fork":false,"pushed_at":"2017-09-12T18:43:10.000Z","size":8734,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-09T00:57:22.332Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roblib.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2017-09-12T16:23:02.000Z","updated_at":"2017-09-12T16:24:39.000Z","dependencies_parsed_at":"2023-05-07T04:57:38.467Z","dependency_job_id":null,"html_url":"https://github.com/roblib/biomeds","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roblib/biomeds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roblib%2Fbiomeds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roblib%2Fbiomeds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roblib%2Fbiomeds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roblib%2Fbiomeds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roblib","download_url":"https://codeload.github.com/roblib/biomeds/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roblib%2Fbiomeds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28642220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-05T11:08:44.518Z","updated_at":"2026-01-21T20:39:06.591Z","avatar_url":"https://github.com/roblib.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drupal 8 Theme Using the ZURB Template\n\nThis theme makes use of the [Zurb template](https://github.com/zurb/foundation-zurb-template) to include the full set of SCSS and Javascript included with the [Zurb Foundation](http://foundation.zurb.com/) front end framework.\n\nIt also includes:\n\n- Handlebars HTML templates with [Panini](https://github.com/zurb/panini)\n- [Style Sherpa](https://github.com/zurb/style-sherpa): A basic Style Guide generator from Zurb.\n- Sass compilation and prefixing\n- JavaScript concatenation\n- Built-in BrowserSync server\n- CSS and JavaScript minimizing (optional)\n- Image compression\n\n## Local Development Installation\n\nTo use this theme as a basis for developing your own Foundation-based theme, your computer needs:\n\n- [NodeJS](https://nodejs.org/en/) (0.12 or greater) for installing/using [gulp](http://gulpjs.com/) and [bower](http://bower.io/).\n- [Git](https://git-scm.com/)\n\nTo get started, go to this folder in your command line, and install the needed dependencies:\n\n```npm install```\n\n```bower install```\n\nOnce node and bower have completed installing the dependencies, you can run two commands:\n\n- Run `npm start` to run Gulp tasks for compiling files and watching for changes to `.scss` files, `.js` files, `.html` and `.hbs` files in the src directory. These files will be compiled into mirrored directories within the dist directory. The static prototype that is generated is viewable at:\n\n```\nhttp://localhost:3000\n```\n\nEvery time changes are made to any of the files in the src/assets, src/layouts, or src/styleguide directory that page will update automatically through BrowserSync.\n\nThe `*.libraries.yml` file for this theme is set up to use the compiled CSS and js within dist/assets. By default the CSS and js will include source maps, so prior to using this theme in a production environment run:\n\n ```npm run build```\n\nTo recompile all files *without* source maps.\n\n## Workflow\n\nIn src/assets/scss there is a `_settings.scss` file, and `app.scss` file, which are used to define which components from the Foundation framework you'd like to use. Consult the [Foundation sites docs](http://foundation.zurb.com/sites/docs/) for information about the various components and settings.\n\nThere are also some starter partials included within src/assets/scss/components to help you get started with custom styling on top of Foundation. All of these files are imported into the `_init.scss` file, which is imported at the bottom of the `app.scss` file.\n\nIf you need to customize which js files are included from the Foundation framework the simplest way to do so is by commenting out the unneeded js files listed under `javascript:` in the config.yml file.\n\n## Known Issue: Slowness with Drupal Cache Refresh\n\nIf you experience slowness with Drupal cache refreshes in your local development environment you may need to move the `node_modules` directory outside of the Drupal installation, and create a sym link to that directory. See [https://www.drupal.org/node/2329453](https://www.drupal.org/node/2329453).\n\n**Note:** This theme is meant to be used in a typical git workflow, so if you are manually moving it into a production environment **DO NOT** include the `node_modules`, or `bower_components` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froblib%2Fbiomeds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froblib%2Fbiomeds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froblib%2Fbiomeds/lists"}