gbdev / rgbds-www

RGBDS website, hosting documentation and install instructions. Built with Docusaurus, content from RGBDS man pages.
https://rgbds.gbdev.io
Other
7 stars 7 forks source link

seo: add open graph and twitter properties #30

Closed avivace closed 6 months ago

avivace commented 2 years ago
ISSOtm commented 2 years ago

og:title and og:description are automatically added by Docusaurus on every page that has a description; it should simply be set via MarkDown frontmatter:

---
title: (...)
description: (...)
---

For example, the main page has those, but the docs don't.