{"id":37889594,"url":"https://github.com/seedcase-project/seedcase-theme","last_synced_at":"2026-01-27T14:04:05.845Z","repository":{"id":178443250,"uuid":"658361079","full_name":"seedcase-project/seedcase-theme","owner":"seedcase-project","description":"Quarto extension that contains shortcodes, embedded extensions, and style theming for Seedcase Project Quarto-based website repositories","archived":false,"fork":false,"pushed_at":"2026-01-06T08:59:46.000Z","size":2143,"stargazers_count":1,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-08T13:26:19.363Z","etag":null,"topics":["quarto","quarto-extension","website-theme"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seedcase-project.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2023-06-25T14:22:27.000Z","updated_at":"2026-01-06T08:59:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"8fc696ba-3606-4020-8666-ba9648e73b17","html_url":"https://github.com/seedcase-project/seedcase-theme","commit_stats":null,"previous_names":["seedcase-project/seedcase-theme"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/seedcase-project/seedcase-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seedcase-project%2Fseedcase-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seedcase-project%2Fseedcase-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seedcase-project%2Fseedcase-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seedcase-project%2Fseedcase-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seedcase-project","download_url":"https://codeload.github.com/seedcase-project/seedcase-theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seedcase-project%2Fseedcase-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["quarto","quarto-extension","website-theme"],"created_at":"2026-01-16T16:55:15.993Z","updated_at":"2026-01-16T16:55:16.200Z","avatar_url":"https://github.com/seedcase-project.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# seedcase-theme: Quarto extension for Seedcase Projects\n\n\n[![GitHub\nLicense](https://img.shields.io/github/license/seedcase-project/seedcase-theme)](https://github.com/seedcase-project/seedcase-theme/blob/main/LICENSE.md)\n[![GitHub\nRelease](https://img.shields.io/github/v/release/seedcase-project/seedcase-theme)](https://github.com/seedcase-project/seedcase-theme/releases/latest)\n[![pre-commit.ci\nstatus](https://results.pre-commit.ci/badge/github/seedcase-project/seedcase-theme/main.svg)](https://results.pre-commit.ci/latest/github/seedcase-project/seedcase-theme/main)\n[![lifecycle](https://lifecycle.r-lib.org/articles/figures/lifecycle-experimental.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)\n[![Project Status: Active – The project has reached a stable, usable\nstate and is being actively\ndeveloped.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n\nThis repository contains Quarto shortcodes, embedded extensions, and\nstyle theming that is used by all Seedcase Project Quarto-based\nrepositories.\n\n## Installing\n\nTo install the extension, use:\n\n``` bash\nquarto add seedcase-project/seedcase-theme\n```\n\nTo update the `seedcase-theme`, run:\n\n``` bash\nquarto update seedcase-project/seedcase-theme\n```\n\n## Using\n\nAfter installing the extension, add the below yaml key-value pair to the\n`_quarto.yml` file:\n\n``` yaml\nformat: seedcase-theme-html\n```\n\nOr for project-level configurations:\n\n``` yaml\nproject:\n  type: seedcase-theme\n```\n\nSee this repository’s\n[`_quarto.yml`](https://github.com/seedcase-project/seedcase-theme/blob/main/_quarto.yml)\nand\n[`index.qmd`](https://github.com/seedcase-project/seedcase-theme/blob/main/index.qmd)\nfiles for examples of how you would use this extension.\n\n## Contributing\n\nCheck out our [contributing document](CONTRIBUTING.md) for information\non how to contribute to the project, including how to set up your\ndevelopment environment.\n\nPlease note that this project is released with a [Contributor Code of\nConduct](https://github.com/seedcase-project/.github/blob/main/CODE_OF_CONDUCT.md).\nBy participating in this project you agree to abide by its terms.\n\n## Licensing\n\nThis project is licensed under the [MIT\nLicense](https://github.com/seedcase-project/seedcase-theme/blob/main/LICENSE.md).\n\n## Changelog\n\nFor a list of changes, see our\n[changelog](https://seedcase-theme.seedcase-project.org/docs/releases/)\npage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseedcase-project%2Fseedcase-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseedcase-project%2Fseedcase-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseedcase-project%2Fseedcase-theme/lists"}