cncf / dot-org-hugo-theme

Hugo theme ideal for Organizations to use. Built initially for the TODO site redesign.
https://dot-org-hugo-theme-demo.netlify.app/
MIT License
43 stars 14 forks source link

People profile listing with map #56

Open cjyabraham opened 1 week ago

cjyabraham commented 1 week ago

This is a people_map shortcode that lists profiles imported from /data/people.yaml, each with the following attributes:

And then produce a profile card similar to the ones we have on CNCF. No popup is necessary at this point.

I am currently trying to do this using a card here on gramine but the padding isn't quite right and there's no easy way to add social links.

We then want to plot these people on a map, similar to on the CNCF site. The popup link takes the user down to the corresponding profile card.