{"id":29215306,"url":"https://github.com/christopherkenny/ctk-syllabus","last_synced_at":"2026-02-02T07:34:10.279Z","repository":{"id":299942177,"uuid":"833390222","full_name":"christopherkenny/ctk-syllabus","owner":"christopherkenny","description":"A syllabus template for Quarto with a Typst backend","archived":false,"fork":false,"pushed_at":"2025-06-19T02:54:02.000Z","size":190,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T04:01:50.111Z","etag":null,"topics":["quarto","quarto-extension","quarto-pub","quarto-template","quartopub","typst","typst-template"],"latest_commit_sha":null,"homepage":"","language":"Typst","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/christopherkenny.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,"zenodo":null}},"created_at":"2024-07-25T00:37:46.000Z","updated_at":"2025-06-19T02:50:35.000Z","dependencies_parsed_at":"2025-06-19T04:01:51.972Z","dependency_job_id":"0e516afb-14d2-4fdc-8a84-00c32c58fa4a","html_url":"https://github.com/christopherkenny/ctk-syllabus","commit_stats":null,"previous_names":["christopherkenny/ctk-syllabus"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/christopherkenny/ctk-syllabus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christopherkenny%2Fctk-syllabus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christopherkenny%2Fctk-syllabus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christopherkenny%2Fctk-syllabus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christopherkenny%2Fctk-syllabus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christopherkenny","download_url":"https://codeload.github.com/christopherkenny/ctk-syllabus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christopherkenny%2Fctk-syllabus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263234961,"owners_count":23434921,"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-extension","quarto-pub","quarto-template","quartopub","typst","typst-template"],"created_at":"2025-07-03T00:09:15.355Z","updated_at":"2026-02-02T07:34:10.262Z","avatar_url":"https://github.com/christopherkenny.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `ctk-syllabus` Format\n\nThe `ctk-syllabus` Quarto template is a syllabus template.\nIt is relatively simple, but provides a clean layout which prints full citations without a bibliography.\n\n\u003c!-- pdftools::pdf_convert('template.pdf', pages = 1) --\u003e\n![[template.qmd](template.qmd)](template_1.png)\n\n## Installing\n\n```bash\nquarto use template christopherkenny/ctk-syllabus\n```\n\nThis will install the format extension and create an example qmd file\nthat you can use as a starting place for your document.\n\n## Using `ctk-syllabus`\n\nThis template is relatively simple and allows you to write with general Quarto syntax.\nFor an introduction to Quarto, see the [Quarto documentation](https://quarto.org/).\n\n### Template YAML Options\n\n- `title`: Your course's title\n- `subtitle`: Your course's subtitle\n- `author`: Author information. Provide subfields below:\n  - `name`: Your name\n  - `email`: Your email address\n- `header-left`: A header on the top left\n- `header-right`: A header on the top right\n- `date`: The date of the syllabus\n- `date-format`: To specify a non-real date, such as a semester, use this with `[Semester Year]`, e.g., `[Fall 2027]`\n- `frontmatter-logo`: Path to a logo to place above the title\n- `frontmatter-logo-height`: Height of the logo, if used. Should be a Typst length.\n\n### Bibliography\n\nThis template is designed to allow you to include a `bib` file (or Hayagriva yaml format file) for citations.\nThe trick is that citations like:\n\n`[@author2023]` will be transformed into a full citation in the text, but will not appear in a bibliography at the end of the document.\nTo use this, you need to set the `bibliography` option in the YAML header, e.g.:\n\n```yaml\n\nbibliography: bibliography.bib\n```\n\nNormal prose citations will still work, e.g. @smith2023 becomes `Smith (2023)`.\n\nThe bibliography printing is suppressed by default. You can turn this back on with:\n\n```yaml\nsuppress-bibliography: false\n```\n\n### Fonts\n\nBy default, the `ctk-syllabus` format uses the Spectral font. This can be installed from [Google Fonts](https://fonts.google.com/specimen/Spectral).\n\nTo check that it is installed, run:\n\n```\nquarto typst fonts\n```\n\nOtherwise, set the yaml option `mainfont` to your preferred font, e.g. `mainfont: \"Crimson Pro\"`.\n\n## License\n\nThis template is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristopherkenny%2Fctk-syllabus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristopherkenny%2Fctk-syllabus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristopherkenny%2Fctk-syllabus/lists"}