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: "Earn the Certification badge to showcase your expertise in Layer5 cloud services."
96
101
---
97
102
```
98
103
@@ -107,10 +112,11 @@ categories: "platform"
107
112
|`title`| ✅ | The human-readable title that will be displayed to users. |
108
113
|`description`| ✅ | A comprehensive summary of the certification's scope and objectives. |
109
114
|`weight`| - | Controls the display order (lower numbers appear first). Items are sorted alphabetically by title if not specified.|
110
-
|`banner`| - | Path to an image in the `static` folder, e.g., `images/icon.svg`.|
115
+
|`banner`| - | Path to a banner image located in the same folder (Page Bundle). |
111
116
|`tags`| - | Keywords for content discovery. Multiple tags can be selected. |
112
117
|`level`| - | A string for the intended difficulty (`beginner`, `intermediate`, `advanced`). Default: `beginner`. |
113
118
|`categories`| - | A string that assigns the certification to a specific category. |
119
+
|`badge`| - | Defines the awarded digital badge. The png and svg fields accept either a full remote URL or a local file path for an image in the same folder (e.g., layer5-badge.svg).|
description: "Earn the Certification badge to showcase your expertise in Layer5 cloud services."
148
153
---
149
154
```
150
155
@@ -176,11 +181,13 @@ Now, inside your academy repository, you should see the following top-level fold
176
181
| All |`weight`| - | Controls the display order (lower numbers appear first). Items are sorted alphabetically by title if not specified.|
177
182
| All |`draft`| - | If `true`, the page will not be published. |
178
183
| All |`type`| ✅ | Defines the content's role. Optional values: `challenge`, `learning-path`, `certification`, `course`, `module`, `page`, `test`, or `lab`. |
179
-
|**Learning Path**, **Course**|`level`| - | A string for the intended difficulty (`beginner`, `intermediate`, `advanced`). Default: `beginner`. |
180
184
|**Learning Path**|`id`| ✅ |**Crucial.** A stable UUID for tracking progress. **Do not change.**|
185
+
|**Learning Path**|`badge`| - | Defines the awarded digital badge. The png and svg fields accept either a full remote URL or a local file path for an image in the same folder (e.g., layer5-badge.svg).|
186
+
|**Learning Path**, **Course**|`level`| - | A string for the intended difficulty (`beginner`, `intermediate`, `advanced`). Default: `beginner`. |
187
+
|**Learning Path**, **Course**|`banner`| - | Path to a banner image located in the same folder (Page Bundle). |
181
188
|**Learning Path**, **Course**, **module**|`tags`| - | Keywords for content discovery. Multiple tags can be selected. |
182
189
|**Learning Path**, **Course**, **module**|`categories`| - | The main categories for the content. Only one can be selected. |
183
-
|**Learning Path**, **Course**|`banner`| - | Path to a banner image located in the same folder (Page Bundle). |
190
+
184
191
185
192
> For a complete list of all predefined variables and advanced usage, please refer to the official [Hugo Front Matter documentation](https://gohugo.io/content-management/front-matter/).
0 commit comments