{"id":27228629,"url":"https://github.com/j0weiss/dockerized-reveal.js","last_synced_at":"2026-05-16T08:02:15.403Z","repository":{"id":243794965,"uuid":"115812127","full_name":"j0weiss/dockerized-reveal.js","owner":"j0weiss","description":"Running a reveal.js presentation in a Docker container.","archived":false,"fork":false,"pushed_at":"2017-12-30T17:31:16.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-11T07:47:16.908Z","etag":null,"topics":["docker","presentation-tools","revealjs"],"latest_commit_sha":null,"homepage":null,"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/j0weiss.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-30T17:30:42.000Z","updated_at":"2024-06-11T07:47:21.113Z","dependencies_parsed_at":"2024-06-11T07:47:20.685Z","dependency_job_id":"2ec141d0-9ee2-47ad-be53-34cb1bbdf112","html_url":"https://github.com/j0weiss/dockerized-reveal.js","commit_stats":null,"previous_names":["j0weiss/dockerized-reveal.js"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j0weiss%2Fdockerized-reveal.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j0weiss%2Fdockerized-reveal.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j0weiss%2Fdockerized-reveal.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j0weiss%2Fdockerized-reveal.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j0weiss","download_url":"https://codeload.github.com/j0weiss/dockerized-reveal.js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217153,"owners_count":21066634,"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":["docker","presentation-tools","revealjs"],"created_at":"2025-04-10T12:38:24.151Z","updated_at":"2025-10-06T21:51:07.767Z","avatar_url":"https://github.com/j0weiss.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerized Reveal.js Framework\n\nThis repository contains a Dockerfile to run a [reveal.js](https://github.com/hakimel/reveal.js) presentation in a Docker container.\n\n## Usage\n\n### Build the Docker image\n\n```sh\ndocker build -t revealjs .\n```\n\n### Run the Docker container\n\nTo run the presentation simply run:\n```sh\n./runPresentation.sh\n```\n\nThen you can view the presentation under [localhost:8080](http://localhost:8080).\n\n## Creating your presentation\n\n### Configuration\n\nThe configuration of the presentation is done via the `index.html` file in the `presentation` folder. For the default reveal.js `index.html` simply remove the `.example` ending in the shipped example HTML file. This HTML file gets mounted to the Docker container and is the entry file like it is described in the [reveal.js repository](https://github.com/hakimel/reveal.js).\n\n### Creating the slides\n\nThe content and styles as well as additional JavaScript logic lives also in the `presentation` folder:\n\n```\npresentation\n├── assets\n│   ├── css\n│   │   └── styles.css\n│   └── js\n│       └── custom.js\n├── index.html\n└── slides\n    └── slides.md\n```\n\nThe folder structure is the same as it is in the docker container. So you can reference your styles and JavaScript files in the `index.html` file like you would do it according to the outlined folder stucture.\n\nThe content of your slides is defined in the `slides.md` file (you'll find an `slides.md.example` file in the `slides` folder). Currently only external Markdown is supported.\n\nFor more documentation on how to customize your presentation see the [repository for reveal.js](https://github.com/hakimel/reveal.js).\n\n## Licence\n\nThis code is licensed under the [MIT Licence](https://opensource.org/licenses/MIT).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj0weiss%2Fdockerized-reveal.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj0weiss%2Fdockerized-reveal.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj0weiss%2Fdockerized-reveal.js/lists"}