We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7f9fd commit 2d4965bCopy full SHA for 2d4965b
1 file changed
README.md
@@ -12,7 +12,7 @@ Reveal.js runtime assets are vendored in-repo for offline use.
12
13
## Run In Dev
14
15
-From this `reveal/` directory:
+From this directory:
16
17
```bash
18
bunx --bun serve . -p 1313
@@ -30,3 +30,7 @@ wget -q -O vendor/reveal.js/dist/reveal.js https://cdn.jsdelivr.net/npm/reveal.j
30
wget -q -O vendor/reveal.js/plugin/markdown/markdown.js https://cdn.jsdelivr.net/npm/reveal.js@5/plugin/markdown/markdown.js
31
wget -q -O vendor/reveal.js/plugin/highlight/highlight.js https://cdn.jsdelivr.net/npm/reveal.js@5/plugin/highlight/highlight.js
32
```
33
+
34
+# Footer Text
35
+Line 294 of `index.html` can be edited to change the footer text from `present.md` to anything else.
36
+It is there that the styling of the pagination is also handled.
0 commit comments