{"id":22582999,"url":"https://github.com/jerdog/demystifying-devex-slidev","last_synced_at":"2025-03-28T16:45:28.019Z","repository":{"id":255750540,"uuid":"853543231","full_name":"jerdog/demystifying-devex-slidev","owner":"jerdog","description":"Slides for talk \"Demystifying Developer Experience and why it matters\"","archived":false,"fork":false,"pushed_at":"2025-02-10T16:08:24.000Z","size":30881,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T16:21:41.086Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jerdog.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-06T21:48:26.000Z","updated_at":"2024-11-18T22:10:13.000Z","dependencies_parsed_at":"2024-09-07T01:13:07.918Z","dependency_job_id":"7ba70070-dbc4-4a9d-a96a-be43b4c426b0","html_url":"https://github.com/jerdog/demystifying-devex-slidev","commit_stats":null,"previous_names":["jerdog/demystifying-devex-slidev"],"tags_count":0,"template":false,"template_full_name":"jerdog/jerdog-base-talk-slidev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerdog%2Fdemystifying-devex-slidev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerdog%2Fdemystifying-devex-slidev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerdog%2Fdemystifying-devex-slidev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerdog%2Fdemystifying-devex-slidev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jerdog","download_url":"https://codeload.github.com/jerdog/demystifying-devex-slidev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246068269,"owners_count":20718501,"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-08T06:13:10.697Z","updated_at":"2025-03-28T16:45:27.969Z","avatar_url":"https://github.com/jerdog.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jeremy's base Slidev talk deck\n\n## Dependencies\n\n- Slidev - https://sli.dev/\n- \n\n\n## Using \u0026 Development\n\n1. [Fork] (https://github.com/jerdog/jerdog-base-talk-slidev/fork) the repo to your organization\n\n2. Clone the repo\n\n```bash\ngit clone \u003cyour fork\u003e\ncd \u003cyour local fork directory\u003e\n```\n\n3. Install dependencies and run the dev server\n\n```bash\nnpm install\nnpm run dev\n```\n\n4. View the base: \u003chttp://localhost:3030\u003e\n\n5. Edit the [slides.md](./slides.md) file and then save to see the changes.\n\nLearn more about Slidev at the [documentation](https://sli.dev/).\n\n### Config items\n\n#### Main presentation\n\nFor the presentation config, edit the specific YAML entries in the [slides.md](./slides.md) frontmatter:\n\n- `theme:` by default using the `slidev-theme-the-unnamed` theme\n- `title:` \n- `author:`\n- `info:` this block is markdown and is where to put basic info (title, abstract, etc.)\n- `conference:` put the conference name, which will be used in the left footer of the presentation\n- `keywords:` put the keywords for the presentation\n- `favicon:` put the favicon for the presentation, can be a local file or a URL\n\n**Other config items**\n\n- `fonts:` a list of values for the font types (sans, serif, mono) to use in the presentation\n- `class:` the default class for the presentation\n- `defaults:` default frontmatter for the presentation (layout, transition, etc.)\n\n#### Presentation slides\n\nThe slides are written in markdown and HTML, and each slide begins with a `---` line. You can use frontmatter to add additional information to the slide by adding it after the `---` line, and then closing the frontmatter with another `---` line.\n\nYou can add specific config for each slide like class, layout, transition, etc.\n\n### Addons\n\nThere are a few addons which make sense for these slides, and you include them in the presentation by adding them to the `addons` list in the [slides.md](./slides.md) frontmatter:\n\n```yaml\naddons:\n    - slidev-addons-rabbit\n```\n\n- [slidev-addon-qrcode](https://www.npmjs.com/package/slidev-addon-qrcode) - add a QR code to the slide\n***Note:*** use the `\u003cdiv\u003e` with the class to center the rendered qr code. Remove the `image=\"/logo.svg\"` parameter if you don't want a logo in the center.\n\n```html\n\u003cdiv class=\"flex flex-col items-center\"\u003e\n    \u003cQRCode\n        :width=\"100\"\n        :height=\"100\"\n        type=\"svg\"\n        data=\"https://sli.dev\"\n        :margin=\"10\"\n        :imageOptions=\"{ margin: 10 }\"\n        :dotsOptions=\"{ type: 'extra-rounded', color: 'purple' }\"\n        image=\"/logo.svg\"\n    /\u003e\n\u003c/div\u003e\n```\n\n- [slidev-addon-rabbit](https://www.npmjs.com/package/slidev-addon-rabbit) - add a rabbit at the bottom of the slide which progresses from left to right according to the time you have set with the `?time=xx` with `xx` being the number of minutes for the presentation. If you want the slide number to be shown with the rabbit, add the following to the slide config frontmatter:\n\n```yaml\nrabbit:\n  slideNum: true\n```\n\n## LICENSE\n\nMIT License\n\nCopyright (c) 2024-25 Jeremy Meiss.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerdog%2Fdemystifying-devex-slidev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerdog%2Fdemystifying-devex-slidev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerdog%2Fdemystifying-devex-slidev/lists"}