feat: add open graph information to pages
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -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:
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## 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 |
Reference in New Issue
Block a user