Releases: ekino/slidev-theme-ekino
Releases · ekino/slidev-theme-ekino
2.0.0
What's Changed
- feat(cover): optional ::logo:: slot by @mdubourg001 in #3
- feat: added custom layout center by @LLEGIT in #6
- BREAKING fix!(layout): renamed
thank_youlayout inthank-youto respect naming convention by @LLEGIT in #5 - feat: created new feedback component, 1 dependency added by @LLEGIT in #7
New Contributors
Full Changelog: v1.1.0...2.0.0
1.2.0
@ekino/slidev-theme-ekino 1.2.0 on NPM
Changelog
- Add an option
::logo::slot to cover layout
---
layout: cover
---
# ekino - Slidev template
_Create Slidev presentations using ekino's visual identity_
::logo::
<img width="100px" src="https://sli.dev/logo.svg" />Result
1.1.0
@ekino/slidev-theme-ekino 1.1.0 on NPM
Changelog
- Add the
two-colslayout
---
layout: two-cols
---
# This spans on the top
::left::
# Left
This shows on the left
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
::right::
# Right
This shows on the right
Result

