starters: update

This commit is contained in:
Splitter
2022-04-24 03:20:45 +00:00
parent db85725024
commit fcffa49c2e
156 changed files with 178 additions and 2839 deletions

View File

@@ -4,7 +4,7 @@ summary: An introduction to using Wowchemy's Slides feature.
authors: []
tags: []
categories: []
date: "2019-02-05T00:00:00Z"
date: '2019-02-05T00:00:00Z'
slides:
# Choose a theme from https://github.com/hakimel/reveal.js#theming
theme: black
@@ -47,6 +47,7 @@ slides:
Inline code: `variable`
Code block:
```python
porridge = "blueberry"
if porridge == "blueberry":
@@ -98,17 +99,19 @@ Add speaker notes to your presentation
```markdown
{{%/* speaker_note */%}}
- Only the speaker can read these notes
- Press `S` key to view
{{%/* /speaker_note */%}}
{{%/* /speaker_note */%}}
```
Press the `S` key to view the speaker notes!
{{< speaker_note >}}
- Only the speaker can read these notes
- Press `S` key to view
{{< /speaker_note >}}
{{< /speaker_note >}}
---