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:
@ -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! 👋
|
||||
|
Reference in New Issue
Block a user