{"id":21034738,"url":"https://github.com/lpenz/slides-template","last_synced_at":"2025-07-21T07:03:58.452Z","repository":{"id":192271848,"uuid":"686391470","full_name":"lpenz/slides-template","owner":"lpenz","description":"Slide deck template using pandoc to generate reveal.js slides","archived":false,"fork":false,"pushed_at":"2023-09-03T20:31:08.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-03T03:09:27.594Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/lpenz.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}},"created_at":"2023-09-02T16:26:40.000Z","updated_at":"2023-09-03T19:10:38.000Z","dependencies_parsed_at":"2023-09-03T22:14:12.915Z","dependency_job_id":null,"html_url":"https://github.com/lpenz/slides-template","commit_stats":null,"previous_names":["lpenz/slides-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lpenz/slides-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpenz%2Fslides-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpenz%2Fslides-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpenz%2Fslides-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpenz%2Fslides-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpenz","download_url":"https://codeload.github.com/lpenz/slides-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpenz%2Fslides-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266255244,"owners_count":23900098,"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":[],"created_at":"2024-11-19T13:08:16.315Z","updated_at":"2025-07-21T07:03:58.432Z","avatar_url":"https://github.com/lpenz.png","language":"Shell","readme":"# The basics\n\n\n## What do we have here\n\n[This repository](https://github.com/lpenz/slides-template/) has a\nmarkdown-based slide presentation, and it can also be used as a\ntemplate.\n\n- This `README.md` file **is** the presentation example.\n\n- The generated deck is deployed\n  [here](https://www.lpenz.org/slides-template/).\n\n\n## Writing the slides\n\n- Write [markdown](https://www.markdownguide.org/)\n- Render with [pandoc](https://pandoc.org/)\n- Into a [reveaj.js](https://revealjs.com/) slide deck\n\n::: notes\n\nAnd markdown is also available for the *presenter* notes.\n\n:::\n\n\n## `build.sh`\n\n- Core of the repository: very simple script that does all of the work.\n- Uses the [pandoc/core](https://hub.docker.com/r/pandoc/core) docker image.\n- Gets the input file, the output file, a style (css) file and the\n  title as arguments.\n\n::: notes\n\nThis is the simplest thing that can possibly work\n\n:::\n\n\n# The power\n\n\n## of markdown\n\nLists:\n\n- **bold**\n- *italic*\n- ***bold-italic***\n- `monospace`\n\n\u003e blockquote\n\n\n## of reveal.js\n\n- Press **o** to have an overview of the 2D layout.\n- Press **s** for the speaker notes\n\n::: notes\n\nWhich include the text in these blocks\n\n:::\n\n\n## of pandoc\n\n(probably)\n\n- Some math formulas:\n$$ e^{i \\pi} - 1 = 0 $$\n- Easy speaker notes (press **s**).\n\n::: notes\n\nWith a simple notation that blends into the markdown text.\n\n:::\n\n\n# More examples\n\nWe can add code with syntax highlight:\n\n```py\n#!/usr/bin/env python3\n\ndef main():\n    print(\"Hello, world!\")\n\nif __name__ == \"__main__\":\n    main()\n```\n\n::: notes\n\nA bit of python just for show.\n\n:::\n\n\n## 2D layout\n\nAll the power provided by [reveaj.js](https://revealjs.com/) and HTML\nitself.\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\u003chead\u003e\n  \u003ctitle\u003eTitle\u003c/title\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n  \u003cp\u003e\u003ca href=\"#\"\u003eHello\u003c/a\u003e, world!\u003c/p\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n\n## Random image\n\n![](https://picsum.photos/640/480)\n\n\n# The end\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpenz%2Fslides-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpenz%2Fslides-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpenz%2Fslides-template/lists"}