{"id":22134338,"url":"https://github.com/ivoputzer/md-slides-template","last_synced_at":"2025-08-17T08:03:48.294Z","repository":{"id":151993183,"uuid":"242152901","full_name":"ivoputzer/md-slides-template","owner":"ivoputzer","description":"Markdown Slides Template","archived":false,"fork":false,"pushed_at":"2020-02-27T22:27:58.000Z","size":6122,"stargazers_count":15,"open_issues_count":2,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-02T14:03:28.305Z","etag":null,"topics":["deck","markdown","pitchme","presentation","slides","template"],"latest_commit_sha":null,"homepage":"https://ivoputzer.github.io/md-slides-template/","language":null,"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/ivoputzer.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/funding.yml","license":null,"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},"funding":{"github":"ivoputzer","custom":["https://paypal.me/ivoputzer"]}},"created_at":"2020-02-21T14:06:10.000Z","updated_at":"2022-08-24T12:48:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"812949f8-4cc9-4218-9ace-5e889dc525ac","html_url":"https://github.com/ivoputzer/md-slides-template","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/ivoputzer/md-slides-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivoputzer%2Fmd-slides-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivoputzer%2Fmd-slides-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivoputzer%2Fmd-slides-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivoputzer%2Fmd-slides-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivoputzer","download_url":"https://codeload.github.com/ivoputzer/md-slides-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivoputzer%2Fmd-slides-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270820793,"owners_count":24651534,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["deck","markdown","pitchme","presentation","slides","template"],"created_at":"2024-12-01T19:10:49.270Z","updated_at":"2025-08-17T08:03:48.280Z","avatar_url":"https://github.com/ivoputzer.png","language":null,"funding_links":["https://github.com/sponsors/ivoputzer","https://paypal.me/ivoputzer"],"categories":[],"sub_categories":[],"readme":"# md-slides-template\n![Github Actions Badge][gh_actions_badge]\n![Github Issues Badge][gh_issues_badge]\n![Github Pages Badge][gh_pages_badge]\n![Github Releases Badge][gh_releases_badge]\n\n**Is used to deliver [Marp][marp_url] presentations quickly.** When you push to `master` this workflow will render your slides, create a [release][releases_url] and [deploy][deployments_url] your [page][page_url] automatically without any additional configuration.\n\nThis template follows the `PITCHME.md` convention introduced by [GitPitch][gitpitch_url].\n\n## Instructions\n1. Navigate to the main page of this template repository.\n2. Above the file list, click **Use this template**.\n![Use this template](data/use-this-template.png)\n1. Select the owner account and name your repository.\n2. Click **Create repository from template**.\n\nThis steps will boostrap your presentation using this template.\n\n## Pull changes\nSetup `upstream` to whatever name you want\n```bash\ngit remote add upstream https://github.com/ivoputzer/md-slides-template.git\n```\n\nMerge changes from `upstream` into your own repository\n```bash\ngit fetch --all\ngit checkout upstream/master .github/workflows/md-slides.yml\ngit commit -m \"Merges upstream changes from ivoputzer/md-slides-template\"\n```\n\n## Customize\n1. Fork this repository.\n2. Apply changes you want your template to implement.\n3. Remember to update instructions.\n4. Use your own template when creating new presentations 🎉\n\nEventually consider submitting a [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests#about-pull-requests) to improve this project 😉 It'd be very much appreciated!\n\n[gh_actions_badge]: https://img.shields.io/github/workflow/status/ivoputzer/md-slides-template/markdown%20slides/master?style=for-the-badge\u0026logo=github\n[gh_issues_badge]: https://img.shields.io/github/issues/ivoputzer/md-slides-template?style=for-the-badge\u0026logo=github\n[gh_pages_badge]: https://img.shields.io/static/v1?style=for-the-badge\u0026label=page\u0026message=online\u0026color=success\u0026logo=github\n[gh_releases_badge]: https://img.shields.io/github/v/release/ivoputzer/md-slides-template?style=for-the-badge\u0026logo=github\n[page_url]: https://ivoputzer.github.io/md-slides-template\n[releases_url]: https://github.com/ivoputzer/md-slides-template/releases\n[deployments_url]: https://github.com/ivoputzer/md-slides-template/deployments\n[marp_url]: https://marp.app\n[gitpitch_url]: https://gitpitch.com/docs/getting-started/pitchme\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivoputzer%2Fmd-slides-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivoputzer%2Fmd-slides-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivoputzer%2Fmd-slides-template/lists"}