{"id":21496481,"url":"https://github.com/mlibrary/design-system-docs","last_synced_at":"2025-09-03T13:17:26.414Z","repository":{"id":67597530,"uuid":"474155586","full_name":"mlibrary/design-system-docs","owner":"mlibrary","description":"Documentation site for the Design System","archived":false,"fork":false,"pushed_at":"2025-06-20T19:43:26.000Z","size":5327,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-06-20T20:44:13.331Z","etag":null,"topics":["design-system"],"latest_commit_sha":null,"homepage":"https://design-system.lib.umich.edu/","language":"SCSS","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/mlibrary.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2022-03-25T20:30:03.000Z","updated_at":"2025-06-20T19:43:25.000Z","dependencies_parsed_at":"2024-11-14T15:32:37.645Z","dependency_job_id":"ee94842a-8c68-4680-9fe9-50475a192961","html_url":"https://github.com/mlibrary/design-system-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mlibrary/design-system-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlibrary%2Fdesign-system-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlibrary%2Fdesign-system-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlibrary%2Fdesign-system-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlibrary%2Fdesign-system-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlibrary","download_url":"https://codeload.github.com/mlibrary/design-system-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlibrary%2Fdesign-system-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273448682,"owners_count":25107615,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"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":["design-system"],"created_at":"2024-11-23T16:16:37.633Z","updated_at":"2025-09-03T13:17:26.397Z","avatar_url":"https://github.com/mlibrary.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Design System Docs\n\nThis is the 11ty codebase for https://design-system.lib.umich.edu.\n\n## Doc Site Development Quick Start\n\n1. Install packages\n\n```\nnpm install\n```\n\n2. Start the development server\n\n```\nnpm start\n```\n\nor if you need a different port:\n\n```\nnpx eleventy --port 6789 --serve\n```\n\n3. View in browser\n\n```\nhttp://localhost:8080\n```\n\nor if you changed the port in step 2\n\n```\nhttp://localhost:6789\n```\n\n\n## Dev Scripts\n\n- `npm start` to start the eleventy server (serves the `/public` folder) and watch the `/scss` folder.\n`.scss` files compile and output to `/public/css`.\n- `npm build` to create a production build. Outputs into `/public`.\n\n### Building and watching files\n\n`eleventy-sass` is used as a dev dependency to watch and compile the `.scss` files and output to the `/public/css` directory.\n\nEleventy Dev Server watches the `/js` and `/scss` folders and triggers a build when files in those folders are changed.\n\n---\n\n## Developing the Site\n\nDesign System contributors should read the internal documentation for Development for the Doc site.\nPlease read the official [11ty documentation](https://www.11ty.dev/docs/) for an in-depth guide to building with 11ty.\n\n### Layouts \u0026 Partials\n\nLayouts use the Nunjucks templating language.\n\nPage layouts are located the the `layouts` folder.\n\nPartials use the Nunjucks `{% include %}` and are located in the `partials` folder.\n\n```\nsrc/_includes/partials\n```\n\n## Create pages/ page content\n\nDesign System contributors should read the internal documentation for Authoring in 11ty.\n\nStatic page content is created with markdown (.md).\n\n### Front matter\n\nUse YAML front matter to add data to your content. Locally assigned front matter\nvalues override things further up the chain.\n\n## Styles\n\nEdit the styles in the `src/scss` folder. 11ty is watching that folder. 11ty then passes through the compiled CSS to the `public` folder.\n\n## Images\n\nAdd images to the `src/img` folder. 11ty is watching that folder and passing\nthrough the files to the `public` folder.\n\n## 11ty Features\n\n### **Plugins**\n\nThis site uses the [11ty Navigation Plugin](https://www.11ty.dev/docs/plugins/navigation/).\nThis plugin supports infinite-depth hierarchical navigation and breadcrumbs.\n\nAdd the `eleventyNavigation` object to your front matter data (or in a data\ndirectory file). Assign a unique string to the key property inside of\n`eleventyNavigation`.\n\n```\neleventyNavigation:\n  key: about\n```\n\n#### **Collections**\n\nCollections allow you to group data in certain ways using `tags`. We use collections and custom collections.\n\n_Important distinction_: tags have a singular purpose in Eleventy... to\nconstruct collections of content. Not to be confused with tag labels used in\nblogs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlibrary%2Fdesign-system-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlibrary%2Fdesign-system-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlibrary%2Fdesign-system-docs/lists"}