theme | layout | highlighter | lineNumbers | themeConfig | ||||||
---|---|---|---|---|---|---|---|---|---|---|
./ |
intro |
prism |
false |
|
layout: presenter photo: https://source.unsplash.com/collection/94734566/1050x1400
Software Engineer @ Mustermann GmbH
- Golang
- Music
- Cinema
- Technics
::left::
- This is the left column
- Sed diam voluptua
::right::
- This is the right column
- Lorem ipsum dolor sit amet
- Consetetur sadipscing elitr
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'])
})
::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'])
})
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