{"id":47830705,"url":"https://github.com/mcanouil/mastering-quarto-cli","last_synced_at":"2026-04-03T20:11:44.104Z","repository":{"id":336903359,"uuid":"964730010","full_name":"mcanouil/mastering-quarto-cli","owner":"mcanouil","description":"[Workshop] Mastering Quarto CLI: From Authoring to Publishing","archived":false,"fork":false,"pushed_at":"2026-04-01T12:25:50.000Z","size":4418,"stargazers_count":7,"open_issues_count":7,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-01T14:43:11.090Z","etag":null,"topics":["bootstrap","brand-yml","github-actions","julia","jupyter","knitr","literate-programming","multi-format","pandoc","physalia-courses","python","quarto","quarto-cli","r","reproducible-research","scientific-publishing","training","typst","workshop"],"latest_commit_sha":null,"homepage":"https://m.canouil.dev/mastering-quarto-cli/","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcanouil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"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},"funding":{"github":"mcanouil","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-04-11T17:31:42.000Z","updated_at":"2026-03-31T20:13:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mcanouil/mastering-quarto-cli","commit_stats":null,"previous_names":["mcanouil/mastering-quarto-cli"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mcanouil/mastering-quarto-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcanouil%2Fmastering-quarto-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcanouil%2Fmastering-quarto-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcanouil%2Fmastering-quarto-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcanouil%2Fmastering-quarto-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcanouil","download_url":"https://codeload.github.com/mcanouil/mastering-quarto-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcanouil%2Fmastering-quarto-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31374274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["bootstrap","brand-yml","github-actions","julia","jupyter","knitr","literate-programming","multi-format","pandoc","physalia-courses","python","quarto","quarto-cli","r","reproducible-research","scientific-publishing","training","typst","workshop"],"created_at":"2026-04-03T20:11:43.482Z","updated_at":"2026-04-03T20:11:44.097Z","avatar_url":"https://github.com/mcanouil.png","language":"Lua","funding_links":["https://github.com/sponsors/mcanouil"],"categories":[],"sub_categories":[],"readme":"# Mastering Quarto CLI: From Authoring to Publishing\n\n![Social card for the Mastering Quarto CLI workshop](assets/images/social-card.png)\n\nA comprehensive workshop providing an immersive journey through the Quarto ecosystem, designed to transform participants from newcomers to confident practitioners capable of creating sophisticated, reproducible documents and interactive publications.\n\n_This workshop was created for [Physalia Courses](https://www.physalia-courses.org/)._\n\nWebsite: \u003chttps://m.canouil.dev/mastering-quarto-cli/\u003e\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/mcanouil/mastering-quarto-cli?quickstart=1\u0026devcontainer_path=.devcontainer%2Fdevcontainer.json)\n\n## Sessions\n\nThe workshop is structured into seven sessions across two parts.\n\n### Part 1\n\n1. **Introduction \u0026 Setup** -- Quarto fundamentals, installation, project types, and the command-line interface.\n1. **Authoring Essentials** -- Markdown fundamentals, Quarto-specific features, and YAML configuration.\n1. **Embedding Computations \u0026 Code** -- Integrating R, Python, and Julia code with execution control and caching strategies.\n\n### Part 2\n\n1. **Formats \u0026 Projects** -- Advanced project structures and multi-format optimisation.\n1. **Formatting \u0026 Branding** -- Bootstrap theming, `brand.yml` systems, and Pandoc templating.\n1. **Publishing** -- Deploying through Quarto Pub, GitHub Pages, and automated workflows.\n1. **Closing \u0026 Next Steps** -- Recap and further resources.\n\n## Prerequisites\n\n- [Quarto CLI](https://quarto.org/docs/get-started) 1.8 or higher.\n- One or more computing languages:\n  - [R](https://cran.r-project.org) 4.5 or higher.\n  - [Python](https://www.python.org/downloads/) 3.13 or higher.\n  - [Julia](https://julialang.org/downloads/) 1.12 or higher.\n\nAlternatively, use GitHub Codespaces (badge above) and run the setup script:\n\n```bash\n./.devcontainer/setup.sh --what \u003call|r|python|julia\u003e\n```\n\n## License\n\nThis project is licensed under the [CC BY-NC-SA 4.0](LICENSE) licence.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcanouil%2Fmastering-quarto-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcanouil%2Fmastering-quarto-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcanouil%2Fmastering-quarto-cli/lists"}