1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 22:14:28 -04:00

restore YAML frontmatter

This commit is contained in:
2025-03-16 15:35:01 -04:00
parent 99ec01de0a
commit 2b4a86a900
27 changed files with 385 additions and 193 deletions
+12 -7
View File
@@ -1,10 +1,15 @@
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: "codepen.png",
};
---
title: "Animated Waving Hand Emoji \U0001F44B Using CSS"
date: "2019-04-17 14:20:10-0400"
description: "How to make the \U0001F44B waving hand emoji actually wave using pure CSS animation!"
tags:
- CSS
- Animation
- Emoji
- Keyframes
- Cool Tricks
image: ./codepen.png
---
## Howdy, friends! 👋