docs: testing out putting html in frontmatter (#434)

This commit is contained in:
Ebony Louis
2024-12-09 15:50:31 -05:00
committed by GitHub
parent 9e832d901b
commit b70ec82c08
2 changed files with 24 additions and 3 deletions
@@ -7,7 +7,30 @@ authors:
- rizel - rizel
categories: categories:
- Web Development - Web Development
head:
meta:
- property: "og:title"
content: "Screenshot-Driven Development"
- property: "og:type"
content: "article"
- property: "og:url"
content: "https://block.github.io/goose/blog/2024/11/22/screenshot-driven-development.html"
- property: "og:description"
content: "AI Agent uses screenshots to assist in styling."
- property: "og:image"
content: "https://block.github.io/goose/blog/images/screenshot-driven-development-blog/screenshot-driven-development.png"
- name: "twitter:card"
content: "summary_large_image"
- property: "twitter:domain"
content: "block.github.io"
- name: "twitter:title"
content: "Screenshot-Driven Development"
- name: "twitter:description"
content: "AI Agent uses screenshots to assist in styling."
- name: "twitter:image"
content: "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) ![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." 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."
@@ -278,4 +301,4 @@ Developing user interfaces is a blend of creativity and problem-solving. And I l
Beyond prototyping, Goose's ability to analyze screenshots can help developers identify and resolve UI bugs. Beyond prototyping, Goose's ability to analyze screenshots can help developers identify and resolve UI bugs.
If you're interested in learning more, check out the [Goose repo](https://github.com/block/goose) and join our [Discord community](https://discord.gg/block-opensource). If you're interested in learning more, check out the [Goose repo](https://github.com/block/goose) and join our [Discord community](https://discord.gg/block-opensource).
-2
View File
@@ -41,8 +41,6 @@ theme:
# plugins # plugins
plugins: plugins:
- blog - blog
- social:
enabled: true
- include-markdown - include-markdown
- callouts - callouts
- glightbox - glightbox