https://github.com/tkers/cleaver-theme-konnektid
Cleaver theme in Konnektid style
https://github.com/tkers/cleaver-theme-konnektid
cleaver talk theme
Last synced: 4 months ago
JSON representation
Cleaver theme in Konnektid style
- Host: GitHub
- URL: https://github.com/tkers/cleaver-theme-konnektid
- Owner: tkers
- Created: 2016-08-03T20:02:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T20:24:54.000Z (almost 10 years ago)
- Last Synced: 2025-02-14T22:36:25.980Z (over 1 year ago)
- Topics: cleaver, talk, theme
- Language: CSS
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cleaver-theme-konnektid
Cleaver theme in Konnektid style
## Installation
In the header of your [Cleaver](https://github.com/jdan/cleaver) presentation, add the theme:
```yml
theme: Lapixx/cleaver-theme-konnektid
```
## Title slide
This theme applies some extra styles to the first slide of your presentation, which is assumed to be your title slide:
- The background colour is different (green instead of light grey)
- The `H1` and `H2` tags are white and receive a subtle drop shadow
- The background can be customized with an image
In order to add a (faded) background image to your title slide, simply add an image with the `alt` set to `"background"`:
```markdown
# Title
## Subtitle

```
## Figure captions
All `em` tags directly following an `img` are seen as the caption for the image. Captions are displayed smaller than
regular texts and are aligned to the center (like images).
```markdown

*Figure 1: An example graph*
```