1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-28 23:05:42 -04:00

dynamic opengraph images

This commit is contained in:
2025-03-14 08:22:32 -04:00
parent 4d2febd262
commit e162d6a46c
35 changed files with 310 additions and 208 deletions

View File

@ -1,11 +1,9 @@
import featuredImage from "./codepen.png";
export const frontmatter = {
title: "Animated Waving Hand Emoji 👋 Using CSS",
date: "2019-04-17 14:20:10-0400",
description: "How to make the 👋 waving hand emoji actually wave using pure CSS animation!",
tags: ["CSS", "Animation", "Emoji", "Keyframes", "Cool Tricks"],
image: featuredImage.src,
image: "codepen.png",
};
## Howdy, friends! 👋