150 lines
No EOL
3.4 KiB
Markdown
150 lines
No EOL
3.4 KiB
Markdown
# Sermon Marp Theme
|
||
|
||
Ein klares, gut lesbares Theme für **Marp**, das speziell für Predigten und geistliche Vorträge entwickelt wurde.
|
||
|
||
Dieses Theme legt besonderen Wert auf:
|
||
- **Lesbarkeit:** Große Basisschrift (35px) für Beamer-Präsentationen.
|
||
- **Ästhetik:** Ein sanfter Farbverlauf in Blau-Weiss.
|
||
- **Zitate:** Optimierte Darstellung für Bibelverse und Zitate.
|
||
- **Fokus:** Eine spezielle `lead`-Klasse für Titelfolien und Kernverse.
|
||
|
||
## Installation & Nutzung
|
||
|
||
Wenn du Marp for VS Code nutzt, dann füge das Sermon Theme unter settings.json hinzu:
|
||
|
||
```json
|
||
"markdown.marp.themes": [
|
||
"https://codeberg.org/simonpipe/sermon-theme-for-marp/raw/branch/main/sermon-slide.css",
|
||
"https://codeberg.org/simonpipe/sermon-theme-for-marp/raw/branch/main/sermon-a4.css",
|
||
],
|
||
```
|
||
|
||
|
||
## Sermon-Slide
|
||
|
||
Die Markdown Datei könnte dann so aussehen:
|
||
|
||
```markdown
|
||
---
|
||
marp: true
|
||
theme: sermon-slide
|
||
_class: lead
|
||
---
|
||
|
||
# Deine Predigt
|
||
## Untertitel mit Trennlinie
|
||
|
||
---
|
||
|
||
# Bibelvers
|
||
|
||
> ›Ändert euer Leben! Gott will euch eure Schuld vergeben.‹
|
||
> <cite>Lukas 24,47b BasisBibel</cite>
|
||
|
||
```
|
||
|
||
Du kannst direkt in der Markdown Datei folgende Werte anpassen:
|
||
|
||
```markdwon
|
||
---
|
||
marp: true
|
||
theme: sermon-slide
|
||
_class: lead
|
||
style: |
|
||
:root {
|
||
--colorh1: #265770;
|
||
--colorh2: #265770;
|
||
--colorh3: #265770;
|
||
--colorh4: #265770;
|
||
--colorh5: #265770;
|
||
--colorh6: #265770;
|
||
--colortext: #393552;
|
||
--colorleadh2: #265770;
|
||
--colorleadtext: #333;
|
||
--colorleadborder: #333;
|
||
--colorbottombar: #354652;
|
||
--colorcite: #2d5f83;
|
||
--colormark: #ffffa590;
|
||
--colorprecode: #ffffff80;
|
||
--colorblockquote: #000;
|
||
--colorbg: #ffffff;
|
||
--gradient-start: #FFF;
|
||
--gradient-end: #C4E7FF;
|
||
--gradient-direction: to bottom left ;
|
||
|
||
font-family: 'Ubuntu', sans-serif;
|
||
}
|
||
|
||
---
|
||
```
|
||
|
||
## Sermon-A4
|
||
|
||
Die Markdown Datei könnte dann so aussehen:
|
||
|
||
```markdown
|
||
---
|
||
marp: true
|
||
size: A4
|
||
theme: sermon-a4
|
||
---
|
||
|
||
# Deine Predigt
|
||
## Untertitel mit Trennlinie
|
||
|
||
---
|
||
|
||
# Bibelvers
|
||
|
||
> ›Ändert euer Leben! Gott will euch eure Schuld vergeben.‹
|
||
> <cite>Lukas 24,47b BasisBibel</cite>
|
||
|
||
```
|
||
|
||
Du kannst direkt in der Markdown Datei folgende Werte anpassen:
|
||
|
||
```markdwon
|
||
---
|
||
marp: true
|
||
size: A4
|
||
theme: sermon-a4
|
||
style: |
|
||
:root {
|
||
--font-size: 18pt;
|
||
--line-height: 1.6;
|
||
--font-family: 'Ubuntu', sans-serif;
|
||
--primary-color: #000;
|
||
--lighter-color: #666;
|
||
--bg-color: #eee;
|
||
--mark-color: #eee;
|
||
|
||
--margin-page: 25px 35px;
|
||
}
|
||
|
||
---
|
||
```
|
||
|
||
## Credits & Lizenz
|
||
|
||
### sermon-slide.css
|
||
|
||
Dieses Theme ist ein abgeleitetes Werk (derivative work) und basiert auf dem:
|
||
|
||
"[Gradient Theme](https://github.com/rnd195/my-marp-themes/tree/live)" von rnd195.
|
||
|
||
**Lizenzen:**
|
||
|
||
Dieses Projekt steht unter der [MIT-Lizenz](https://codeberg.org/simonpipe/sermon-theme-for-marp/src/branch/main/LICENSE).
|
||
|
||
Die ursprüngliche Lizenz des Basis-Themes finden Sie hier: [MIT License (rnd195)](https://github.com/rnd195/my-marp-themes/blob/live/licenses/LICENSE).
|
||
|
||
### sermon-a4.css
|
||
|
||
Dieses Theme ist ein abgeleitetes Werk (derivative work) und basiert auf dem:
|
||
|
||
"[a4-clean.css](https://github.com/stanfrbd/A4-marp/tree/main)" von stanfrdb.
|
||
|
||
|
||
## Autor & Kontakt
|
||
Simon Pipe
|
||
`@simon@social.thepipes.ch` <img src="https://social.thepipes.ch/fileserver/01YNW70Y1J0JS976ND7GHB71B3/emoji/original/01K76NQ5R2VSSHN8ZC4NA87XM3.png" alt="GoToSocial (Fediverse)" title="GoToSocial (Fediverse)" height="16"/> GoToSocial / Fediverse |