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
Description of the sessions for this edition (For example, Browse through all sessions from the JSON Schema Conference YYYY. Click on a session to view details, watch the presentation, and access related resources.)
96
96
```
97
97
98
-
4.Add individual session files in the `content/archive-sessions/YYYY/` directory with the following structure:
98
+
4.Move all session files from `content/sessions/` to `content/archive-sessions/YYYY/`. Each session file should maintain structure below:
99
99
100
100
```yaml
101
101
---
@@ -118,13 +118,15 @@ draft: false
118
118
Session description and content.
119
119
```
120
120
121
-
## 3. Add Speaker Information
121
+
## 3. Add New Speaker Information (if the speaker already exists, then skip this step)
122
122
123
123
1. Navigate to the `public/speakers` directory
124
-
2. Check if the speaker already exists by searching for their name in the `speakers/` directory
125
-
3. If the speaker does not exist:
126
-
- Create a new directory named after the speaker (e.g., `utkarsh/`)
127
-
- Inside the new directory, create an index.html file which follows the previous speaker's index.html structure with the modified content based on the new speaker's information
124
+
2. For each speaker in the current conference:
125
+
- Check if the speaker already exists by searching for their name in the `speakers/` directory
126
+
- If the speaker does not exist:
127
+
- Create a new directory named after the speaker (e.g., `utkarsh/`)
128
+
- Create an index.html file in their directory.
129
+
- Follow the existing speaker's index.html structure while updating the content with the new speaker's information
0 commit comments