feat: add open graph information to pages

This commit is contained in:
Stevan Freeborn
2024-04-14 16:38:50 -05:00
parent 0bc94e2a59
commit 29e83ece20
14 changed files with 120 additions and 13 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

+4 -1
View File
@@ -3,7 +3,8 @@
"title": "Test Blog",
"lead": "This is a test blog post.",
"isPublished": true,
"publishedAt": "2024-04-10"
"publishedAt": "2024-04-10",
"openGraphImage": "posts/test-blog/og-image.png",
}
```
@@ -46,6 +47,8 @@ Here are some examples of text formatting:
![Cute Dog](https://placedog.net/672?random)
![The Office Gif](posts/test-blog/the-office.gif)
## Blockquotes
> Markdown is a lightweight markup language with plain-text formatting syntax.
Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 948 KiB