{"id":13475520,"url":"https://github.com/msoedov/hacker-slides","last_synced_at":"2025-03-27T00:31:32.170Z","repository":{"id":51414791,"uuid":"53195456","full_name":"msoedov/hacker-slides","owner":"msoedov","description":"A small UI for building presentation slides from markdown markup","archived":true,"fork":false,"pushed_at":"2021-05-12T00:35:01.000Z","size":5037,"stargazers_count":348,"open_issues_count":19,"forks_count":67,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-08-01T16:39:10.574Z","etag":null,"topics":["docker","hacker-slides","markdown","reveal-js","revealjs-server","slide","slides","slideshow"],"latest_commit_sha":null,"homepage":"https://murmuring-sierra-54081.herokuapp.com/","language":"Go","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/msoedov.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}},"created_at":"2016-03-05T10:17:09.000Z","updated_at":"2024-06-25T00:11:34.000Z","dependencies_parsed_at":"2022-08-12T23:30:39.222Z","dependency_job_id":null,"html_url":"https://github.com/msoedov/hacker-slides","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fhacker-slides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fhacker-slides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fhacker-slides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fhacker-slides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msoedov","download_url":"https://codeload.github.com/msoedov/hacker-slides/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245760739,"owners_count":20667886,"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","hacker-slides","markdown","reveal-js","revealjs-server","slide","slides","slideshow"],"created_at":"2024-07-31T16:01:21.124Z","updated_at":"2025-03-27T00:31:31.219Z","avatar_url":"https://github.com/msoedov.png","language":"Go","readme":"## Hacker Slides\n\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/msoedov/hacker-slides/blob/master/LICENSE)\n[![Build Status](https://travis-ci.org/msoedov/hacker-slides.svg?branch=master)](https://travis-ci.org/msoedov/hacker-slides)\n[![](https://images.microbadger.com/badges/image/msoedov/hacker-slides:latest.svg)](https://microbadger.com/images/msoedov/hacker-slides \"Hacker slides image\")\n[![Open Source Helpers](https://www.codetriage.com/msoedov/hacker-slides/badges/users.svg)](https://www.codetriage.com/msoedov/hacker-slides)\n\nHacker Slides is a self hosted reveal.js presentations editor form markdown files.\n\n\n#### Features:\n\n- Reach ui editor\n- Markdown markup\n- Live reload\n- Color schemes\n- Pdf print\n- [Demo version](https://murmuring-sierra-54081.herokuapp.com)\n- Tiny 10 Mb docker image\n- Optional Basic auth\n\n\n| Edit mode | Published  |\n| --- | --- |\n| ![1st](https://sc-cdn.scaleengine.net/i/520e2f4a8ca107b0263936507120027e.png) | ![1st](https://sc-cdn.scaleengine.net/i/7ae0d31a40b0b9e7acc3f131754874cf.png) |\n|![2nd](https://sc-cdn.scaleengine.net/i/5acba66070e24f76bc7f20224adc611e.png) | ![2nd](https://sc-cdn.scaleengine.net/i/fee3e1374cb13b1d8c292becb7f514ae.png) |\n\nThis repo is a reworked version of Sandstorm Hacker Slides which features easy set up run outside of Sandstorm and without vagrant-spk. Likewise you can publish and edit your previous markdown slides which is not supported in the original version.\n\n\nRun from docker image\n-----\n```shell\ndocker run -it -p 8080:8080 -v $(pwd)/slides:/app/slides msoedov/hacker-slides\n```\n\nBuild locally\n----\nTo build and run it locally\n```go\ngo get\ngo run main.go\n\n[GIN-debug] Listening and serving HTTP on :8080\n```\n\nAnd then you can just open [http://127.0.0.1:8080](http://127.0.0.1:8080) and it's ready to use with sample slides.\n\nRun with docker\n\n```shell\ndocker run -it -p 8080:8080 -v $(pwd)/slides:/app/slides msoedov/hacker-slides\n```\n\nProtect slides with password\n----\nBasic auth (disabled by default)\n```shell\nUSER=bob PASSWORD=password1 go run main.go\n[GIN-debug] [WARNING] Running in \"debug\" mode. Switch to \"release\" mode in production.\n - using env:\texport GIN_MODE=release\n - using code:\tgin.SetMode(gin.ReleaseMode)\n\nWARN[0000] Auth mode enabled\nWARN[0000] Visit http://bob:password1@0.0.0.0:8080\n```\n\n```shell\ndocker run -it -p 8080:8080 -e USER=bob -e PASSWORD=password1 -v $(pwd)/slides:/app/slides msoedov/hacker-slides\n```\n\nUse local images\n----\nStore pictures you want to use in the images subfolder, slides/images/ and reference them in the editor as Markdown:\n```\n![demoPicture](/images/demo.png)\n```\nor as HTML:\n```\n\u003cimg src=\"/images/demo.png\"\u003e\n```\n\nGetting Help\n------------\n\nFor **feature requests** and **bug reports**  submit an issue\nto the GitHub issue tracker\n","funding_links":[],"categories":["Presentation","Go","Developer \u0026 Markdown-Based","Tools"],"sub_categories":["Visual Studio Code","Presentations"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsoedov%2Fhacker-slides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsoedov%2Fhacker-slides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsoedov%2Fhacker-slides/lists"}