equalitie / ouisync-web

https://ouisync.net/
GNU General Public License v3.0
7 stars 4 forks source link

Add Link Preview Images #37

Closed willow446 closed 1 year ago

willow446 commented 1 year ago

We should be able to reuse the social media ouisync headers we made earlier.

Each long-standing subpage should have a preview that fits the page info, eg FAQ should say "frequently asked questions" etc.

jnny commented 1 year ago

What's the process to implement this?

jnny commented 1 year ago

Relatedly, we should change faq.md / .html to support (more translateable and flexible for future content)

willow446 commented 1 year ago

What's the process to implement this?

setting the right meta and open graph tags in the html element. More info here: https://andrejgajdos.com/how-to-create-a-link-preview/

With hugo we'll basically have a switch statement that inserts different metadata depending on the page name.

willow446 commented 1 year ago

done in 25b4eaf8b603f06e68e03d1268fc15c77036aca9