0.0.11 • Published 1 year ago

slidev-theme-thinktecture v0.0.11

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

slidev-theme for Thinktecture

A minimalistic slidev theme for Thinktecture.

Install

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

Layouts

This theme provides the following layouts:

Cover

By default, the first slide of a deck uses the cover layout.

Cover Layout

The main content of the slide becomes the title, subtitle is set via ::subtitle:: slot and footer using ::footer:: slot

Red variant

To use the red cover, set red: true in frontmatter

Red Cover Layout

Profile slide profile

Profile Layout

You can provide individual profile information using the following frontmatter:

PropertyTyperequireddescriptiondefault value
speakerstringyesYour name
jobstringnoYour job titleHausmeister
mailstringnoYour mail addressoffice@thinktecture.com
twitterstringnoYour Twitter handlethinktecture
blogobject {name:string, url:string}noyour personal blognull
imagestringyesPath or URL for a picture of you
tagsstring[]noTechnology Focus Tags[]
awardsstring[]noYour awards[]

When omitting the optional awards property, profile will render like shown belog

Profile Layout (no-awards)

Section slide section

Section Layout

Set the name of the section using the name property in frontmatter

Immersive layout

Render a bold text in front of a fullsize image using the immersive layout. Set the image in frontmatter:

---
layout: immersive
image: 'https://source.unsplash.com/collection/94734566/1920x1080'
---
# this is a test

Immersive

Red Variant

To use the red immersive layout, set red: true in frontmatter

Immersive

2 Column-Layout

In contrast to the default 2-Column-Layout, ours can render a text spreading accross left and right area.

---
layout: two-columns
---

# This is a two column slide

Some general text that goes before the two columns

::left::

With some text that goes on the left side

- And some
- important bullets

::right::

With some other text that goes on the right side

- Again with some
- very important bullets

2-Column-Layout

Demo time 🚀 demo

Demo Layout

You can provide the name of the demo using the name property in frontmatter.

Closing slide closing

Closing Layout

You can set links using the links property in frontmatter. Every link consists of name and url. The footer can be set using the ::footer:: slot.

Red Variant

To use the red closing layout, set red: true in frontmatter

Red Closing Layout

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
0.0.11

1 year ago

0.0.10

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago