Skip to content

Conversation

mukulpythondev
Copy link

Notes for Reviewers
This PR adds placeholders for badge and certificate. 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

  • Adds missing badge and certificate frontmatter items to certification content files.
  • Provides placeholder/example values to maintain consistency across certifications.

Why this is needed

  • Some certification files lacked these fields.
  • Adding them ensures the certification pages render correctly and follow the standard format.

Signed commits

  • Yes, I signed my commits.

Comment on lines +20 to +24
name: "Certification-1"
issuer: "Layer5 Academy"
date: "2025-10-01"
credential_id: "12345"
credential_url: "https://academy.layer5.io/certifications/12345"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are not the correct properties.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Comment on lines +14 to +15
png: "https://example.com/badge.png"
svg: "https://example.com/badge.svg"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link should be internal.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the badge files be placed under static/images/certifications/ and referenced as internal paths like /images/certifications/.png and /images/certifications/.svg?

@leecalcote
Copy link
Member

@Vincamine, @Nouran-11 , please assist @mukulpythondev in finding closure here.

@leecalcote leecalcote requested a review from Nouran-11 October 15, 2025 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add badge and certificate to frontmatter of example certification

3 participants