[academy-example] Add badge and certificate fields in certification frontmatter#86
[academy-example] Add badge and certificate fields in certification frontmatter#86mukulpythondev wants to merge 1 commit intolayer5io:masterfrom
Conversation
| name: "Certification-1" | ||
| issuer: "Layer5 Academy" | ||
| date: "2025-10-01" | ||
| credential_id: "12345" | ||
| credential_url: "https://academy.layer5.io/certifications/12345" |
There was a problem hiding this comment.
These are not the correct properties.
There was a problem hiding this comment.
Hi @Vincamine thanks for the review!
I wanted to clarify a couple of points before updating the frontmatter for Certification-1:
Certificate properties:
The current frontmatter uses name, issuer, date, credential_id, credential_url.
Could you please confirm the exact property names expected by the theme?
For example, should it be title, issued_by, issued_on, link?
| png: "https://example.com/badge.png" | ||
| svg: "https://example.com/badge.svg" |
There was a problem hiding this comment.
The link should be internal.
There was a problem hiding this comment.
Should the badge files be placed under static/images/certifications/ and referenced as internal paths like /images/certifications/.png and /images/certifications/.svg?
|
@Vincamine, @Nouran-11 , please assist @mukulpythondev in finding closure here. |
|
| name: "Certification-1" | ||
| issuer: "Layer5 Academy" | ||
| date: "2025-10-01" | ||
| credential_id: "12345" | ||
| credential_url: "https://academy.layer5.io/certifications/12345" |
b94306b to
cd04442
Compare
|
@Nouran-11 Made the changes according to given Link |
Notes for Reviewers
This PR adds placeholders for
badgeandcertificate. Please let me know if you’d like actual asset links or if placeholders are acceptable for now.This PR fixes #83
PR Description
What this PR does
badgeandcertificatefrontmatter items to certification content files.Why this is needed
Signed commits