Skip to content

Latest commit

 

History

History
115 lines (100 loc) · 2.09 KB

example.md

File metadata and controls

115 lines (100 loc) · 2.09 KB
theme layout highlighter lineNumbers themeConfig
./
intro
prism
false
title twitter github
Welcome to Slidev
example
example

Welcome to Slidev


Max Mustermann

Software Engineer @ Mustermann GmbH

  • Golang
  • Music
  • Cinema
  • Technics

layout: twocols

Twocols Example

::left::

  • This is the left column
  • Sed diam voluptua

::right::

  • This is the right column
  • Lorem ipsum dolor sit amet
  • Consetetur sadipscing elitr

layout: center

This is a centered slide

const aspectRatioPlugin = plugin(({ addUtilities }) => {
  const newUtilities = {
    '.aspect-none': {
      aspectRatio: 'none',
    },
    '.aspect-16-9': {
      aspectRatio: '16/9',
    },
    '.aspect-4-3': {
      aspectRatio: '4/3',
    },
    '.aspect-1-1': {
      aspectRatio: '1/1',
    },
  }
  addUtilities(newUtilities, ['responsive', 'hover'])
})

layout: cover

This is a cover


layout: window

Console

::window::

const aspectRatioPlugin = plugin(({ addUtilities }) => {
  const newUtilities = {
    '.aspect-none': {
      aspectRatio: 'none',
    },
    '.aspect-16-9': {
      aspectRatio: '16/9',
    },
    '.aspect-4-3': {
      aspectRatio: '4/3',
    },
    '.aspect-1-1': {
      aspectRatio: '1/1',
    },
  }
  addUtilities(newUtilities, ['responsive', 'hover'])
})

layout: default

What is Slidev?

Slidev is a slides maker and presenter designed for developers, consist of the following features

  • 📝 Text-based - focus on the content with Markdown, and then style them later
  • 🎨 Themable - theme can be shared and used with npm packages
  • 🧑‍💻 Developer Friendly - code highlighting, live coding with autocompletion
  • 🤹 Interactive - embedding Vue components to enhance your expressions
  • 🎥 Recording - built-in recording and camera view
  • 📤 Portable - export into PDF, PNGs, or even a hostable SPA
  • 🛠 Hackable - anything possible on a webpage

layout: qrcode url: https://example.com

Link to slides