Skip to content

Commit 6d17412

Browse files
readme
1 parent 1d3c79e commit 6d17412

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/static.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
# Runs on pushes targeting the default branch
66
push:
77
branches: ["main"]
8+
paths-ignore:
9+
- "README.md"
810

911
# Allows you to run this workflow manually from the Actions tab
1012
workflow_dispatch:

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Reveal.js Presentation
2+
3+
This folder contains a Reveal.js-based slide deck rendered from markdown.
4+
5+
## What Is In This Folder
6+
7+
- `present.md`: slide content (including horizontal and basement/vertical slides).
8+
- `index.html`: Reveal.js bootstrap, markdown loading, and custom slide behavior.
9+
- `custom.css`: presentation theme and layout styling.
10+
11+
## Run In Dev
12+
13+
From this `reveal/` directory:
14+
15+
```bash
16+
bunx --bun serve .
17+
```
18+
19+
Then open the local URL printed by `serve` in your browser.

0 commit comments

Comments
 (0)