{"id":23150967,"url":"https://github.com/coatless-quarto/illinois-revealjs","last_synced_at":"2025-04-04T14:44:07.724Z","repository":{"id":169181187,"uuid":"645090775","full_name":"coatless-quarto/illinois-revealjs","owner":"coatless-quarto","description":"Unofficial Illinois-themed RevealJS Extension for Quarto","archived":false,"fork":false,"pushed_at":"2023-12-12T23:12:54.000Z","size":2243,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T16:48:02.884Z","etag":null,"topics":["quarto","quarto-theme","revealjs","revealjs-theme","uiuc","university-of-illinois-urbana-champaign"],"latest_commit_sha":null,"homepage":"http://quarto.thecoatlessprofessor.com/illinois-revealjs/","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/coatless-quarto.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}},"created_at":"2023-05-24T22:51:27.000Z","updated_at":"2025-03-03T09:39:49.000Z","dependencies_parsed_at":"2023-11-20T08:13:28.007Z","dependency_job_id":null,"html_url":"https://github.com/coatless-quarto/illinois-revealjs","commit_stats":null,"previous_names":["coatless/quarto-illinois","coatless-quarto/illinois","coatless-quarto/illinois-revealjs"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless-quarto%2Fillinois-revealjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless-quarto%2Fillinois-revealjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless-quarto%2Fillinois-revealjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless-quarto%2Fillinois-revealjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coatless-quarto","download_url":"https://codeload.github.com/coatless-quarto/illinois-revealjs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198431,"owners_count":20900079,"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","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-theme","revealjs","revealjs-theme","uiuc","university-of-illinois-urbana-champaign"],"created_at":"2024-12-17T18:19:38.286Z","updated_at":"2025-04-04T14:44:07.705Z","avatar_url":"https://github.com/coatless-quarto.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Illinois-themed Revealjs Extension For Quarto\n\nA [quarto extension](https://quarto.org/docs/extensions/) featuring an [Illinois-inspired theme](https://marketing.illinois.edu/visual-identity/color) for the [reveal.js format](https://quarto.org/docs/presentations/revealjs/).\n\n[![](title-slide-quarto-illinois.png)](http://quarto.thecoatlessprofessor.com/illinois-revealjs/)\n\nSee the included [template.qmd](template.qmd) file for an example of the theme and integration into Quarto or explore the rendered version [here](http://quarto.thecoatlessprofessor.com/illinois-revealjs/).\n\n## Installing\n\nYou can obtain a copy of the extension by using:\n\n```bash\nquarto use template coatless-quarto/illinois-revealjs\n```\n\nThis will install the extension and create an example qmd file that\nyou can use as a starting place for your presentation slides.\n\n## Using\n\nOnce the extension is installed, you can use the extension by setting the `format` inside of the document header to `illinois-revealjs`.\n\n```markdown\n---\ntitle: A title\nsubtitle: A subtitle\nformat:\n  illinois-revealjs: default\nauthor:\n  - name: Your Name\n    orcid: 0000-0000-0000-0000\n    email: alias@email.com\n    affiliations: Your Institution\ndate: last-modified\n---\n```\n\nIf you wanted to use other [reveal.js features in quarto](https://quarto.org/docs/presentations/revealjs/), add the options under the `illinois-revealjs` format. For example, we can use the [`chalkboard`](https://quarto.org/docs/presentations/revealjs/presenting.html#chalkboard) feature by setting:\n\n```yaml\nformat:\n  illinois-revealjs:\n    chalkboard: true\n```\n\n## Developer Notes\n\nWe created the quarto extension for the revealjs format by using:\n\n```sh\nquarto create extension format:revealjs\n```\n\nFrom there, we incorporated a modified version of the [Beamer Metropolis](https://github.com/matze/mtheme) that was ported into a [Quarto theme](https://codeberg.org/pat-s/quarto-metropolis) by [Patrick Schratz](https://pat-s.me/) ([Post](https://pat-s.me/quarto-metropolis-theme/)).\n\n## Acknowledgements\n\nThis theme is built ontop of the design and implementation work of [Matthias Vogelgesang](https://bloerg.net/) ([Beamer Metropolis](https://github.com/matze/mtheme)) and [Patrick Schratz](https://pat-s.me/) ([Quarto Metropolis theme](https://codeberg.org/pat-s/quarto-metropolis)).\n\nWe also appreciate for [Shafayet Khan Shafee](https://github.com/shafayetShafee) for making available an alternative port known as [`metropolis-revealjs`](https://github.com/shafayetShafee/metropolis) based on the gist containing [`metropolis.css`](https://gist.github.com/vhodges/e37893eecde3f3333150) by [Vince Hodges](https://github.com/vhodges).\n\nAdditionally, we relied upon the following documentation:\n\n- [Quarto Documentation: Custom Formats](https://quarto.org/docs/extensions/formats.html)\n- [Quarto Revealjs Clean Theme](https://github.com/grantmcdermott/quarto-revealjs-clean) by [Grant McDermott](https://github.com/grantmcdermott)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoatless-quarto%2Fillinois-revealjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoatless-quarto%2Fillinois-revealjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoatless-quarto%2Fillinois-revealjs/lists"}