New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

slidev-theme-envek

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slidev-theme-envek

[![NPM version](https://img.shields.io/npm/v/slidev-theme-envek?color=3AB9D4&label=)](https://www.npmjs.com/package/slidev-theme-envek)

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

slidev-theme-envek

NPM version

A personal theme for Slidev.

Install

Add the following frontmatter to your slides.md. Start Slidev then it will prompt you to install the theme automatically.

---
theme: envek
---

Learn more about how to use a theme.

Progress bar

This theme provides a progress bar at the bottom of all slides. Martian figure is used as a progress indicator based on elapsed time since presentation started (compared to planned talk time), while human figure shows progress based on current slide number (compared to total number of slides).

Specify the planned talk time in minutes by adding talkDurationMinutes to the frontmatter of your slides.md. For example, add talkDurationMinutes: 30 to the frontmatter to set the planned talk time to 30 minutes.

You can also specify the slide number at which the progress bar should start showing the martian figure by adding progressBarStartSlide to the frontmatter of your slides.md.

Progress bar can be hidden on a per-slide basis by adding progressBar: false to the slide's frontmatter.

Layouts

This theme provides the following layouts:

Footnote

---
layout: footnote
footnote-class: text-sm
---

Main slide content

::footnote::

Footnote

Components

This theme provides the following components:

QRCode

<qr-code
  url="https://github.com/Envek/slidev-theme-envek" 
  caption="Envek's theme for Sli.dev"
  class="w-36 absolute bottom-10px right-10px"
/>

Contributing

  • npm install
  • npm run dev to start theme preview of example.md
  • Edit the example.md and style to see the changes
  • npm run export to generate the preview PDF
  • npm run screenshot to generate the preview PNG

Keywords

FAQs

Package last updated on 11 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc