diff --git a/docs/blog/posts/2024-11-22-screenshot-driven-development.md b/docs/blog/posts/2024-11-22-screenshot-driven-development.md index 708fbe01..6b55a093 100644 --- a/docs/blog/posts/2024-11-22-screenshot-driven-development.md +++ b/docs/blog/posts/2024-11-22-screenshot-driven-development.md @@ -6,18 +6,12 @@ authors: - rizel categories: - Web Development +social: + cards_layout_options: + title: "Screenshot-Driven Development" + description: "AI Agent uses screenshots to assist in styling." + background_image: "https://block.github.io/goose/blog/images/screenshot-driven-development-blog/screenshot-driven-development.png" --- - - - - - - - - - - - ![calendar](../images/screenshot-driven-development-blog/screenshot-driven-development.png) I'm a developer at heart, so when I'm working on a personal project, the hardest part isn't writing code—it's making design decisions. I recently built a calendar user interface. I wanted to enhance its visual appeal, so I researched UI design trends like "glassmorphism" and "claymorphism." diff --git a/mkdocs.yml b/mkdocs.yml index ff25333b..fca9cd55 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -44,6 +44,8 @@ plugins: - include-markdown - callouts - glightbox + - social: + enabled: !ENV [CI, false] - mkdocstrings: handlers: python: