{"id":22472296,"url":"https://github.com/ckampfe/empress","last_synced_at":"2025-08-02T09:32:39.555Z","repository":{"id":30246632,"uuid":"33797860","full_name":"ckampfe/empress","owner":"ckampfe","description":"Fucking simple presentations","archived":false,"fork":false,"pushed_at":"2018-05-31T08:16:43.000Z","size":1093,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-08-02T13:24:58.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ckampfe.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":"2015-04-12T00:42:13.000Z","updated_at":"2023-08-02T13:24:58.529Z","dependencies_parsed_at":"2022-07-12T09:23:26.751Z","dependency_job_id":null,"html_url":"https://github.com/ckampfe/empress","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Fempress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Fempress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Fempress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Fempress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ckampfe","download_url":"https://codeload.github.com/ckampfe/empress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228461257,"owners_count":17923765,"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-12-06T12:14:13.681Z","updated_at":"2024-12-06T12:14:14.402Z","avatar_url":"https://github.com/ckampfe.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"Empress\n=======\n\nFucking simple presentations.\n\n## Why?\n\n- You want to write your slides in Markdown, because like plain text, Markdown is classy, portable, and patriotic as fuck\n- You don't want to mess around with Keynote, Powerpoint, Prezi or Reveal.js like a peasant\n\n## How?\n\n- Write slides in Markdown files.\n- Put the slides in a directory and name them like this to indicate presentation order:\n\n```sh\n1-getting_started.md\n2-practical.md\n3-exploratory.md\n4-big_projects.md\n5-class.md\n6-value_object.md\n7-object.md\n8-immutability.md\n9-pattern_matching.md\n```\n\n- Use the `.jar` to start the presentation server:\n\n```sh\n$ java -DslidesPath=$PATH_TO_SLIDES \\\n       -DpresentationName=$TITLE_OF_PRESENTATION \\\n       -jar $PATH_TO_JAR\n```\n\n- Give the people what they want:\n```sh\n$ open http://localhost:9000\n```\n\n- If you haven't built the `.jar`, build it like this:\n\n```sh\n$ git clone $THE_REPO\n$ cd empress\n$ sbt assembly\n```\n\nThe `.jar` file will be in `target/scala-2.12`\n\n- If you don't have a JRE, I feel sorry for you.\n\n## Native binary\n\nAnother option, if you have GraalVM, is you can build a native image.\nDo this:\n\n```\nnative-image -H:+ReportUnsupportedElementsAtRuntime \\\n-jar target/scala-2.12/empress-assembly-0.2.0.jar\n```\n\nThen:\n\n```\n./empress-assembly-0.2.0 /Users/xcxk066/code/testdeck \"a great talk\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckampfe%2Fempress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckampfe%2Fempress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckampfe%2Fempress/lists"}