{"id":20261010,"url":"https://github.com/datarootsio/slidev-theme-dataroots","last_synced_at":"2026-03-19T14:59:57.405Z","repository":{"id":195535788,"uuid":"693062620","full_name":"datarootsio/slidev-theme-dataroots","owner":"datarootsio","description":"Slidev theme with dataroots branding and colors.","archived":false,"fork":false,"pushed_at":"2024-01-20T04:10:56.000Z","size":1358,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-09-30T07:56:45.158Z","etag":null,"topics":["slidev","slidev-theme"],"latest_commit_sha":null,"homepage":"https://datarootsio.github.io/slidev-theme-dataroots/","language":"Vue","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/datarootsio.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}},"created_at":"2023-09-18T09:15:41.000Z","updated_at":"2024-02-05T19:29:12.000Z","dependencies_parsed_at":"2024-11-14T11:39:10.894Z","dependency_job_id":null,"html_url":"https://github.com/datarootsio/slidev-theme-dataroots","commit_stats":null,"previous_names":["datarootsio/slidev-theme-dataroots"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/datarootsio/slidev-theme-dataroots","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datarootsio%2Fslidev-theme-dataroots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datarootsio%2Fslidev-theme-dataroots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datarootsio%2Fslidev-theme-dataroots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datarootsio%2Fslidev-theme-dataroots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datarootsio","download_url":"https://codeload.github.com/datarootsio/slidev-theme-dataroots/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datarootsio%2Fslidev-theme-dataroots/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30282723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"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":["slidev","slidev-theme"],"created_at":"2024-11-14T11:23:32.693Z","updated_at":"2026-03-09T04:07:17.619Z","avatar_url":"https://github.com/datarootsio.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slidev Theme Dataroots\n\nBased on the [`slidev-theme-meetup`](https://github.com/tboerger/slidev-theme-meetup), with some dataroots branding and colors! (Credits to them!)\n\n## Install\n\nAdd the following frontmatter to your `slides.md`. Add the `slidev-theme-dataroots` project as a git dependency.\n\n```md\n---\ntheme: meetup\nlayout: intro\nlineNumbers: false\nthemeConfig:\n  title: Welcome to Slidev\n  twitter: example\n  github: example\n  linkedin: example\n---\n```\n\nThis themes requires `qrious` to generate QR codes - you may need to install them manually.\n\n## Examples\n\n### Intro\n\n```md\n---\nlayout: intro\n---\n```\n\n![intro slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/001.png)\n\n### Presenter\n\n```md\n---\nlayout: presenter\nphoto: /images/tboerger.jpg\n---\n```\n\n![presenter slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/002.png)\n\n### Twocols\n\n```md\n---\nlayout: twocols\n---\n```\n\n![twocols slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/003.png)\n\n### Center\n\n```md\n---\nlayout: center\n---\n```\n\n![center slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/004.png)\n\n### Cover\n\n```md\n---\nlayout: cover\n---\n```\n\n![cover slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/005.png)\n\n### Window\n\n```md\n---\nlayout: window\n---\n```\n\n![window slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/006.png)\n\n### Default\n\n```md\n---\nlayout: default\n---\n```\n\n![default slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/007.png)\n\n### Qrcode\n\n```md\n---\nlayout: qrcode\nurl: https://github.com/datarootsio/slidev-theme-dataroots\n---\n```\n\n![qrcode slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/008.png)\n\n## Components\n\n### CornerHex\n\nJust hexagons shown within the slides.\n\n```vue\n\u003cCornerHex class=\"absolute left-0 top-0 transform rotate-90\" /\u003e\n```\n\n### WindowConsole\n\nDisplay content in a terminal window.\n\n```vue\n\u003cWindowConsole class=\"rounded-lg shadow-lg object-cover z-10\"\u003e\n  Content\n\u003c/WindowConsole\u003e\n```\n\n### LayoutHeader\n\nGeneral header part of every slide.\n\n```vue\n\u003cLayoutHeader /\u003e\n```\n\n### LayoutFooter\n\nGeneral footer part of every slide.\n\n```vue\n\u003cLayoutFooter /\u003e\n```\n\n## License\n\n[MIT](https://opensource.org/license/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatarootsio%2Fslidev-theme-dataroots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatarootsio%2Fslidev-theme-dataroots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatarootsio%2Fslidev-theme-dataroots/lists"}