2.0.0 • Published 3 months ago

slidev-theme-nearform v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

NearForm Slidev Theme

This repository contains the slidev theme for Nearform presentations and workshops.

Usage

Steps to use this theme:

  • Install the theme using npm i --save slidev-theme-nearform
  • Add these scripts to your package.json
        "build": "slidev build",
        "start": "slidev --open",
  • Add the following line to slides.md
    ---
    theme: slidev-theme-nearform
    ---

Extra tips

Intro slide

If you want to have an image in the intro slide, you can modify the slides.md header section:

---
theme: slidev-theme-nearform
layout: image-right
image: https://source.unsplash.com/collection/94734566/1920x1080
---

The URL used in this example will return a different image every time, selected from a curated collection. But, ideally, you should set a local file path for the specified image.

If you don't want to set an image, use layout: default.

2.0.0

3 months ago

1.5.7

3 months ago

1.5.6

6 months ago

1.5.5

12 months ago

1.5.4

1 year ago

1.5.3

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago