{"id":16124383,"url":"https://github.com/jongacnik/hb-slides","last_synced_at":"2025-06-30T08:08:36.415Z","repository":{"id":68335723,"uuid":"61172904","full_name":"jongacnik/hb-slides","owner":"jongacnik","description":"Make slide presentations with Harp.","archived":false,"fork":false,"pushed_at":"2016-06-15T03:02:21.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T12:27:21.337Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/jongacnik.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":"2016-06-15T02:57:02.000Z","updated_at":"2019-01-12T14:56:20.000Z","dependencies_parsed_at":"2023-04-28T09:05:09.259Z","dependency_job_id":null,"html_url":"https://github.com/jongacnik/hb-slides","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jongacnik/hb-slides","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongacnik%2Fhb-slides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongacnik%2Fhb-slides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongacnik%2Fhb-slides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongacnik%2Fhb-slides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongacnik","download_url":"https://codeload.github.com/jongacnik/hb-slides/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongacnik%2Fhb-slides/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262736610,"owners_count":23356148,"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-10-09T21:21:08.717Z","updated_at":"2025-06-30T08:08:36.379Z","avatar_url":"https://github.com/jongacnik.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Harp Slides Boilerplate\n\nMake slide presentations with [Harp](https://harpjs.com/).\n\n## Usage\n\n```\nnpm i harp -g\nharp init my-slides --boilerplate jongacnik/hb-slides\nharp server my-slides\n```\n\nNow visit [localhost:9000](http://localhost:9000) in your browser.\n\n## Slides\n\nAll slides are contained in [index.jade](https://github.com/jongacnik/hb-slides/blob/master/public/index.jade):\n\n```jade\n.slide#title\n  h1 Slide 1\n\n.slide\n  h1 Slide 2\n\n.slide\n  h1 Slide 3\n\n.slide\n  h1 Slide 4\n```\n\netc...\n\n## Navigation\n\nSlides are navigated by using the left and right arrow keys. **At the moment there is no mobile solution.**\n\nAn index hash is added to the url for direct linking to slides:\n\n```\nhttp://localhost:9000/#2\n```\n\n## Customization\n\nAdd custom css to your presentation in [theme.css](https://github.com/jongacnik/hb-slides/blob/master/public/theme.css). You also have all the utility classes from [gr8](https://github.com/jongacnik/gr8) at your disposal as well.\n\nAdd custom javascript to your presentation in [theme.js](https://github.com/jongacnik/hb-slides/blob/master/public/theme.js). You can hook onto a `slidechange` event for triggering custom js per slide:\n\n```js\nwindow.addEventListener('slidechange', function (e) {\n  console.log(e.detail.slide)\n})\n```\n\nIf you really wanna overwrite the base css/js, take a peek in [base](https://github.com/jongacnik/hb-slides/tree/master/public/base).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongacnik%2Fhb-slides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongacnik%2Fhb-slides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongacnik%2Fhb-slides/lists"}