From 033c024b001bda1a0dacc3d92f220830ceda18a5 Mon Sep 17 00:00:00 2001 From: gorhom Date: Sun, 13 Oct 2024 15:19:09 +0200 Subject: [PATCH] docs: updated blog authors and tags --- website/blog/2021-08-30-bottom-sheet-v4.mdx | 3 +++ website/blog/authors.yml | 6 ++++-- website/blog/tags.yml | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/website/blog/2021-08-30-bottom-sheet-v4.mdx b/website/blog/2021-08-30-bottom-sheet-v4.mdx index 89fc84cc5..bbdf81653 100644 --- a/website/blog/2021-08-30-bottom-sheet-v4.mdx +++ b/website/blog/2021-08-30-bottom-sheet-v4.mdx @@ -16,6 +16,7 @@ keywords: - modal - presentation modal - reanimated +tags: [release] image: /img/bottom-sheet-preview.gif hide_table_of_contents: false --- @@ -25,6 +26,8 @@ import Video from "@theme/Video"; Today I am releasing the `BottomSheet v4`, with a rewritten implementation to provide more stability, performance, and more features. +{/* truncate */} + ## Features In this release, I have rewritten the implementation to 100% utilize `Reanimated v2` hooks and variables instead of using the JS once. This allows for more customization and provides more stability overall. diff --git a/website/blog/authors.yml b/website/blog/authors.yml index 9d78ad509..c72ee98cb 100644 --- a/website/blog/authors.yml +++ b/website/blog/authors.yml @@ -1,8 +1,10 @@ gorhom: name: Mo Gorhom title: Author - url: https://github.com/gorhom + url: https://gorhom.dev/ image_url: https://github.com/gorhom.png socials: x: gorhom - github: gorhom \ No newline at end of file + github: gorhom + linkedin: gorhom + website: https://gorhom.dev/ \ No newline at end of file diff --git a/website/blog/tags.yml b/website/blog/tags.yml index e69de29bb..754553b75 100644 --- a/website/blog/tags.yml +++ b/website/blog/tags.yml @@ -0,0 +1,2 @@ +release: + description: "Blog posts about Bottom Sheet' new releases" \ No newline at end of file