Skip to content

Releases: ekino/slidev-theme-ekino

2.0.0

27 Feb 09:42

Choose a tag to compare

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_you layout in thank-you to respect naming convention by @LLEGIT in #5
  • feat: created new feedback component, 1 dependency added by @LLEGIT in #7

New Contributors

  • @LLEGIT made their first contribution in #6

Full Changelog: v1.1.0...2.0.0

1.2.0

19 Sep 09:07

Choose a tag to compare

@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

Capture d’écran 2025-09-02 à 11 50 44

1.1.0

02 Sep 13:57

Choose a tag to compare

@ekino/slidev-theme-ekino 1.1.0 on NPM

Changelog

  • Add the two-cols layout
---
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

![](https://placehold.co/600x400)

Result

Capture d’écran 2025-09-02 à 11 50 44

1.0.0

20 Aug 08:44

Choose a tag to compare