You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra/Slidev-presentations.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,17 +58,18 @@ bundle exec jekyll build
58
58
59
59
## Customizing presentations
60
60
61
-
Slidev presentations are generated with default theme and settings. You can customize these by editing the GitHub Actions workflow in `.github/workflows/docsygen.yml`.
61
+
Slidev presentations are generated with default theme and settings. You can customize these by editing the GitHub Actions workflow in `.github/workflows/docs.yml`.
62
+
63
+
### Default settings
62
64
63
-
### Default settings:
64
65
-**Theme**: seriph
65
66
-**Background**: Default Slidev background
66
67
-**Syntax highlighting**: shiki
67
68
-**Line numbers**: off
68
69
69
70
## Deployment
70
71
71
-
Slidev presentations are automatically built and deployed to GitHub Pages through `.github/workflows/docsygen.yml` when code is pushed to the `main` branch.
72
+
Slidev presentations are automatically built and deployed to GitHub Pages through `.github/workflows/docs.yml` when code is pushed to the `main` branch.
0 commit comments