hawkins / is

A blog system built on Next.js catering to `.is` TLDs
https://www.hawkins.is
0 stars 0 forks source link

Feature/opengraph #11

Closed hawkins closed 6 years ago

hawkins commented 6 years ago

Fixes #7

From the issue:

Be sure to support:

Content to show:

hawkins commented 6 years ago

Really the only issue here should be getting blog post description on the server render. I guess what we can do is query graphql for the in /layouts/post.js and pass this to the underlying Post component?

Edit: turns out I had manually specified them in the post files. yolo, using that shit now finally

hawkins commented 6 years ago

Ehhh I'll just revisit this if I ever want to share something to facebook, but I can't find what they expect quickly enough. I'm pretty sure reddit and telegram just use open graph anyway. Merging this because I'm sleepy and wanted this months ago anyways