From 705c59e6ea9dcdca1093a403232b94106f3ffdb5 Mon Sep 17 00:00:00 2001 From: satnaing Date: Tue, 31 Jan 2023 20:10:54 +0630 Subject: [PATCH] docs: update OG/desc image and info of predefined color scheme --- src/content/blog/astro-paper-2.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/content/blog/astro-paper-2.md b/src/content/blog/astro-paper-2.md index fc5a0da..4ad227d 100644 --- a/src/content/blog/astro-paper-2.md +++ b/src/content/blog/astro-paper-2.md @@ -4,7 +4,7 @@ pubDatetime: 2023-01-30T15:57:52.737Z title: AstroPaper 2.0 postSlug: astro-paper-2 featured: true -ogImage: https://user-images.githubusercontent.com/53733092/215683840-dc2502f5-8c5a-44f0-a26c-4e7180455056.png +ogImage: https://user-images.githubusercontent.com/53733092/215771435-25408246-2309-4f8b-a781-1f3d93bdf0ec.png tags: - release description: AstroPaper with the enhancements of Astro v2. Type-safe markdown contents, bug fixes and better dev experience etc. @@ -12,7 +12,9 @@ description: AstroPaper with the enhancements of Astro v2. Type-safe markdown co Astro 2.0 has been released with some cool features, breaking changes, DX improvements, better error overlay and so on. AstroPaper takes advantage of those cool features, especially Content Collections API. -![Introducing AstroPaper 2.0](https://user-images.githubusercontent.com/53733092/215683840-dc2502f5-8c5a-44f0-a26c-4e7180455056.png) + + +![Introducing AstroPaper 2.0](https://user-images.githubusercontent.com/53733092/215771435-25408246-2309-4f8b-a781-1f3d93bdf0ec.png) ## Table of contents @@ -69,7 +71,7 @@ export const blogSchema = z.object({ ### New Predefined Dark Color Scheme -AstroPaper v2 has a new dark color scheme which is based on Astro's dark logo. Check out [this link](https://astro-paper.pages.dev/posts/predefined-color-schemes#astro-dark) for more info. +AstroPaper v2 has a new dark color scheme (high contrast & low contrast) which is based on Astro's dark logo. Check out [this link](https://astro-paper.pages.dev/posts/predefined-color-schemes#astro-dark) for more info. ![New Predefined Dark Color Scheme](https://user-images.githubusercontent.com/53733092/215680520-59427bb0-f4cb-48c0-bccc-f182a428d72d.svg)