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: content/en/cloud/academy/creating-content/extending-the-academy/index.md
+116-2Lines changed: 116 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,121 @@ For example, a **Learning Path** named **"Mastering Kubernetes"** might contain:
52
52
To ensure security and isolation, all of your content files must be placed within a directory named for your organization UUID. You'll learn the specifics of how to do this in our [hands-on tutorial](/cloud/academy/creating-your-learning-path/).
53
53
{{< /alert >}}
54
54
55
+
### Advanced Content Features
56
+
57
+
Create custom Hugo shortcodes, mix HTML with Markdown, and add custom CSS styling to enhance your Academy content.
58
+
59
+
#### Content Format Support
60
+
61
+
The Academy platform supports **Markdown + HTML mixing** and **custom CSS styling**.
62
+
63
+
##### HTML + Markdown Integration
64
+
65
+
Combine Markdown syntax with HTML elements in the same file:
The Layer5 Academy platform supports all Hugo shortcode features. For more advanced functionality, see the [Hugo documentation](https://gohugo.io/content-management/shortcodes/).
168
+
{{< /alert >}}
169
+
55
170
### Branded Email Communications
56
171
57
172
When using the Academy with [white-labeling](/cloud/self-hosted/white-labeling) enabled, all system-generated emails (badge awards, certificate awards, challenge registrations) automatically reflect your organization's branding.
@@ -84,5 +199,4 @@ When users click the badge, they will go to the details in the Academy:
Email templates automatically incorporate your organization's logo and primary brand color as configured in your [Layer5 Cloud Organization Settings](https://cloud.layer5.io/identity/organizations). Custom email templates can be provided for Enterprise customers with specific branding requirements.
Copy file name to clipboardExpand all lines: content/en/cloud/academy/platform-development/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This repository is the "skin" for the entire Academy. It controls the website's
26
26
27
27
Content repositories automatically import this theme as a Go Module. As a content creator, you do not need to fork or clone this repository; your academy will use these styles by default.
28
28
29
-
> Currently, we only support customizing shortcodes in your content repository, not full theme customization.
29
+
> Currently, we only support customizing shortcodes in your content repository, not full theme customization. For requests regarding new archetypes, layouts, or theme enhancements, please open an issue in the [academy-theme repository](https://github.com/layer5io/academy-theme/issues).
0 commit comments