Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 1.38 KB

new_slide.md

File metadata and controls

56 lines (46 loc) · 1.38 KB
name root output questions
new_slide
.
.
name
Please enter a name of directory for slide:

{{ inputs.name }}/slides.md

---
theme: seriph
background: https://source.unsplash.com/collection/94734566/1920x1080
class: text-center
highlighter: shiki
info: |
  ## {{ inputs.name }}
  Presentation slides for {{ inputs.name }}.
transition: slide-left
title: {{ inputs.name }}
mdc: true
githubPages:
  ogp: true
---

# Welcome to Slidev

Presentation slides for developers

<div class="pt-12">
  <span @click="$slidev.nav.next" class="px-2 py-1 rounded cursor-pointer" hover="bg-white bg-opacity-10">
    Press Space for next page <carbon:arrow-right class="inline"/>
  </span>
</div>

<div class="abs-br m-6 flex gap-2">
  <button @click="$slidev.nav.openInEditor()" title="Open in Editor" class="text-xl slidev-icon-btn opacity-50 !border-none !hover:text-white">
    <carbon:edit />
  </button>
  <a href="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/slidevjs/slidev" target="_blank" alt="GitHub" title="Open in GitHub"
    class="text-xl slidev-icon-btn opacity-50 !border-none !hover:text-white">
    <carbon-logo-github />
  </a>
</div>

<!--
The last comment block of each slide will be treated as slide notes. It will be visible and editable in Presenter Mode along with the slide. [Read more in the docs](https://sli.dev/guide/syntax.html#notes)
-->

{{ inputs.name }}/public/.gitkeep